Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- /opt/Altera/13.1/hld/linux64/lib/libalteracl.so: undefined reference to `pthread_create' /opt/Altera/13.1/hld/linux64/lib/libalteracl.so: undefined reference to `pthread_detach' collect2: ld returned 1 exit status make: *** [bin/hello_world] Error 1 --- Quote End --- I trimmed off the parts I can not help you with. The undefined references above can be fixed with a "-lpthread" added to the link command. Gary.