xmos / xcore_iot

Other
30 stars 40 forks source link

Bare metal examples build command needs toolchain info #341

Closed chrisc-xmos closed 2 years ago

chrisc-xmos commented 2 years ago

Thank you for submitting an SDK documentation issue. Please provide as much information you can.

System information

Describe the documentation issue The explorer board bare metal examples readme (which propagates to the documentation) suggests building with: cmake -B build but this does not create the appropriate make targets on my system. I needed to do: cmake -B build -DCMAKE_TOOLCHAIN_FILE=tools/cmake_utils/xmos_xs3a_toolchain.cmake

keithm-xmos commented 2 years ago

Fixed by https://github.com/xmos/xcore_sdk/pull/343