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 - Cuervo
16
« on: September 27, 2011, 02:00:33 pm »
Ok, that works^^
Thanks
OS ?= `uname -s` ifeq ($(OS),Windows_NT) EXEEXT = .exe else CFLAGS += -Dfopen64=fopen -Dfseeko64=fseeko -Dftello64=ftello LDFLAGS += -lcrypto endif
17
« on: September 27, 2011, 01:50:31 pm »
@ExtendeD: Yes, works almost, I do not have any idea why your's doesn't work. This is yours: OS ?= `uname -s` ifeq ($(OS),Windows_NT) EXEEXT = .exe else CFLAGS=$(CFLAGS) -Dfopen64=fopen -Dfseeko64=fseeko -Dftello64=ftello LDFLAGS=$(LDFLAGS) -lcrypto endif This works: OS ?= `uname -s` ifeq ($(OS),Windows_NT) EXEEXT = .exe else CFLAGS = -W -Wall -m32 -Dfopen64=fopen -Dfseeko64=fseeko -Dftello64=ftello LDFLAGS = -lssl -lz -m32 -lcrypto endif Yours gives me something like this: Mac:src username$ make dist rm -rf *.o luna dist Makefile:10: *** Recursive variable `CFLAGS' references itself (eventually). Stop. Don't know why..
18
« on: September 27, 2011, 01:12:50 pm »
Here's the Mac OS X Version (x86 and x86_64) of Luna 0.2a ( EDIT: b). I don't want to compile a PowerPC-version. EDIT: All download links here: 0.1 (x86, x86_64): http://www.fanofblitzbasic.de/download.php?dlid=LunaMacOSX0.2 (x86, x86_64, ppc): http://www.fanofblitzbasic.de/download.php?dlid=LunaMacOSX020.2a (x86, x86_64): http://www.fanofblitzbasic.de/download.php?dlid=LunaMacOSX02a0.2b (x86, x86_64): http://www.fanofblitzbasic.de/download.php?dlid=LunaMacOSX02b@ExtendeD: Please try if my Makefile also works on Windows, if it does, please use it instead of your Makefile. It's the only thing that needs to be changed to compile Luna on Mac OS X. @Levak: Nope, the x86-Version should work on any Mac with an Intel processor (built since 2005/2006, should run on Mac OS X >= 10.4), I only provide a x86_64 version for those who really want to use 64-Bit (which should have no effect on Luna^^) Cuervo
19
« on: September 22, 2011, 08:05:07 am »
I uploaded the Mac OS X build of Luna 0.2. I also booted one of my old iMac G3s to compile a PowerPC compatible version. So there are the following files included now: luna-i386-x86: Intel x86 - 32 Bit luna-i386-x86_64: Intel x86_64 - 64 Bit luna-ppc-32: PowerPC - 32 Bit I am unable to compile a PowerPC - 64 Bit version because I do not have any G5-based machine. Oh, and I did not compile a PowerPC G4 version, but the G3 version will run on any PowerPC based Mac that has at least a G3 processor. Download (v0.2):http://www.fanofblitzbasic.de/download.php?dlid=LunaMacOSX02(Please note: The download link for 0.1a still works, if you need it^^) Cuervo
21
« on: August 16, 2011, 10:32:11 am »
I was thinking of making a Mac OS X GUI for Luna, too, but now there is an acceptable one^^ Actually, your Luna GUI also works on Mac OS X, but it looks really ugly: Cuervo
22
« on: August 06, 2011, 01:07:28 pm »
@adriweb: Does the Mac build work?
23
« on: August 06, 2011, 07:55:00 am »
Thx Lionel Debroux, with your information, I successfully compiled Luna for Mac OS X. Here are the binaries (Intel, x86 and x86_64 binaries): http://www.fanofblitzbasic.de/download.php?dlid=LunaMacOSXPlease note:I had to modify the code and the makefile, but it should still compile on Linux and Windows! @ExtendeD: I hope it's ok that I published the binaries? There is no license for Luna itself, only for OpenSSL and minizip^^ I don't know if they work, could somebody please try that out? TIA Cuervo
24
« on: May 30, 2011, 01:57:25 am »
The strange thing is, that the TI-nspire CAS Teacher Software does not crash when performing " "+" ", so I think it's some kind of low-level problem.. Most of the things that crashed the nspires also crashed the simulator. ("The Application 'TI-Nspire CAS Teacher Software' has unexpectedly quit")
27
« on: April 08, 2011, 03:54:54 am »
I removed boot2 and updated my TI-nspire CAS Touchpad to OS 3.0, but when I opened the status menu (5-4 on homescreen) it told me, it runs only on AAA Batteries. This is in my calc: http://education.ti.com/educationportal/sites/US/productDetail/us_nspire_battery.htmland it does not show up, as it did in OS 2.x, so I did a downgrade (for obvious reasons). Is the rechargable-battery-detection in boot2? TIA
28
« on: March 20, 2011, 05:00:24 am »
Yes, but why? Ndless also installs with the calculator plugged in...
TIA
29
« on: February 26, 2011, 07:57:01 am »
Hi Cuervo and welcome to the forums (I wonder if I missed anyone else, but welcome to others too). Hopefully now you should no longer need to compile Ndless as ExtendeD posted a binary of it here: http://ourl.ca/9367
Just make sure to send the right file to your calculator, though. There is one for OS 1.7, one for 2.0.1 and one for 2.1, and you must also send the resources file.
Ok.. thanks! That version actually DOES work while the one compiled by me does not. I have no idea why. Anyway, it's great!
30
« on: February 24, 2011, 11:15:48 am »
OK, I got very (!) far now, the only thing not working is I'm not getting a ndless_resources.tns..
nspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -c syscalls_cas-2.0.1.c nspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -c syscalls_ncas-2.1.0.c nspire-gcc -Os -nostdlib -Wall -W -Wno-strict-aliasing -c syscalls_cas-2.1.0.c nspire-ld --light-startup -nostdlib install.o ploaderhook.o ints.o syscalls.o utils.o emu.o syscalls_ncas-1.7.o syscalls_cas-1.7.o syscalls_ncas-2.0.1.o syscalls_cas-2.0.1.o syscalls_ncas-2.1.0.o syscalls_cas-2.1.0.o -o ndless_core.elf "/usr/local/arm-elf/bin/arm-elf-objcopy" -O binary ndless_core.elf ndless_core.bin stage2_hexsize=`wc -c ndless_stage2.bin | cut -f1 -d' ' | xargs printf '%04x'` \ && test -n "$stage2_hexsize" \ && echo -e -n "\x${stage2_hexsize:2:2}\x${stage2_hexsize:0:2}\x00\x00" > ../calcbin/ndless_resources.tns make[1]: *** [ndless_resources.tns] Error 1 make: *** [subdirs] Error 1 I actually do not see, what the problem is..
EDIT: Ok, if I manually enter the number, I get the file. Does not work on my nspire cas OS 2.1.0 or 2.0.1.. tried many times. Always crashes.
TIA Cuervo
|