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 - Malcolm Forde

Pages: [1]
1
General Calculator Help / Re: Is using Nover 3 safe on OS 3.9?
« on: April 21, 2015, 05:28:09 pm »
I cannot use nLaunchy, unfortunately, as my hardware revision is T

2
General Calculator Help / Is using Nover 3 safe on OS 3.9?
« on: April 20, 2015, 11:40:52 pm »
I've asked this 3 days ago in the TI_Calculators subreddit, but it hasn't been answered yet, so I figured I would ask it here since I cannot find anything about it on Google.

3
Calculator C / Re: Error when compiling the Ndless SDK
« on: April 20, 2015, 10:03:22 pm »
I never actually thought about it being an error during build_toolchain.sh. And yes, build_toolchain.sh is not successful:
Code: [Select]
25 warnings generated.
11 warnings generated.
/bin/sh ../../gcc-4.9.2/gcc/../move-if-change tmp-automata.c insn-automata.c
echo timestamp > s-automata
130 warnings generated.
rm gcc.pod
make: *** [all-gcc] Error 2

I have no idea what that means, though.

4
Calculator C / Re: Error when compiling the Ndless SDK
« on: April 20, 2015, 09:19:29 pm »
I have GCC installed.

5
Calculator C / Error when compiling the Ndless SDK
« on: April 20, 2015, 07:28:44 pm »
I want to start doing development with Ndless on OSX. So, I started using this guide to get the SDK: http://hackspire.unsads.com/wiki/index.php/C_and_assembly_development_introduction_on_Linux

However, I got stuck on step five (where you run make). I get this error:
Code: [Select]
make all in zehn_loader...
"" -g -Os -Wall -Wextra -march=armv5te -fPIE -std=c++11 -fno-rtti -fno-exceptions -Wl,-Tldscript -nostdlib -nostartfiles -I ../../include -D _LDBL_EQ_DBL loader.cpp -o zehn_loader.tns.elf
/bin/sh: : command not found

It looks like, to me, that those flags are getting run as a command, which shouldn't happen. I tracked down where the error came from, but couldn't fix it. The error, by the way, comes from (ndless_installation)/ndless-sdk/tools/zehn-loader.

How do I fix this error?

6
I was considering attempting to learn C again just for programming on the TI-Nspire. And I probably will since compiled C code is a whole lot faster than any compiled language. I've done a fair bit of javascript and a tiny bit of C already, so learning C for this purpose shouldn't be all that hard.

7
Thanks!

8
General Calculator Help / Using libraries like nGL with micropython
« on: April 18, 2015, 10:03:07 pm »
Is it possible to do this on the TI Nspire CX? Or will I have to learn C/C++ to do anything graphical on my calculator?

Pages: [1]