Search found 3 matches
- 08 Nov 2012, 21:45
- Forum: Mindstorms Software
- Topic: GCC nxt makefile
- Replies: 6
- Views: 8798
Re: GCC nxt makefile
Thank you everyone I will be reading up on these links that you guys posted and I will certainly have something working sooner or later.
- 06 Nov 2012, 02:25
- Forum: Mindstorms Software
- Topic: GCC nxt makefile
- Replies: 6
- Views: 8798
Re: GCC nxt makefile
I don't think it's quite that easy. The compiler needs to have knowledge about the target, in more ways that just that. That is why I wanted a ready made makefile because I am not sure of the executable format that the nxt uses. Also, the target would be the NXT, which means you'll need to replace ...
- 04 Nov 2012, 22:00
- Forum: Mindstorms Software
- Topic: GCC nxt makefile
- Replies: 6
- Views: 8798
GCC nxt makefile
I have tried nxc before but well... it is not exactly c meaning that it does not support everything that c supports mainly pointers. I want to write a mod player for the nxt and to do that you need pointers to access the sound hardware directly. Does anybody have a makefile template that I could use...