We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following wiki on how to work with OpenCV on Stm32 https://github.com/embox/opencv_samples.
I successfully use the commands:
$ cd embox/ $ make ext_conf EXT_PROJECT_PATH=<path-to>/opencv_samples $ make confload-ext_project/opencv_samples/stm32f746g-discovery
But when I enter the command
make
Errors occur.
[/bin](tg://bot_command?command=bin)[/sh](tg://bot_command?command=sh): 2: [/home](tg://bot_command?command=home)[/nnizamov](tg://bot_command?command=nnizamov)[/embox](tg://bot_command?command=embox)-master/build/extbld/third_party/gcc/gcc_build/build: Permission denied make[5]: *** [Makefile:67: [/home](tg://bot_command?command=home)[/nnizamov](tg://bot_command?command=nnizamov)[/embox](tg://bot_command?command=embox)-master/build/extbld/third_party/gcc/gcc_build/.configured] Error 126 make[4]: *** [/home/nnizamov/embox-master/build/base/gen/third_party/gcc/gcc_build.extbld_rule.mk:23: [/home](tg://bot_command?command=home)[/nnizamov](tg://bot_command?command=nnizamov)[/embox](tg://bot_command?command=embox)-master/build/base/gen/third_party/gcc/gcc_build.__extbld-target] Error 2 make[3]: *** [mk/build.mk:25: build] Error 2 make[2]: *** [mk/load.mk:41: build] Error 2 make[1]: *** [mk/main.mk:31: build] Error 2 make: *** [Makefile:40: all] Error 2
GSS version 10.0.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following wiki on how to work with OpenCV on Stm32 https://github.com/embox/opencv_samples.
I successfully use the commands:
But when I enter the command
make
Errors occur.
GSS version 10.0.5
The text was updated successfully, but these errors were encountered: