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
  • No executable at all.

    Here is what output window shows when compiled:
    Build target 'AT91M40800'
    assembling Startup.s...
    compiling Syscalls.c...
    compiling Serial.c...
    compiling Hello.c...
    linking...
    ".\Obj\Hello.elf" - 0 Error(s), 0 Warning(s).


    When tried to debug, I am getting the following message:
    Error: Could not load C:\Keil\ARM\GNU\Examples\Hello\Obj\Hello.elf
    Debugger aborted!

    Note
    This message was edited to correct formatting.

Reply
  • No executable at all.

    Here is what output window shows when compiled:
    Build target 'AT91M40800'
    assembling Startup.s...
    compiling Syscalls.c...
    compiling Serial.c...
    compiling Hello.c...
    linking...
    ".\Obj\Hello.elf" - 0 Error(s), 0 Warning(s).


    When tried to debug, I am getting the following message:
    Error: Could not load C:\Keil\ARM\GNU\Examples\Hello\Obj\Hello.elf
    Debugger aborted!

    Note
    This message was edited to correct formatting.

Children