On 11/19/05, Abbie Zheng <[EMAIL PROTECTED]> wrote: > Hello, > It was nesC problem. I reinstalled my cygwin and the TinySQL can be > compiled now. I'm wondering how I can use the tinysql command. It says > tinysqlcc: not found > when I try to execute it. Thanks a lot.
You need to install the VM tools, which is done by executing Bootstrap in tinyos-1.x/tos/lib/VM, followed by configure, followed by make, followed by make install. However: - this will require some other tools (e.g., an ocaml compiler) - things are still in flux, so it's possible the build stuff might not work (i.e., if you don't like hacking install-type stuff, you might want to wait for the VM release coming Decemberish) David Gay _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
