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
  • That's true. But you didn't say "executable", did you? - you specifically said "exe"

    Anyhow, have you checked for the other possibilities like Christoph suggexted; eg, "bin" or no extension at all?


    Well, well, well. Someone who reads this forum could observe that communication skills of some contributors are less than ideal for a given context of seeking problem resolution. However, I think berating someone for the use of "exe" versus "executable" will not improve their command of English. Raise above it, will you, please?
    Why do you notice the splinter in your brother's eye, but do not perceive the wooden beam in your own eye?[Matthew 7:3]

    Nevertheless, I too have encountered the same problem (in the latest release v3.0, but not in the earlier version of RVMDK):


    Build target 'Simulator'
    assembling Startup.s...
    compiling Serial.c...
    compiling Blinky.c...
    linking...
    ".\Flash\Blinky.elf" - 0 Error(s), 0 Warning(s).

    and I've searched my drive, but blinky.elf is nowhere. Actualy with listing enabled, there is no listing being generated, either. Is there a possibility that this compiler's message is bogus?

    If blinky.elf is without an "elf" extention (as you had suggested), what the debugger could do if it expects to be there?

    One could expect the example supplied with the compiler to be working. But it is not, in this case.
    BTW, the preview button on message posting generates a blank screen (using Firefox 1.5.0.3) so I am submitting this message "as is".

Reply
  • That's true. But you didn't say "executable", did you? - you specifically said "exe"

    Anyhow, have you checked for the other possibilities like Christoph suggexted; eg, "bin" or no extension at all?


    Well, well, well. Someone who reads this forum could observe that communication skills of some contributors are less than ideal for a given context of seeking problem resolution. However, I think berating someone for the use of "exe" versus "executable" will not improve their command of English. Raise above it, will you, please?
    Why do you notice the splinter in your brother's eye, but do not perceive the wooden beam in your own eye?[Matthew 7:3]

    Nevertheless, I too have encountered the same problem (in the latest release v3.0, but not in the earlier version of RVMDK):


    Build target 'Simulator'
    assembling Startup.s...
    compiling Serial.c...
    compiling Blinky.c...
    linking...
    ".\Flash\Blinky.elf" - 0 Error(s), 0 Warning(s).

    and I've searched my drive, but blinky.elf is nowhere. Actualy with listing enabled, there is no listing being generated, either. Is there a possibility that this compiler's message is bogus?

    If blinky.elf is without an "elf" extention (as you had suggested), what the debugger could do if it expects to be there?

    One could expect the example supplied with the compiler to be working. But it is not, in this case.
    BTW, the preview button on message posting generates a blank screen (using Firefox 1.5.0.3) so I am submitting this message "as is".

Children