Yuan, Sai (NSN - CN/Cheng Du) wrote: > It caused me to doubt whether it can install 32 bit gcc on 64 bit Linux. Btw, the version i want to install is 32bit gcc 4.1.2. > Could you please help me? It's complaining that you haven't installed a 32-bit cross assembler. I guess that's right, is it? You didn't build cross-binutils for i386? Why are you doing such a strange thing? gcc will already generate 32-bit code with "gcc -m32". Andrew.