This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

The application was unable to start correctly

Following this tutorial : devzone.nordicsemi.com/.../

I type 'make' and it compiles for a bit and then I get a bunch of errors that say this:

[278]: *** [_build/nrf52840_xxaa.out] Error 2
make[277]: *** [_build/nrf52840_xxaa.out] Error 2
make[276]: *** [_build/nrf52840_xxaa.out] Error 2
make[275]: *** [_build/nrf52840_xxaa.out] Error 2
make[274]: *** [_build/nrf52840_xxaa.out] Error 2
make[273]: *** [_build/nrf52840_xxaa.out] Error 2
make[272]: *** [_build/nrf52840_xxaa.out] Errmake: *** [_build/nrf52840_xxaa.out
] Error 66048

not sure what is going on. Is this a problem with using 32-bit version of GNU ARM Embedded Toolchain on a 64-bit machine?

image description

Parents
  • Which version of the GNU Embedded Toolchain for ARM did you download Have you added the path to your toolchain to your OS PATH environment variable? its correctly added to your path you should be able to check the version using the following terminal command

    arm-none-eabi-gcc --version
    

    You also have to make sure that you've updated the path in Makefile.windows in the \components\toolchain\gcc folder.

Reply
  • Which version of the GNU Embedded Toolchain for ARM did you download Have you added the path to your toolchain to your OS PATH environment variable? its correctly added to your path you should be able to check the version using the following terminal command

    arm-none-eabi-gcc --version
    

    You also have to make sure that you've updated the path in Makefile.windows in the \components\toolchain\gcc folder.

Children
No Data
Related