Jonas Sølvhøj wrote:
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
of course it would be best if there were a "make install" but i'm not so
used to write install sections of makefiles for un*x...
chris