Hi, I would like to buld a gcc cross compiler for Freescale MPC5554 [1][2] and for Freescale MPC5534 [3][4]. These are PowerPC based processors with e200z6 and e200z3 core respectively. The goal would be to compile Linux kernel for these processors using the cross compiler. I don't really know how to find out the proper --target= setting for binutils and gcc build. I found "powerpc" and "ppc" on different home pages. I also found on some pages to add "-elf" also. I also found a list on page http://gcc.gnu.org/install/specific.html but I'm not sure what to use. I also tried ../gcc-4.4.2/configure --target=help without success. Is there any description where I can find out the right --target= setting? References: [1] Freescale MPC5554 http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPC5554 [2] MPC5553/MPC5554 Microcontroller Reference Manual http://www.freescale.com/files/32bit/doc/ref_manual/MPC5553_MPC5554_RM.pdf [3] Freescale MPC5534 http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPC5534 [4] MPC5534 Microcontroller Reference Manual http://www.freescale.com/files/32bit/doc/ref_manual/MPC5534RM.pdf Regards, Márton Németh