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

problem with GNUARM tool chain

I tried compiling using GNUARM toolchain in keil(evaluation). In the output window it shows that it has succesfully created the exe. But when I goto the path where exe is supposed to be placed, I dont find any exe there. what could be the problem?

Parents
  • You might find that RVMDK Ver 3.0 does not produce elf format but instead outputs intel if the box is checked. For the abs object file, the output might be Keil's propritary
    object module with no extension.
    Can someone correct me. I do not have Ver 3.0 installed on this machine to test. Guess I can try to download the eval on my dial up.
    So it appears to me, the message is not telling to whole truth.
    Bradford

Reply
  • You might find that RVMDK Ver 3.0 does not produce elf format but instead outputs intel if the box is checked. For the abs object file, the output might be Keil's propritary
    object module with no extension.
    Can someone correct me. I do not have Ver 3.0 installed on this machine to test. Guess I can try to download the eval on my dial up.
    So it appears to me, the message is not telling to whole truth.
    Bradford

Children