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
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Building frdm_k64f target on MAC: make JS=samples/HelloWorld.js BOARD=frdm_k64f CROSS_COMPILE=~/Downloads/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-
Actual Result
Building qemu target failed on Mac:(you may met error No such file or directory: CMAKE_READELF first, then need to modify i586-zephyr-elfiamcu to i586-zephyr-elf in ${ZEPHYR_BASE}/cmake/toolchain/xtools.cmake)
Description
This is a regression issue. Error running link command occurs when building qemu and frdm_k64f target on Mac.
Test Code
HelloWorld.js;
Steps to Reproduction
Building qemu target on MAC by follow instructions: building-qemu-and-arduino-101-targets
make JS=samples/HelloWorld.js BOARD=qemu_x86 qemu
Building frdm_k64f target on MAC:
make JS=samples/HelloWorld.js BOARD=frdm_k64f CROSS_COMPILE=~/Downloads/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-
Actual Result
No such file or directory: CMAKE_READELF
first, then need to modifyi586-zephyr-elfiamcu
toi586-zephyr-elf
in${ZEPHYR_BASE}/cmake/toolchain/xtools.cmake
)Expected Result
Building successfully.
Test Builds
Additional Information
The text was updated successfully, but these errors were encountered: