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 @mukesh-2538, Cmake supports specifying the cross-compiler toolchain through the CMAKE_TOOLCHAIN_FILE variable that you can pass in the Cmake configuration command (as cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=<path/to/toolchain/file>.cmake).
An example toolchain file for an ARM based Linux platform can be seen in the CMake documentation here.
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=/home/mukesh/trail/sercom.cmake
CMake Error: The source directory "/home/mukesh/trail/aws-iot-device-sdk-embedded-C/build" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Can anyone provide me the instructions to Cross compile CoreMQTT Library and MQTT demos for ARM platform?
The text was updated successfully, but these errors were encountered: