We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have included all the correct paths but am still getting messages like:
compiling sd_raw.c... arm-elf-gcc: @.\objs\sd_raw.__i: No such file or directory arm-elf-gcc: no input files
Please help me out!
Just to clarify, I am unable to build the project. It is a secondary bootloader for the lpc2148, which enables me to flash code through the usb connection. I got the code from www.sparkfun.com/.../tutorial_info.php and I believe it works fine.(though not for me) Any help is greatly appreciated!
Anybody?
It's GCC that's giving you the error, so you need to be looking at why GCC is giving that error!
This is a Keil forum - not a GCC forum.
http://www.keil.com/forum/docs/thread12738.asp
But I am using uvision3! And it apparently compiles fine for other people, so I am wondering if the problem is with uvision, due to the nature of the errors. I'm sorry if I sound stupid, I am new to embedded programming in general.