π
<-
Chat plein-écran
[^]

Installation du SDK Ndless

C, C++, ASM...

Re: Installation du SDK Ndless

Message non lude Ti64CLi++ » 04 Oct 2017, 19:10

Donc, j'ai repondu a ma question tout seul comme un grand (pour une fois que j'ai reflechi s'il vous plait), ou plutot grace a Adriweb :bj:
Donc j'ai fait git pull --rebase dans le dossier Ndless, et j'ai ensuite reexecute make
Cette fois, le processus s'est fini, meme s'il n'affiche rien qui dise que c'est bon, juste in make[3] : Leaving directory...
Donc j'imagine que c'est bon?
En tout cas, maintenant, si je fais nspire-gcc j'ai bien ce que m'indique le wiki.
Merci encore a Lionel Debroux et Adriweb, pour leur patience et leurs aides :bj:
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: Installation du SDK Ndless

Message non lude Ti64CLi++ » 04 Oct 2017, 19:28

Juste in dernier petit porbleme, j'ai tenter de faire le mini tuto du wiki, donc d'aller dans ndless-sdk/samples/helloworld-sdl/ et de faire in make dans ce dossier. Seulement il me sort make: Nothing to be done for 'all'..
Qu'est-ce que ca veut dire? Comment y remedier? :(
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: Installation du SDK Ndless

Message non lude Lionel Debroux » 04 Oct 2017, 19:40

Si les exemples n'ont pas changé, c'est assez normal que la recompilation ne fasse rien. Si tu veux forcer la recompilation, il faut faire l'habituel `make clean && make` dans cette partie-là.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Avatar de l’utilisateur
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 11.2%
 
Messages: 6859
Inscription: 23 Déc 2009, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: -
GitHub: debrouxl

Re: Installation du SDK Ndless

Message non lude Ti64CLi++ » 04 Oct 2017, 19:41

C'est a dire si les exemples n'ont pas changes?
(Ah oui, en effet ca marche.)
Encore merci beaucoup a toi pour ta patience et ton aide (et toi aussi Adriweb)
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: Installation du SDK Ndless

Message non lude Adriweb » 04 Oct 2017, 22:21

Il n'aura fallu que 7 pages :troll:
Image

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...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.1%
 
Messages: 14606
Images: 1216
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: Installation du SDK Ndless

Message non lude Ti64CLi++ » 04 Oct 2017, 22:23

Ouais, j'ai bien galere.
J'ai sorti beaucoup d'idiotie :troll:
Mais j'y suis arrive :D
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: Installation du SDK Ndless

Message non lude Ti64CLi++ » 30 Oct 2017, 16:19

Bon du coup je reesaie de l'installer pour mon tuto, et j'ai une erreur:
Code: Tout sélectionner
mv -f .deps/aarch64.Tpo .deps/aarch64.Po
mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po
mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po
touch gprof.1
mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po
perl ../../binutils-2.28/gprof/../etc/texi2pod.pl -I "../../binutils-2.28/gprof" -I "../../binutils-2.28/gprof/../bfd/doc" -I ../bfd/doc -Dman -Dgprof < ../../binutils-2.28/gprof/gprof.texi > gprof.pod
(pod2man --center="GNU" --release="binutils-2.28" --section=1 gprof.pod | \
       sed -e '/^.if n .na/d' > gprof.1.T$$ && \
       mv -f gprof.1.T$$ gprof.1) || \
       (rm -f gprof.1.T$$ && exit 1)
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2  -static-libstdc++ -static-libgcc  -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a  -lm -ldl
rm -f gprof.pod
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o  ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -lm -ldl
make[4]: Leaving directory '/mnt/c/Users/Nomdutilisateur/Ndless/ndless-sdk/toolchain/build/gprof'
make[3]: Leaving directory '/mnt/c/Users/Nomdutilisateur/Ndless/ndless-sdk/toolchain/build/gprof'
make[2]: Leaving directory '/mnt/c/Users/Nomdutilisateur/Ndless/ndless-sdk/toolchain/build/gprof'
make[1]: Leaving directory '/mnt/c/Users/Nomdutilisateur/Ndless/ndless-sdk/toolchain/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2


Les Nomdutilisateur sont la pour cacher le vrai nom ^^
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: Installation du SDK Ndless

Message non lude Lionel Debroux » 31 Oct 2017, 19:48

L'erreur est probablement plus tôt dans le log.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Avatar de l’utilisateur
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 11.2%
 
Messages: 6859
Inscription: 23 Déc 2009, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: -
GitHub: debrouxl

Re: Installation du SDK Ndless

Message non lude Ti64CLi++ » 01 Nov 2017, 14:20

Ok je regarde
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: Installation du SDK Ndless

Message non lude critor » 15 Oct 2020, 17:05

Je n'arrive pas à installer le nouvel SDK Ndless sur mon nouvel ordi.

Je suis sous cygwin.

build_toolchain.sh finit par échouer en se plaignant de ne pas trouver Python, alors qu'il est bien présent et qui plus est sur le chemin indiqué.

Que faire ? Merci.

Code: Tout sélectionner
[...]
mkdir -p -- ./gdb
Configuring in ./gdb
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-pc-cygwin-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... arm-none-eabi
checking for dlfcn.h... yes
checking for windows.h... yes
checking for library containing dlsym... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc option to accept ANSI C... none needed
checking whether g++ supports C++11 features by default... yes
checking dependency style of gcc... gcc3
checking whether NLS is requested... yes
checking for catalogs to be installed...
checking whether makeinfo --split-size=5000000 supports @click... yes
checking for default auto-load directory... $debugdir:$datadir/auto-load
checking for default auto-load safe-path... $debugdir:$datadir/auto-load
checking libunwind-ia64.h usability... no
checking libunwind-ia64.h presence... no
checking for libunwind-ia64.h... no
checking for monstartup... no
checking for _mcleanup... no
checking for _etext... no
checking for etext... yes
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for i686-pc-cygwin-ranlib... ranlib
checking for bison... /home/andre/Ndless/ndless-sdk/toolchain/download/gdb-9.1/missing bison -y
checking for i686-pc-cygwin-ar... ar
checking for i686-pc-cygwin-dlltool... dlltool
checking for i686-pc-cygwin-windres... windres
checking for main in -lm... yes
checking for library containing gethostbyname... none required
checking for library containing socketpair... none required
checking for library containing kinfo_getvmmap... no
checking for library containing kinfo_getfile... no
checking for ld used by GCC... /usr/lib/gcc/i686-pc-cygwin/9.3.0/../../../../i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/lib/gcc/i686-pc-cygwin/9.3.0/../../../../i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking for library containing waddstr... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
checking size of unsigned long long... 8
checking size of unsigned long... 4
checking size of unsigned __int128... 0
checking for library containing dlopen... none required
checking whether to use expat... auto
checking for libexpat... no
configure: WARNING: expat is missing or unusable; some features may be unavailable.
checking whether to use MPFR... auto
checking for libmpfr... yes
checking how to link with libmpfr... -lmpfr -lgmp
checking whether to use python... /usr/bin/python3
checking for python... no
configure: error: no usable python found at /usr/bin/python3
make[1]: *** [Makefile:9537 : configure-gdb] Erreur 1
make[1] : on quitte le répertoire « /home/andre/Ndless/ndless-sdk/toolchain/build »
make: *** [Makefile:855 : all] Erreur 2

andre@LAPTOP-G70L9791 ~/Ndless/ndless-sdk/toolchain
$ /usr/bin/python3
Python 3.6.9 (default, Jul 21 2019, 14:52:28)
[GCC 7.4.0] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 41.8%
 
Messages: 41470
Images: 14480
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

PrécédenteSuivante

Retourner vers Native: Ndless, Linux, ...

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 9 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
980 utilisateurs:
>962 invités
>13 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)