Reply by Chris Hills April 2, 20042004-04-02
In article <65ee8e47.0403311422.2303d102@posting.google.com>, Dennis C
<dchou4u@hotmail.com> writes
>Hello everyone: > >I like to build U-Boot for the Atmel AT91RM9200 ARM9 demo board. >However the docs say that it is only buildable on Linux using GNU C. > >I like to ask if U-Boot can be built using the Greenhills compiler >using their MULTI IDE on the Windows XP platform? Has anyone gotten it >to work using the Greenhills compiler? Any tips is much appreciated!
At the moment Keil have a good ARM GNU C on their eval CD.... the IDE/Sim is limited to 16K but the compiler is of course unrestricted. It has cygwin with it. This could be a good place to start as Keil have got a good M$ Win based GNU/cygwin package and there is no need to use the IDE.. Why are you using the GHS compiler? /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ \/\/\/\/\ Chris Hills Staffs England /\/\/\/\/\ /\/\/ chris@phaedsys.org www.phaedsys.org \/\/ \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Reply by wd April 1, 20042004-04-01
dchou4u@hotmail.com (Dennis C) writes:

>I like to build U-Boot for the Atmel AT91RM9200 ARM9 demo board. >However the docs say that it is only buildable on Linux using GNU C.
Documentation does NOT cleaim this.
>I like to ask if U-Boot can be built using the Greenhills compiler >using their MULTI IDE on the Windows XP platform? Has anyone gotten it >to work using the Greenhills compiler? Any tips is much appreciated!
Probably not. Your chances might be better using GCC under cygwin, if you think you must work under Windoze. Life would be easier if you used an operating system, though. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Web: www.denx.de There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies and the other is to make it so complicated that there are no obvious defi- ciencies. - Charles Anthony Richard Hoare
Reply by Dennis C March 31, 20042004-03-31
Hello everyone:

I like to build U-Boot for the Atmel AT91RM9200 ARM9 demo board.
However the docs say that it is only buildable on Linux using GNU C.

I like to ask if U-Boot can be built using the Greenhills compiler
using their MULTI IDE on the Windows XP platform? Has anyone gotten it
to work using the Greenhills compiler? Any tips is much appreciated!

Thanks