0
votes
0answers
123 views

PPC MPC5554: Which core to generate code for?

I'm using the ELDK (u-boot) tools (gcc) to compile (assembly) code for the Motorola/Freescale MPC5554 and so far so good :). I just noticed that I can't compile an instruction that I need (mtbucsr) ...
0
votes
1answer
578 views

Questions about u-boot relocation feature

I am using the u-boot-2011.12 on my OMAP3 target, the cross tool chain is CodeSourcery arm-none-linux-gnueabi, I compiled u-boot, downloaded it onto the target and booted it, everything went fine,but ...
0
votes
1answer
360 views

Error: bad instruction `sync' while corss compiling uboot source with tsec.c driver

I am trying to compile tsec.c file with the uboot source. I have done that before but with powerpc toolchain. Right now I am trying to use ARM toolchain which comes with android "froyo". Without ...