Skip to content
Snippets Groups Projects

S/QUL Build commands

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Ganesh Rengasamy

    For Qurious learning course

    Edited
    snippetfile1.txt 516 B
    cd $QUL_ROOT
    mkdir build
    cd build
    mkdir -p .cmake/api/v1/query && touch .cmake/api/v1/query/codemodel-v2
    
    cmake .. -G "Ninja" -DQul_ROOT=$QUL_ROOT -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_TOOLCHAIN_FILE=../lib/cmake/Qul/toolchain/armgcc.cmake -DQUL_TARGET_TOOLCHAIN_DIR=$QUL_TOOLS/arm_gcc_12_3_1 -DQUL_BOARD_SDK_DIR=$QUL_TOOLS/STM/STM32Cube_FW_F7_V1.17.1/ -DQUL_GENERATORS=../lib/cmake/Qul/QulGenerators.cmake -DQUL_PLATFORM=STM32F769I-DISCOVERY-baremetal -DQUL_PLATFORM_DEVICELINK_ENABLED=ON -DQUL_VERSION=2.8.0
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment