Author Topic: ndless sdk  (Read 51520 times)

0 Members and 1 Guest are viewing this topic.

Offline Jonson26

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 118
  • Rating: +1/-0
  • Follow cat! Do what cat! Into tree! Now!
    • View Profile
Re: ndless sdk
« Reply #60 on: September 01, 2017, 04:20:34 pm »
Well, in the properties menu it is set to executable.
Here I post my newest terminal output. (Sorry for the slow response time, with school beginning soon in Poland... :/)
Code: [Select]
jamroga@Dell-Latitude-E6500:~/Ndless$ make
make -C ndless-sdk
make[1]: Entering directory `/home/jamroga/Ndless/ndless-sdk'
make -C libsyscalls
make[2]: Entering directory `/home/jamroga/Ndless/ndless-sdk/libsyscalls'
arm-none-eabi-g++ -mcpu=arm926ej-s -std=c++11 -nostdlib -O3 -fPIE -fno-exceptions -fno-rtti -mlong-calls -Wall -Werror -I ../include/ -I ../thirdparty/nspire-io/include/ -D_TINSPIRE -ffunction-sections -fdata-sections -c stubs.cpp -o stubs.o
make[2]: arm-none-eabi-g++: Command not found
make[2]: *** [stubs.o] Error 127
make[2]: Leaving directory `/home/jamroga/Ndless/ndless-sdk/libsyscalls'
make[1]: *** [build-libsyscalls] Error 2
make[1]: Leaving directory `/home/jamroga/Ndless/ndless-sdk'
make: *** [build-ndless-sdk] Error 2
I am actually start thinking about abandoning  that sdk project, in favor of  TI-92 developement.  My electronics-guru-uncle took a look at the broken i/o port, and said, he could easily fix it.
At least one good message for me. ;)
« Last Edit: September 01, 2017, 04:24:32 pm by Jonson26 »

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ndless sdk
« Reply #61 on: September 01, 2017, 04:26:59 pm »
Well you really shouldn't abandon the SDK yet. It looks like it's a completely new error you are running into. arm-none-eabi-g++ is missing on your machine.
/e

Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: ndless sdk
« Reply #62 on: September 02, 2017, 04:22:51 am »
It means that your $PATH is wrong and if your post with the PATH is correct, the slash before
Code: [Select]
home/jamroga/Ndless/ndless-sdk/toolchain/install/bin is missing.

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: ndless sdk
« Reply #63 on: September 05, 2017, 04:30:40 pm »
@Jonson26 Do what Vogtinator said, fix your PATH.

Offline Jonson26

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 118
  • Rating: +1/-0
  • Follow cat! Do what cat! Into tree! Now!
    • View Profile
Re: ndless sdk
« Reply #64 on: September 08, 2017, 06:10:22 pm »
Well, at the moment I can't really acces that linux computer,so I'm unable to do anything with the compiler. Besides, soon I'll have my ti92's i/o port fixed, so i want to dedicate myself more to 68k developement.
P.S.: A propos OS: Fun fact: I'm actually writing this on a winXP machine. 8) Deal with it, Microsoft! I'm not taking your badly-designed Windows 10!

Offline Sérgio Brito

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
ndless sdk instalation
« Reply #65 on: October 01, 2017, 12:09:40 am »
Hello
I hope someone can help me on this.
I'm installing Ndless-sdk but when I run Make this is the output I get.

brito@OESKTOP-OLM913D /cygdrive/c/ndless-master/ndless-sdk
make all
make -C libsyscalls
make[1]: Entering directory 7cygdrive/c/ndless-master/ndless-sdk/libsyscalls'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 7cygdrive/c/ndless-master/ndless-sdk/libsyscalls'
make -C libndls
make[1]: Entering directory 7cygdrive/c/ndless-master/ndless-sdk/libndls'
nspire-gcc -02 -funroll-loops -nostdlib -Wall -Werror -Wextra -ffunction-section
make[1]: nspire-gcc: Command not found
make[1]: *** [Makefile:18: wait_keypressed.o] Error 127
make[1]: Leaving directory 7cygdrive/c/ndless-master/ndless-sdkjlibndls'
make: *** [Makefile:14: build-libndls] Error 2
britoaDESKTOP-OLM917D /cygdrive/c/ndless-master/ndless-sdk

Thank you for the help

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ndless sdk
« Reply #66 on: October 01, 2017, 07:14:14 pm »
Hello
I hope someone can help me on this.
I'm installing Ndless-sdk but when I run Make this is the output I get.

brito@OESKTOP-OLM913D /cygdrive/c/ndless-master/ndless-sdk
make all
make -C libsyscalls
make[1]: Entering directory 7cygdrive/c/ndless-master/ndless-sdk/libsyscalls'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 7cygdrive/c/ndless-master/ndless-sdk/libsyscalls'
make -C libndls
make[1]: Entering directory 7cygdrive/c/ndless-master/ndless-sdk/libndls'
nspire-gcc -02 -funroll-loops -nostdlib -Wall -Werror -Wextra -ffunction-section
make[1]: nspire-gcc: Command not found
make[1]: *** [Makefile:18: wait_keypressed.o] Error 127
make[1]: Leaving directory 7cygdrive/c/ndless-master/ndless-sdkjlibndls'
make: *** [Makefile:14: build-libndls] Error 2
britoaDESKTOP-OLM917D /cygdrive/c/ndless-master/ndless-sdk

Thank you for the help

See the following for the solution:
It means that your $PATH is wrong and if your post with the PATH is correct, the slash before
Code: [Select]
home/jamroga/Ndless/ndless-sdk/toolchain/install/bin is missing.

EDIT: Looks like there is a github issue that addresses this already: ndless-nspire/Ndless#83
« Last Edit: October 02, 2017, 05:20:30 pm by Eeems »
/e