This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
[MacOS] Make qemu target failed on MacOS #1715
Closed
Description
Description
Building qemu target on Mac failed after zephyr updated.
Test Code
All samples and tests
Steps to Reproduction
- Building qemu on MAC by follow instructions: building-qemu-and-arduino-101-targets
Actual Result
- Building qemu target failed on Mac, it needs
i586-zephyr-elfiamcu
noti586-pc-elf
.
I have no idea how to build i586-zephyr-elfiamcu viact-ng build
.
- Try to change
i586-zephyr-elfiamcu
toi586-pc-elf
indeps/zephyr/cmake/toolchain-xtools.cmake
, another error met:
Expected Result
Building successfully.
Test Builds
Branch | Commit Id | Target Device | Test Date | Result |
---|---|---|---|---|
master | 1b970c8 | qemu | Dec 13, 2017 | Fail |