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 - hgarrereyn

Pages: [1]
1
Calculator C / Re: Using the ndless-sdk on osx
« on: September 27, 2014, 06:38:11 pm »
Yeah, I downloaded boot2docker which also installs VirtualBox. It seems like the problem is with the nspire-tools command as the nspire-gcc command seems to work fine.

2
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:
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!

Pages: [1]