Re: wishlist for NXC
Posted: 11 Jan 2011, 20:56
Ok. Thanks for replying.
Give a child a robot, he'll play for an hour. Teach him to build, and he'll play forever.
https://mindboards.org:443/
You don't need nxtcom anymore. The compiler can both download and download and run programs directly when it finishes compiling. Look at the -d and -r compiler switches (execute "nbc -help"). This works on the Mac and I presume it will work on Linux as well.nxt-ai wrote:Is nxtcom under the control of nxc/nbc? On Linux I have no idea of how to download programs as well as on Windows cmd "shell". I assume others have this problem too.
Last I tried It did nothing, also the -b flag didn't work and it kept saying it had a compiler error (duh it was already compiled).m-goldberg wrote:You don't need nxtcom anymore. The compiler can both download and download and run programs directly when it finishes compiling. Look at the -d and -r compiler switches (execute "nbc -help"). This works on the Mac and I presume it will work on Linux as well.
The -d and -r switches work fine on OS X. I use them all the time. I think the question is whether they also work on Linux.afanofosc wrote:On linux I wrote a lib-usb and bluetooth serial port implementation of the Fantom driver so that nbc can talk to the NXT. On Mac OSX and Windows I just linked to the existing Fantom driver libraries. If -d and so forth are not working correctly on Mac OSX then I have to fix that problem. Can you give me a source file and a command line to try which is not working for you? Are you using the nxt.dat file in ~ to provide the correct connection information along with -S=usb|alias|brick_resource_string ?
They do, I use them all the time.m-goldberg wrote:The -d and -r switches work fine on OS X. I use them all the time. I think the question is whether they also work on Linux.