2010-12-14 21:51:09 opencv on blackfin561
haiqing cao (CHINA)
Message: 96718
when I make the opencv2.0 for my blackfin561 It have some errors ,such as
/tmp/cc50S2NW.s: Assembler messages:
/tmp/cc50S2NW.s:3268: Error: syntax error. Input text was cld.
/tmp/cc50S2NW.s:3268: Error:
/tmp/cc50S2NW.s:3268: Error: syntax error. Input text was rep.
/tmp/cc50S2NW.s:3268: Error:
/tmp/cc50S2NW.s:3268: Error: syntax error. Input text was stosl.
/tmp/cc50S2NW.s:3268: Error:
/tmp/cc50S2NW.s:3279: Error: syntax error. Input text was btsl.
/tmp/cc50S2NW.s:3279: Error:
make[2]: *** [lib_highgui_la-cvcap_v4l.lo] 閿欒 1
make[2]: Leaving directory `/opt/OpenCV-2.0.0/src'
make[1]: *** [all-recursive] 閿欒 1
make[1]: Leaving directory `/opt/OpenCV-2.0.0'
make: *** [all] 閿欒 2
I don't know how to deal with it .please hlep me .thank you very much
QuoteReplyEditDelete
2010-12-14 22:12:09 Re: opencv on blackfin561
Mike Frysinger (UNITED STATES)
Message: 96720
you've deleted the actual compile line from the log, so we can only guess. most likely your config is wrongly using -I paths to the host system like /usr/include. dont do that.
QuoteReplyEditDelete