0 Members and 2 Guests are viewing this topic.
Do I need to add the sdk/bin/ to the PATH variable in win 7? (It says do that for XP, Vista, and Linux, but just making sure)If so, how?
Do I really need an RS232 adapter in order to run that hello world program?
Also, when attempting to create a makefile it says: sh: nspire-tools: command not found
$ make nspire-ld -nostdlib hello.o -o hello.elfosstub.c:6:18: error: conflicting types for '_ssize_t'c:/program files (x86)/yagarto/lib/gcc/../../arm-none-eabi/sys-include/sys/_types.h:56:13: note: previous declaration of '_ssize_t' was hereosstub.c:8:18: error: conflicting types for '_off_t'c:/program files (x86)/yagarto/lib/gcc/../../arm-none-eabi/sys-include/sys/_types.h:16:14: note: previous declaration of '_off_t' was heremake[1]: *** [osstub.o] Error 1make: *** [hello.tns] Error 2