π
<-

Error while Installing Nspire SDK

C, C++, ASM...

Error while Installing Nspire SDK

Unread postby FBEI » 03 Mar 2017, 23:22

Hello,

every time I try to install The Ndless SDK if I try to build the the picture marked position get this error on linux and Windows:

$ make
make -C ndless-sdk
make[1]: Entering Entering directory „/ndless/new/ndless/ndless-sdk“
make -C libsyscalls
make[2]: Entering directory „/ndless/new/ndless/ndless-sdk/libsyscalls“
php mkStubs.php > ../include/syscall-decls.h
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]: *** [Makefile:17: stubs.o] Fehler 127
make[2]: Entering directory „/ndless/new/ndless/ndless-sdk/libsyscalls“
make[1]: *** [Makefile:13: build-libsyscalls] Error 2
make[1]: Entering directory „/ndless/new/ndless/ndless-sdk“
make: *** [Makefile:19: build-ndless-sdk] Error 2

Image

Can anybody say, whats the issue?
Or it is possible to download the compiled SDK?
User avatar
FBEI
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 0%
 
Posts: 3
Joined: 03 Mar 2017, 22:53
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: Error while Installing Nspire SDK

Unread postby Adriweb » 03 Mar 2017, 23:28

Make sure to have the PATH changes applied before building Ndless and the SDK.
For instance, close the terminal and open it again. If you did the path update correctly, then it should work (in this case, arm-none-eabi-g++ will be found)

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 79.9%
 
Posts: 14839
Images: 1131
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Re: Error while Installing Nspire SDK

Unread postby FBEI » 04 Mar 2017, 00:15

I used this commands to add the PATH:

export PATH="/home/user/Schreibtisch/Ndless/ndless-sdk/toolchain/install/bin:/home/user/Schreibtisch/Ndless/ndless-sdk/bin:${PATH}:/home/user/bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" >> ~/.bash_profile

But if I enter echo $PATH

the Path is not changed
User avatar
FBEI
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 0%
 
Posts: 3
Joined: 03 Mar 2017, 22:53
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: Error while Installing Nspire SDK

Unread postby Adriweb » 04 Mar 2017, 00:29

You may need to save that into .bashrc not bash_profile, it depends. Also, see http://unix.stackexchange.com/a/26059 in general for the proper way to add a path.
Simply put, just add the export line at the end of your shell config file. You can use gedit,nano,vim,emacs, whatever, to do that.

But as I said, after that, you'll need to relaunch a terminal to take it into account (or 'source' the config file again).

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 79.9%
 
Posts: 14839
Images: 1131
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Re: Error while Installing Nspire SDK

Unread postby FBEI » 04 Mar 2017, 00:40

Know i added the PATH successfully, but i also get the Error: make[2]: arm-none-eabi-g++: Command not found
I also Rebooted also the system
User avatar
FBEI
Niveau 2: MI2 (Membre Initié)
Niveau 2: MI2 (Membre Initié)
Level up: 0%
 
Posts: 3
Joined: 03 Mar 2017, 22:53
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: Error while Installing Nspire SDK

Unread postby Vogtinator » 04 Mar 2017, 10:02

FBEI wrote:I used this commands to add the PATH:

export PATH="/home/user/Schreibtisch/Ndless/ndless-sdk/toolchain/install/bin:/home/user/Schreibtisch/Ndless/ndless-sdk/bin:${PATH}:/home/user/bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" >> ~/.bash_profile

But if I enter echo $PATH

the Path is not changed


The command you posted won't do anything. It saves the *output* of export into bash_profile.
You want to save the command itself to bash_profile. So just open it in your favorite editor and add it.
User avatar
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 1.6%
 
Posts: 217
Joined: 29 Mar 2014, 15:55
Gender: Male
Calculator(s):
MyCalcs profile

Re: Error while Installing Nspire SDK

Unread postby parrotgeek1 » 07 Mar 2017, 04:46

actually if you just added echo to the beginning of that command it should work
User avatar
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Level up: 88.2%
 
Posts: 749
Joined: 29 Mar 2016, 01:22
Location: This account is no longer used.
Gender: Not specified
Calculator(s):
MyCalcs profile

Re: Error while Installing Nspire SDK

Unread postby Vogtinator » 07 Mar 2017, 07:27

parrotgeek1 wrote:actually if you just added echo to the beginning of that command it should work


No, because it would strip the "s.
User avatar
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 1.6%
 
Posts: 217
Joined: 29 Mar 2014, 15:55
Gender: Male
Calculator(s):
MyCalcs profile

Re: Error while Installing Nspire SDK

Unread postby parrotgeek1 » 07 Mar 2017, 07:57

Vogtinator wrote:
parrotgeek1 wrote:actually if you just added echo to the beginning of that command it should work


No, because it would strip the "s.

oh, good point
User avatar
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Level up: 88.2%
 
Posts: 749
Joined: 29 Mar 2016, 01:22
Location: This account is no longer used.
Gender: Not specified
Calculator(s):
MyCalcs profile


Return to Native: Ndless, Linux, ...

Who is online

Users browsing this forum: ClaudeBot [spider] and 6 guests

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
1234
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1889 utilisateurs:
>1871 invités
>11 membres
>7 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)