On Fri, 2004-02-27 at 18:16, Steve Underwood wrote:
> Good stuff. This is what we need. Specfic meaningful feedback to help 
> improve things :-)

I will try to help too..

The last part of http://mspgcc.sourceforge.net/manual/x1691.html about
compiling libHIL is wrong.

$ cd jtag/hardware_access/HILppdev
$ make libHIL.so
$ su
$ mv libHIL.so /usr/local/lib
$ ldconfig

Should be

$ cd jtag/hardware_access
$ make
$ su
$ mv libHIL.so /usr/local/lib
$ ldconfig

Best Regards,
Jonas


Reply via email to