Closed meloncolie closed 5 years ago
Hello, i have problem with cross-compiling. if i make a subdirectory and call cmake .. in it, no CMakeFiles, CMakeCache and related files will be generate. Here is the commands:
cmake ..
mkdir build-arm-linux-gnueabihf && cd build-arm-linux-gnueabihf cmake .. -DTOOLCHAIN="/usr/bin/arm-linux-gnueabihf-g++" -DTARGET="arm" -D CMAKE_BUILD_TYPE="Release" -DLIBRARY="STATIC"
This phenomena is pretty wired in my respect, i am wandering how this happens and how could i make it in a subdirectory. Thanks a lot
I have performed the commands above and they are work fine.
Hello, i have problem with cross-compiling. if i make a subdirectory and call
cmake ..
in it, no CMakeFiles, CMakeCache and related files will be generate. Here is the commands:This phenomena is pretty wired in my respect, i am wandering how this happens and how could i make it in a subdirectory. Thanks a lot