Hello,
I'm having an issue building the samples for the Ndless SDK. When I attempt to run make, I get the following output:
mkdir -p .
nspire-ld hello.o -o ./helloworld-cpp.elf -Wl,--nspireio
arm-none-eabi-ld: cannot find -lnspireio
arm-none-eabi-ld: cannot find -lndls
arm-none-eabi-ld: cannot find -lsyscalls_nspireio
collect2: error: ld returned 1 exit status
make: *** [Makefile:40: helloworld-cpp.elf] Error 1
What might be the source off this issue? The build process went fine, but this issue has been persistent.
What might be causing it?