Michel-G..Maria-Sube a écrit :
Hello,
I'm working actually on a 86x64 UNIX-like platform and using gcc to compile, my
question is: is it possible to generate 32 bits on a 64bits platform; actually I
don't see any option for that when I'm doing gcc --help
Thank you in advance for answer
cheers
_______________________________________________
Lilux-help mailing list
Lilux-help(a)lilux.lu
http://lilux.lu/mailman/listinfo/lilux-help
Try first
# gcc --help=target
to see what your gcc installation supports. Then, you should be able to
compile for 32bits target this way:
# gcc -m32 <source files>
For sure, if you have in mind to produce an executable object, you must
be sure to have the required librairies and linker available for the
target platform...
Yours,
--
Brent Frère
Private e-mail: Brent(a)BFrere.net
Postal address: 58, rue d'Esch
L-3720 Rumelange
Grand-Duchy of Luxembourg
European Union
Phone: +352-20.20.22.69
Fax: +352-20.20.22.19
URL:
http://BFrere.net