Peter301
lvl.1
Germany
Offline
|
Hi,
for a project on my university i need to use a Raspberry Pi with the Robomaster Ep Core and i tried to install the SDK Software from the Robomaster on the Raspberry Pi. I followed the guide for the library, wich contains this:
Install OpenCV 4.1.2 on Raspbian Buster
```bash
$ chmod +x *.sh
$ ./download-opencv.sh
$ ./install-deps.sh
$ ./build-opencv.sh
$ cd ~/opencv/opencv-4.1.2/build
$ sudo make install
```
On the ./build-opencv.sh command, it stops at 25% with the error message:
[ 25%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/absdiff.cpp.o
c++: error: unrecognized command-line option ‘--param=ipcp-unit-growth=100000’; did you mean ‘--param=ipa-cp-unit-growth=’?
make[2]: *** [3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/build.make:82: 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/absdiff.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:3488: 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/all] Fehler 2
make: *** [Makefile:182: all] Fehler 2
I have python 3.7.8 and a venv running. I hope someone can help me, I am already a little late on this project and i cant figure out how to solve this issue.
Thanks already for the anwsers!
Simon
|
|