[U-Boot-Users] Writing own Standalone programs

2008-12-08 Thread Piyush Shah
I have to write some standalone applications to be run from U-boot. My questions are: 1) Can we include only those header files which are a part of the U-boot code? What needs to be done to use files from the /usr/include/ folder? 2) Does the code for the standalone application be always present

Re: [U-Boot-Users] Writing own Standalone programs

2008-12-08 Thread Wolfgang Denk
Dear Piyush Shah, In message [EMAIL PROTECTED] you wrote: I have to write some standalone applications to be run from U-boot. My questions are: 1) Can we include only those header files which are a part of the U-boot code? What needs to be done to use files from the /usr/include/ folder?

Re: [U-Boot-Users] Writing own Standalone programs

2008-12-08 Thread kishore choudhari
You can use other compilers also for generating the srec file , one drawback i saw for the GCC compiler is Iam unable to use the Interrupts and interrupt handlers in stand alone application. Regards, kishore On Tue, Dec 9, 2008 at 1:39 AM, Wolfgang Denk [EMAIL PROTECTED] wrote: