On Tue, Feb 8, 2011 at 4:25 PM, Koustubh Sinkar ksinkar@gmail.com wrote:
Namaskar:
I have only used the Keil compiler for arm development before. Now I am trying to use the arm-gcc.
I got this BlinkingLed program with my Olimex development board. I have been trying to compile it with the arm-gcc cross compiler from codesourcery as well as the one provided by redhat. The zip file which contains the sources as well as the errors for their respective compilations can be found here:-
https://docs.google.com/leaf?id=0B36jlLaq9jMFMzMwMWQ5YTctZTk0YS00ZDdmLTgzMGY...
I can't make head or tail of the error messages thrown by the redhat cross-compiler. Please help me debug.
Also I want to cross compile the Linux Kernel for ARM. I downloaded the source from kernel.org (2.6.36).
I cannot debug your problems, but I advice scratchbox http://www.scratchbox.org/
-- GN