OpenMP 링크에러 해결좀 부탁드립니다..ㅜㅜ
글쓴이: stylidy / 작성시간: 월, 2010/06/07 - 9:52오전
OpenMP를 사용하여 ARM MPCore보드를 사용하려 하는데요,,
크로스컴파일러에서 make하면 다음과같은 에러메시지가 뜹니다.
링크하는 과정에서 오류가 생기는듯 합니다.
creating binary "../bin/test"
obj/mv-search.o: In function `BlockMotionSearch.omp_fn.0':
mv-search.c:(.text+0x3ee0): undefined reference to `GOMP_sections_next'
mv-search.c:(.text+0x3ef8): undefined reference to `GOMP_sections_end'
obj/mv-search.o: In function `BlockMotionSearch':
mv-search.c:(.text+0x46e4): undefined reference to `GOMP_parallel_sections_start'
mv-search.c:(.text+0x46f0): undefined reference to `GOMP_parallel_end'
collect2: ld returned 1 exit status
make: *** [bin] 오류 1
어떻게 해결해야하나요,,ㅜ
Forums:
undefined reference to 로
undefined reference to 로 검색하시면 될 것 같에요.
nm, ldd 도 필요할지 모르겠군요.
댓글 달기