Salut,
Je veux importer la librarire OpenCV dans un projet sous Xilinx EDK/SDK, est ce qu'il y a qui peut m'aider à avoir les fichiers libcv.dll.a et libhighgui.dll.a
J'ai effectué les liens -L -l et -I
Mais j'obtiens ces erreurs:

**** Full rebuild of configuration Debug for project new01 ****

make clean all
rm -rf blink_and_face_detection.o blink_and_face_detection.d new01.elf
mb-g++ -c -IC:/Users/Hayfa/Desktop/Fin/SDK/SDK_Workspace/new/microblaze_0/include -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a -IC:\OpenCV\cv\include -IC:\OpenCV\cvaux\include -IC:\OpenCV\cxcore\include -IC:\OpenCV\otherlibs\highgui -IC:/OpenCV/cv/include -IC:/OpenCV/cvaux/include -IC:/OpenCV/cxcore/include -IC:/OpenCV/otherlibs/highgui -g -O0 -oblink_and_face_detection.o ../blink_and_face_detection.c
../blink_and_face_detection.c: In function 'int main(int, char**)':
../blink_and_face_detection.c:203: warning: passing 'float' for argument 1 to 'CvSize cvSize(int, int)'
../blink_and_face_detection.c:203: warning: passing 'float' for argument 2 to 'CvSize cvSize(int, int)'
../blink_and_face_detection.c: In function 'int is_eye_pair(CvSeq*, int, CvRect*)':
../blink_and_face_detection.c:441: warning: passing 'float' for argument 1 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c:441: warning: passing 'float' for argument 2 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c:441: warning: passing 'float' for argument 3 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c:441: warning: passing 'float' for argument 4 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c: In function 'int locate_eye(IplImage*, IplImage*, CvRect*, CvRect*)':
../blink_and_face_detection.c:478: warning: passing 'float' for argument 1 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c:478: warning: passing 'float' for argument 2 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c:478: warning: passing 'float' for argument 3 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c:478: warning: passing 'float' for argument 4 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c:529: warning: passing 'float' for argument 3 to 'CvRect cvRect(int, int, int, int)'
../blink_and_face_detection.c:529: warning: passing 'float' for argument 4 to 'CvRect cvRect(int, int, int, int)'

Building target: new01.elf
mb-g++ -o new01.elf blink_and_face_detection.o -lcv -lcvaux -lcxcore -lhighgui -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a -LC:/Users/Hayfa/Desktop/Fin/SDK/SDK_Workspace/new/microblaze_0/lib -LC:/OpenCV/lib -T../new01.ld
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: cannot find -lcv
collect2: ld returned 1 exit status
make: *** [new01.elf] Error 1
Build complete for project new01