Author Topic: Unable to build samples due to issue with linker  (Read 3511 times)

0 Members and 1 Guest are viewing this topic.

Offline m0stlyharmless

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
Unable to build samples due to issue with linker
« on: November 11, 2019, 07:47:23 pm »
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?

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Unable to build samples due to issue with linker
« Reply #1 on: November 12, 2019, 09:12:01 am »
I would suggest opening an issue here: https://github.com/ndless-nspire/Ndless/issues
/e