Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ExtendeD

Pages: 1 ... 35 36 [37] 38 39 ... 55
541
Make sure the folder contains 7z.exe.

542
News / Re: Game Boy Color emulator for the TI-Nspire released
« on: February 18, 2011, 01:11:47 pm »
But the program would need to be rebuilt with Ndless 2.0.

543
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 04, 2011, 09:17:50 am »
Sorry for having remained silent for the past few weeks. I have been quite busy at work and forced to use an Internet connection filtering forums, and I am currently moving house, which doesn't leave me much time on evenings and weekends.
I haven't touched a single line of code since then, but I'm keeping track of your bug reports and suggestions, hopefully I'll try to integrate them soon.

544
Calculator C / Re: What does nLeash do, exactly?
« on: January 22, 2011, 05:27:44 pm »
Unfortunately It doesn't.

545
Calculator C / Re: What does nLeash do, exactly?
« on: January 22, 2011, 04:52:23 pm »
It changes some values related to the downgrade protection in the NAND page. Ndless and Nleash are based on the same code injection method.

546
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 21, 2011, 05:22:41 pm »
Nice Levak :)

critor: my work on Ndless has really slowed down for various personal reasons. I am trying to get a working console as background work.
I am currently not really tempted to work on the touchpad arrows support because I don't own one and wouldn't be able to test it on real hardware. But I suppose some of you could have a try.

547
Calculator C / Re: Can someone build me the build tools from ndless 2.0?
« on: January 21, 2011, 05:13:08 pm »
nspire-gcc and the like are simple shell scripts, you don't need to build them,  just copy them from the SVN repository in tools/build.

548
TI-Nspire / Re: Java on the TI-Nspire?
« on: January 18, 2011, 05:07:11 pm »
There is some info on Jazelle this thread, not sure how accurate/up-to-date it is.

549
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 18, 2011, 02:05:13 pm »
The current state of Ndless 2.0 targets C developers only, I'm afraid you will have to wait for the stable release.

You could meanwhile try the current stable version v1.7 and run your programs on an emuator if you own a Touchpad. The tutorial is what you need to start, but it won't teach you how Makefiles work and how to program in C.

550
TI-Nspire / Re: Java on the TI-Nspire?
« on: January 17, 2011, 02:46:06 pm »
This is brilliant!
I thought Jazelle was disabled on the TI-Nspire.

551
News / Re: Ncubate v.0.32b is out
« on: January 17, 2011, 02:40:03 pm »
Sorry SirCmpwn, I am not working at all on Ncubate at the moment. Ndless's todo list is getting longer and longer...

552
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 16, 2011, 02:19:16 pm »
Code: [Select]
Juckel@JULIAN /ndless
$ make dist
rm -rf dist
Clearing 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.exe
make[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 *.a
rm -f ../lib/libndls.a
make[1]: Leaving directory `/ndless/libndls'
Clearing in arm...
make[1]: Entering directory `/ndless/arm'
rm -rf *.o *.bin *.elf *.xml *.zip
rm -rf ../calcbin/ndless_installer*.tns ../calcbin/ndless_resources.tns
make all in tests...
make[2]: Entering directory `/ndless/arm/tests'
rm -f *.o *.elf
rm -f ../../calcbin/tests/ndless_tests.tns
rm -f ../../calcbin/tests/ndless_keys.tns
rm -f ../../calcbin/tests/ReadMe.txt
make[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 *.elf
rm -f ../../calcbin/samples/hella.tns
make[2]: Leaving directory `/ndless/samples/hella'
Clearing in hello...
make[2]: Entering directory `/ndless/samples/hello'
rm -f *.o *.elf
rm -f ../../calcbin/samples/hello.tns
make[2]: Leaving directory `/ndless/samples/hello'
Clearing in particles...
make[2]: Entering directory `/ndless/samples/particles'
rm -f *.o *.elf
rm -f ../../calcbin/samples/particles.tns
make[2]: Leaving directory `/ndless/samples/particles'
rm -f ../calcbin/samples/ReadMe.txt
make[1]: Leaving directory `/ndless/samples'
rm -rf calcbin
rm -rf bin lib
mkdir -p dist/src
cp -r `ls | grep -v dist` dist/src
find dist -name Makefile.config | xargs rm -rf
make 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 ../../bin
make[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.exe
make[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.c
nspire-gcc -Os -nostdlib -marm -c clear_cache.c
nspire-gcc -Os -nostdlib -c clrscr.c
nspire-gcc -Os -nostdlib -c feof.c
nspire-gcc -Os -nostdlib -c fgets.c
nspire-gcc -Os -nostdlib -c fputs.c
nspire-gcc -Os -nostdlib -marm -c idle.c
nspire-gcc -Os -nostdlib -c isalnum.c
nspire-gcc -Os -nostdlib -c iscntrl.c
nspire-gcc -Os -nostdlib -c rewind.c
nspire-gcc -Os -nostdlib -c show_msgbox.c
nspire-gcc -Os -nostdlib -c sleep.c
nspire-gcc -Os -nostdlib -c strcspn.c
nspire-gcc -Os -nostdlib -c strspn.c
nspire-gcc -Os -nostdlib -c wait_key_pressed.c
nspire-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.o
make[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.S
nspire-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.c
nspire-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.o
nspire-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.o
nspire-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.o
nspire-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.c
nspire-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.c
nspire-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.elf
c:/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 44
c:/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.o
collect2: ld returned 1 exit status
make[1]: *** [ndless_installer_os-1.7.elf] Error 1
make[1]: Leaving directory `/ndless/arm'
make: *** [subdirs] Error 1


What am i doing wrong?

Sorry compu, I don't have any idea for that.
Could you try if you have more luck the latest version of YAGARTO that includes GCC 4.5.2? Don't forget to replace the path in your PATH environment variable.

553
TI-Nspire / Re: notepad for the nspire
« on: January 15, 2011, 03:01:48 am »
Isn't there a GTK+ port of nspire_emu?

554
nDoom / Re: nDOOM - Work in progress
« on: January 15, 2011, 02:59:41 am »
I wonder if we could port Valgrind or an equivalent tool to diagnostic your crash on exit.

555
Calculator C / Re: Linux Nspire C compiling
« on: January 15, 2011, 02:56:06 am »
To work around your problem, you could probably just use the particles demo's Makefile from Ndless 2.0 for you program, and  build with Ndless 1.7, but I haven't tested.

Pages: 1 ... 35 36 [37] 38 39 ... 55