You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Howard!
I'm encountering an issue while compiling code for the ARM architecture. Currently, I'm using bitbake for cross-compilation. Following the steps below to build, I noticed that the tz.h file is missing under /usr/local/include. Could you please advise on what adjustments might be needed? Below are the steps I followed to reproduce the issue:
Added compiler settings in CMakeLists.txt(the detail show on figure below)
Build the project
5.1 mkdir build && cd build
5.2 cmake .. -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ && make -j4
5.3 sudo make install
5.4 sudo ldconfig
The result is as shown in the attached image.
[the information which add on CMakeLists.txt]
[the result after compiler and build]
BTW the figure as show below was on X86 architecture compiler and build and the result was perfect.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi Howard!
I'm encountering an issue while compiling code for the ARM architecture. Currently, I'm using bitbake for cross-compilation. Following the steps below to build, I noticed that the tz.h file is missing under /usr/local/include. Could you please advise on what adjustments might be needed? Below are the steps I followed to reproduce the issue:
5.1 mkdir build && cd build
5.2 cmake .. -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ && make -j4
5.3 sudo make install
5.4 sudo ldconfig
The result is as shown in the attached image.
[the information which add on CMakeLists.txt]
[the result after compiler and build]
BTW the figure as show below was on X86 architecture compiler and build and the result was perfect.
Thank you.
The text was updated successfully, but these errors were encountered: