Monday, November 13, 2006

New option needed when assembling!

Although it has not been discussed, the new 6035 static library (lib6035.a) includes the data parallelization library. Even if you are not data parallelizing, you have to compile the library with the -pthread option:

gcc4 example.s -L. -l6035 -pthread -o example
cc example.s -L. -l6035 -pthread -o example

0 Comments:

Post a Comment

<< Home