Could i compile and debug uboot of mpc8306som code in CodeWarrior IDE windows version? How to do it?
Thanks.
Solved! Go to Solution.
Hi,
what you can do is to build on a Linux machine and after that import your ELF in CW
and attach to the board's u-boot to debug.
regards,
Catalin
For how to do, see this doc on community:CodeWarrior U-Boot Debugging
Look at the Section "Debugging the U-Boot Bootstrap Firmware" of the Pro & Linux App Edition Targeting Manual.pdf file. This file is available in the CodeWarrior folder.
Hi,
what you can do is to build on a Linux machine and after that import your ELF in CW
and attach to the board's u-boot to debug.
regards,
Catalin
Do you mean I can debug code in windows CW and compile on the linux machine?
yes, you can debug in CW running on a Windows machine the image that was built in Linux.
Catalin