05-08-2019 05:43 AM
hi
i was trying to devolope opencv in vivado SDK and also run the example project using windows pc
and i was rectifyinh the errors rrelatd to functions now i got again the library error how cn i achieve it can anyone please tel me
05-13-2019 12:39 PM
Hi @sharmilakotra123 ,
The toolchain is complaining about not being able to find the header files. Did you modify any project settings or so? I mean, the default application template works fine for me so it seems something might be modified on your side.
I cannot see the build command on your console window but it should look like bellow:
'Invoking: ARM v7 Linux g++ linker' arm-linux-gnueabihf-g++ -L"C:\Xilinx\SDK\2018.3\data\embeddedsw\ThirdParty\opencv\aarch32\lib" -o "test.elf" ./src/main.o -lopencv_core
Regards