Is it possible to generate 32-bit code for x86 processor from SPARC
machine running solaris 8.
If yes, please specify the options that need to be passed to gcc.
Thanks,
Raman Chalotra
Yes. But you'll need to compile a special version of gcc, a cross-compiler.
Use gcc to build a gcc-x86. Then use gcc-x86 to cross-compile, just as if
you were in x86 in the first place.
> If yes, please specify the options that need to be passed to gcc.
It's not as easy as just a few options.
--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
You'd also need the x86 libraries, a cross-linker, and a cross-assembler
as well.
--
Darren