Backround on me: A relative newbie. I did significant C-programming on Unix systems 15-20 years ago, but not much since.
Normal 0 false false false EN-US X-NONE X-NONE
I recently purchased the AM3517 Experimenter Kit (not the complete EVM). Following all the instructions for the experimenter kit, I have successfully compiled (under Win7), loaded, and run the test program within the BSL using the Codesourcery Lite package from Windows 7. This worked well an as you know is run interupting the linux boot and loading directly into memory.
I want to compile a program on my desktop (Win7) that will run in the Linux system provided with the experimenter kit. I'm not sure how to compile to create an executable for the target system. Say I have 'test.c' (and assume it's entirely self contained except for stdio.h) what do I do?
I think I am far enough along to at least know the compiler is called
'arm-none-eabi-gcc'
but that's about it.
Thanks,
Keith