Quoting Asser <[email protected]>: > I tried to reproduce the problem on my other computer, which runs Ubuntu > 10.04. I installed from natty package, and it seems to work without any > problem. I'm guessing the problem is in some of the libraries used by > mspdebug after all?
Hi Asser, It's possible that this is the case (or perhaps it's the kernel). If you want to distinguish between the two, and possibly solve the problem quickly on your other system, you could compile static binary on Ubuntu and try it out on the first system (just add -static to the link command in the Makefile). Cheers, Daniel -- D.L. Beer Engineering www.dlbeer.co.nz ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
