1
Calculator C / Using the ndless-sdk on osx
« on: September 27, 2014, 04:22:17 pm »
I am trying to set up the ndless sdk for use on my mac running osx 10.9.2 (Mavericks).
I followed the linux tutorial on setting up an environment with Docker and got to the point where I can run the command:
However, when I try to use the
It seems like most of the dev tools are intended for windows and linux use so I haven't been able to find any information regarding osx use.
Any help is appreciated!
I followed the linux tutorial on setting up an environment with Docker and got to the point where I can run the command:
Code: [Select]
docker run ndless/ndless-sdk nspire-gcc
and get the expected error message.However, when I try to use the
Code: [Select]
nspire-tools new name
command or the Code: [Select]
nspire-tools main
command, nothing gets created (They should make a Makefile and a main.c file respectively).It seems like most of the dev tools are intended for windows and linux use so I haven't been able to find any information regarding osx use.
Any help is appreciated!