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?