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.
Hello Everyone, I am new to this field and am presently trying out uVision evaluation version with Yagarto GNU tools. With some help from these threads I was able to set the uVision IDE to use the arm-elf-gcc binary in Yagarto dist to compile and link in the IDE. I then tried the same with a assembly file (call it reset.s) but it didnt work. The assembler doesnt generate a reset.o instead generates a a.out. The assembler command line does have the -o reset.o in it. I looked into the files generated by the IDE and copy pasted the command on DOS prompt, it works. Not sure what I have to set in the IDE.
BTW: I dont have Cygwin on my PC.
I used another trick of copying the a.out to reset.o and the linking went fine from the IDE.
Guess, Does it mean that IDE is not able to rename the a.out to reset.o?
Finally found a way out, installed GNUARM and it worked !! Had to add that -mno-fpu to assembler option to get rid of the hardware FP and software FP issue.