Hey, Using the ELDK 4.1, I am trying to compile the linux sources for the MPC8555CDS. I installed the source tree provided with ELDK 4.1 (2.6.19) and the associated crosstools. The only factors I changed in the kernel config were to set the processor arch to e500 and the platform to 8555CDS. When I run make, this is where it fails.
CC arch/ppc/syslib/mpc85xx_devices.o arch/ppc/syslib/mpc85xx_devices.c:99: error: 'F1_RXCLK' undeclared here (not in a function) arch/ppc/syslib/mpc85xx_devices.c:99: error: 'F1_TXCLK' undeclared here (not in a function) arch/ppc/syslib/mpc85xx_devices.c:117: error: 'F2_RXCLK' undeclared here (not in a function) arch/ppc/syslib/mpc85xx_devices.c:117: error: 'F2_TXCLK' undeclared here (not in a function) arch/ppc/syslib/mpc85xx_devices.c:135: error: 'F3_RXCLK' undeclared here (not in a function) arch/ppc/syslib/mpc85xx_devices.c:135: error: 'F3_TXCLK' undeclared here (not in a function) make[1]: *** [arch/ppc/syslib/mpc85xx_devices.o] Error 1 make: *** [arch/ppc/syslib] Error 2 This is the exact same build error I get when compiling with the same cross-tools, using several other version of the Linux kernel. Any of the Freescale guys know why this is? Thanks Clint Thomas _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
