This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

YAGARTO and uVision combination

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?