Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

mshabunin
Copy link
Contributor

  • CMAKE_*_FLAGS contained excessive compiler flags
  • CMAKE_SYSTEM_PROCESSOR was missing
  • Used CMAKE_*_FLAGS_INIT (cmake 3.7+)

Tested with the following configuration:

PATH=/opt/riscv64-linux-x86_64-20210618/bin:${PATH} \
cmake \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_TOOLCHAIN_FILE=/opencv/platforms/linux/riscv64-071-gcc.toolchain.cmake \
    -DBUILD_SHARED_LIBS=OFF \
    /opencv

@asmorkalov asmorkalov merged commit 3ac06bf into opencv:4.x Apr 2, 2023
@mshabunin mshabunin deleted the fix-rvv-07-old branch April 3, 2023 10:54
@asmorkalov asmorkalov mentioned this pull request May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants