[U-Boot-Users] How to compile UBOOT using CodeWarrior(in Windows)

Hi All,
I have the following queries:-
1. Can anyone tell me how to compile UBOOT using Metrowerks CodeWarrior?
2. I have already complied UBOOT using ELDK. Can anyone tell me how to make CodeWarrior project after compiling UBOOT using ELDK?
Thanks & Regards Apoorv Sangal
************************************************************************** This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. **************************************************************************

In message 3D9FDCA910DD4445896A0BE5ECF009D401A46564@bla.satyam.com you wrote:
- Can anyone tell me how to compile UBOOT using Metrowerks CodeWarrior?
CW is not a supported toolchain. Please use a plain GNU development environment (i. e. GDB + binutils).
- I have already complied UBOOT using ELDK.
Fine. Then you don;t need CW at all.
Can anyone tell me how to make CodeWarrior project after compiling UBOOT using ELDK?
What would that be good for if you already have a working build environment?
Best regards,
Wolfgang Denk

Apoorv_Sangal writes:
Apoorv> 1. Can anyone tell me how to compile UBOOT using Metrowerks Apoorv> CodeWarrior?
U-Boot uses GCC-specific features so if your compiler is not GCC you probably can't use it for U-Boot. If you insist on working in Windows, your best bet is using Cygwin.
Apoorv> 2. I have already complied UBOOT using ELDK. Apoorv> Can anyone tell me how to make CodeWarrior project after Apoorv> compiling UBOOT using ELDK?
Just open the ELF file (u-boot) in CodeWarrior. CodeWarrior will build the project (with many warnings, though). For flash burning and simple debugging it should be enough. You have to read CodeWarrior documentation to understand how to fix the project for your needs.
participants (3)
-
Apoorv_Sangal
-
Wolfgang Denk
-
Yuli Barcohen