0 Members and 2 Guests are viewing this topic.
In gbc4nspire I can't use the arrows too. Will this problems be solved if I downgrade to 2.0?
SatanicToothpaste: what do you want exactly from us to help you?I am sorry to find most of your posts related to Ndless quite offensive.To sum up: you are annoyed not to see any release of a program you are not sure what it is exactly, and at the same time complaining about the poor choices being made on priorities, and the low quality of an alpha version. Am I wrong?
nspire-gcc -Os -nostdlib -std=c99 -c clear_cache.cclear_cache.c: In function 'clear_cache':clear_cache.c:27:2: error: 'asm' undeclared (first use in this function)clear_cache.c:27:2: note: each undeclared identifier is reported only once for each function it appears inclear_cache.c:27:6: error: expected ';' before 'volatile'make[1]: *** [clear_cache.o] Error 1
Quote from: jkag on January 04, 2011, 03:44:28 pmMeh? I was sucessful in running stuffs after the "Not Supported" Message.So this bug comes back
Meh? I was sucessful in running stuffs after the "Not Supported" Message.
Juckel@JULIAN /ndless$ make distrm -rf distClearing in tools...make[1]: Entering directory `/ndless/tools'Clearing in build...make[2]: Entering directory `/ndless/tools/build'cd ../../bin && rm -f nspire-gcc nspire-ld nspire-as || :make[2]: Leaving directory `/ndless/tools/build'Clearing in MakeLoader...make[2]: Entering directory `/ndless/tools/MakeLoader'rm -f ../../bin/MakeLoader.exemake[2]: Leaving directory `/ndless/tools/MakeLoader'make[1]: Leaving directory `/ndless/tools'Clearing in libndls...make[1]: Entering directory `/ndless/libndls'rm -rf *.o *.elf *.arm -f ../lib/libndls.amake[1]: Leaving directory `/ndless/libndls'Clearing in arm...make[1]: Entering directory `/ndless/arm'rm -rf *.o *.bin *.elf *.xml *.ziprm -rf ../calcbin/ndless_installer*.tns ../calcbin/ndless_resources.tnsmake all in tests...make[2]: Entering directory `/ndless/arm/tests'rm -f *.o *.elfrm -f ../../calcbin/tests/ndless_tests.tnsrm -f ../../calcbin/tests/ndless_keys.tnsrm -f ../../calcbin/tests/ReadMe.txtmake[2]: Leaving directory `/ndless/arm/tests'make[1]: Leaving directory `/ndless/arm'Clearing in samples...make[1]: Entering directory `/ndless/samples'Clearing in hella...make[2]: Entering directory `/ndless/samples/hella'rm -f *.o *.elfrm -f ../../calcbin/samples/hella.tnsmake[2]: Leaving directory `/ndless/samples/hella'Clearing in hello...make[2]: Entering directory `/ndless/samples/hello'rm -f *.o *.elfrm -f ../../calcbin/samples/hello.tnsmake[2]: Leaving directory `/ndless/samples/hello'Clearing in particles...make[2]: Entering directory `/ndless/samples/particles'rm -f *.o *.elfrm -f ../../calcbin/samples/particles.tnsmake[2]: Leaving directory `/ndless/samples/particles'rm -f ../calcbin/samples/ReadMe.txtmake[1]: Leaving directory `/ndless/samples'rm -rf calcbinrm -rf bin libmkdir -p dist/srccp -r `ls | grep -v dist` dist/srcfind dist -name Makefile.config | xargs rm -rfmake all in tools...make[1]: Entering directory `/ndless/tools'make all in build...make[2]: Entering directory `/ndless/tools/build'cp nspire-gcc nspire-ld nspire-as ../../binmake[2]: Leaving directory `/ndless/tools/build'make all in MakeLoader...make[2]: Entering directory `/ndless/tools/MakeLoader'gcc -W -Wall MakeLoader.c -o ../../bin/MakeLoader.exemake[2]: Leaving directory `/ndless/tools/MakeLoader'make[1]: Leaving directory `/ndless/tools'make all in libndls...make[1]: Entering directory `/ndless/libndls'nspire-gcc -Os -nostdlib -c any_key_pressed.cnspire-gcc -Os -nostdlib -marm -c clear_cache.cnspire-gcc -Os -nostdlib -c clrscr.cnspire-gcc -Os -nostdlib -c feof.cnspire-gcc -Os -nostdlib -c fgets.cnspire-gcc -Os -nostdlib -c fputs.cnspire-gcc -Os -nostdlib -marm -c idle.cnspire-gcc -Os -nostdlib -c isalnum.cnspire-gcc -Os -nostdlib -c iscntrl.cnspire-gcc -Os -nostdlib -c rewind.cnspire-gcc -Os -nostdlib -c show_msgbox.cnspire-gcc -Os -nostdlib -c sleep.cnspire-gcc -Os -nostdlib -c strcspn.cnspire-gcc -Os -nostdlib -c strspn.cnspire-gcc -Os -nostdlib -c wait_key_pressed.cnspire-gcc -Os -nostdlib -c wait_no_key_pressed.c"/c/Programme/yagarto/bin/arm-none-eabi-ar.exe" rcs ../lib/libndls.a any_key_pressed.o clear_cache.o clrscr.o feof.o fgets.o fputs.o idle.o isalnum.o iscntrl.o rewind.o show_msgbox.o sleep.o strcspn.o strspn.o wait_key_pressed.o wait_no_key_pressed.omake[1]: Leaving directory `/ndless/libndls'make all in arm...make[1]: Entering directory `/ndless/arm'nspire-as -Os -nostdlib -Wall -W -Wno-strict-aliasing -D _NDLS_LIGHT -D STAGE1 -mthumb-interwork -mthumb -D OS_VERSION=1_7 -D OS_VERSION_INT=17 -c bootstrapper.Snspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -D _NDLS_LIGHT -D STAGE1 -mthumb-interwork -mthumb -D OS_VERSION=1_7 -D OS_VERSION_INT=17 -c stage1.cnspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -D _NDLS_LIGHT -D STAGE1 -mthumb-interwork -mthumb -D OS_VERSION=1_7 -D OS_VERSION_INT=17 -c ints.c -o ints_light_thumb.onspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -D _NDLS_LIGHT -D STAGE1 -mthumb-interwork -mthumb -D OS_VERSION=1_7 -D OS_VERSION_INT=17 -c syscalls.c -o syscalls_light_thumb.onspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -D _NDLS_LIGHT -D STAGE1 -mthumb-interwork -mthumb -D OS_VERSION=1_7 -D OS_VERSION_INT=17 -c utils.c -o utils_light_thumb_os-1.7.onspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -D _NDLS_LIGHT -D STAGE1 -mthumb-interwork -mthumb -D OS_VERSION=1_7 -D OS_VERSION_INT=17 -c syscalls-light_ncas-1.7.cnspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -D _NDLS_LIGHT -D STAGE1 -mthumb-interwork -mthumb -D OS_VERSION=1_7 -D OS_VERSION_INT=17 -c syscalls-light_cas-1.7.cnspire-ld --no-startup -nostdlib bootstrapper.o stage1.o ints_light_thumb.o syscalls_light_thumb.o utils_light_thumb_os-1.7.o syscalls-light_ncas-1.7.o syscalls-light_cas-1.7.o -o ndless_installer_os-1.7.elfc:/programme/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/ld.exe: ndless_installer_os-1.7.elf: Unknown mandatory EABI object attribute 44c:/programme/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/ld.exe: failed to merge target specific data of file bootstrapper.ocollect2: ld returned 1 exit statusmake[1]: *** [ndless_installer_os-1.7.elf] Error 1make[1]: Leaving directory `/ndless/arm'make: *** [subdirs] Error 1
Using built-in specs.COLLECT_GCC=c:\Programme\yagarto\bin\arm-none-eabi-gcc.exeCOLLECT_LTO_WRAPPER=c:/programme/yagarto/bin/../libexec/gcc/arm-none-eabi/4.5.1/lto-wrapper.exeTarget: arm-none-eabiConfigured with: ../gcc-4.5.1/configure --target=arm-none-eabi --prefix=/home/yagarto/install --disable-nls --disable-shared --disable-threads --with-gcc --with-gnu-ld --with-gnu-as --with-dwarf2 --enable-languages=c,c++ --enable-interwork --enable-multilib --with-newlib --with-headers=../newlib-1.18.0/newlib/libc/include --disable-libssp --disable-libstdcxx-pch --disable-libmudflap --disable-libgomp -vThread model: singlegcc version 4.5.1 (GCC) COMPILER_PATH=c:/programme/yagarto/bin/../libexec/gcc/arm-none-eabi/4.5.1/;c:/programme/yagarto/bin/../libexec/gcc/;c:/programme/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/LIBRARY_PATH=c:/programme/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/;c:/programme/yagarto/bin/../lib/gcc/;c:/programme/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/lib/COLLECT_GCC_OPTIONS='-nostartfiles' '-T' 'C:/msys/1.0/ndless/bin/../system/ldscript' '-e' '_nspire_start' '-L' 'C:/msys/1.0/ndless/bin/../lib' '-static' '-v' c:/programme/yagarto/bin/../libexec/gcc/arm-none-eabi/4.5.1/collect2.exe -Bstatic -X -e _nspire_start -L C:/msys/1.0/ndless/bin/../lib -Lc:/programme/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1 -Lc:/programme/yagarto/bin/../lib/gcc -Lc:/programme/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/lib C:/msys/1.0/ndless/bin/../system/crt0sym.o C:/msys/1.0/ndless/bin/../system/crt0.o C:/msys/1.0/ndless/bin/../system/osstub.o -lndls --start-group -lgcc -lc --end-group -T C:/msys/1.0/ndless/bin/../system/ldscriptc:/programme/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -lndlscollect2: ld returned 1 exit status