Using arm-none-eabi-objcopy.exe

Sysprogs forums Forums VisualGDB Using arm-none-eabi-objcopy.exe

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29550
    runout
    Participant

    Hi,

    I want to generate *.s37-File in this way:

    “%VISUALGDB_DIR%GCCCommandDumper\arm-none-eabi-objcopy.exe” -v -O “foo.axf” “foo.s37”

    Doesn’t work! Abort with message “Please define SYSPROGS_GCC_COMMAND_DUMPER_INSTANCE via environment.”

    What is Env-Variable “SYSPROGS_GCC_COMMAND_DUMPER_INSTANCE” and how to set?
    Any Suggestions?

    kind regards
    Runout

     

    #29552
    support
    Keymaster

    Hi,

    This is not a real objcopy. It’s part of a tool used by VisualGDB to capture the command lines that mbed would pass to gcc, ld and objcopy, in order to reconstruct the code model.

    Please use the objcopy executable from the toolchain directory instead.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.