parisse wrote:Did you get a giac.elf file? If so, then run genzehn by hand. If not, then run nspire-ld by hand, according to the Makefile
- Code: Select all
...
khicas.tns: $(OBJS) giacnspire.o #missing.o
nspire-ld -o giac.elf giacnspire.o $(OBJS) $(LDFLAGS)
$(GENZEHN) --compress --input giac.elf --output khicas.tns.zehn --name "giac" --uses-lcd-blit true #--240x320-support true
...
If you run by hand, OBJS and LDFLAGS must be replaced by their definitions, GENZEHN is simply genzehn
Ok, I needed to manually install Genzehn, but it´s now done.
Now I think I compiled it:


But I can´t see neither ptt.tns (which is mentioned on the Makefile:
- Code: Select all
$(GENZEHN) --input giac.elf --output khicas.tns.zehn --name "giac" --uses-lcd-blit true
make-prg ptt.tns.zehn ptt.tns
genzehn --info --input ptt.tns
/bin/cp ptt.tns /home/ubuntu/Ndless/ti/ndless
but there is no ptt.tns on that directory and not even on the .zip) and shakeys.tns (though that is never mentioned on the makefile or nowhere, I can only see it on the folder to install khicas on my calculator and I can´t understand what is it and, to add up, it also doesn´t open on my calc)
I deleted the files I had on the ndless folder, except the ndless files and imported the compiled files into my calculator (without ptt.tns and shakeys.tns) and I´m having a screen problem.
Now, maybe if I play around with the makefile code I could do this by myself, but, since I´m already here, the file only talks about for the CX II and CX HW-W screens. Mine is a HW:Y. What should I change?
And here is a last question that has nothing to do with compiling at all:
Do I need the XCas folder on my calc? The install file doesn´t mention to copy it, and I just have it on my calculator occupiyng space.
Thank You