build simple application using ACAP docker #427
Unanswered
kavitaRasal
asked this question in
General
Replies: 1 comment
-
|
Hi @kavitaRasal , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a simple application . And following below steps to build it
docker pull axisecp/acap-native-sdk:12.6.0-aarch64-ubuntu24.04
docker run -it --rm -v /media/kavitar/Code/Intellivision/AxisCamera/acap/hello-acap:/acap axisecp/acap-native-sdk:12.6.0-aarch64-ubuntu24.04
Then inside container, installed cmake
cd /acap/
cmake .. -DCMAKE_TOOLCHAIN_FILE=/opt/axis/acapsdk/toolchain/aarch64.cmake
Make
I get errors as
CMake Error at /usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:176 (message):
Could not find toolchain file: /opt/axis/acapsdk/toolchain/aarch64.cmake
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
/opt/axis/acapsdk/
at this location toolchain files are not present. Please refer attached screenshot.
Can you please let me know if I followed correct steps to build an app using axis sdk docker image?
Beta Was this translation helpful? Give feedback.
All reactions