Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

[MacOS] Make qemu and frdm_k64f target failed #1884

Open
qiaojingx opened this issue May 23, 2018 · 0 comments
Open

[MacOS] Make qemu and frdm_k64f target failed #1884

qiaojingx opened this issue May 23, 2018 · 0 comments

Comments

@qiaojingx
Copy link

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

  1. Building qemu target on MAC by follow instructions: building-qemu-and-arduino-101-targets
    make JS=samples/HelloWorld.js BOARD=qemu_x86 qemu

  2. 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

  1. 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)

screen shot 2018-05-23 at 4 40 36 pm

  1. Building frdm_k64f target failed on Mac:

screen shot 2018-05-23 at 4 41 30 pm

screen shot 2018-05-23 at 4 41 43 pm

Expected Result

Building successfully.

Test Builds

Branch Commit Id Target Device Test Date Result
master f90d9d1 qemu May 23, 2017 Fail
master f90d9d1 frdm_k64f May 23, 2018 Fail

Additional Information

@haoxli haoxli changed the title [Mac] Make qemu and from_k64f target failed [MacOS] Make qemu and frdm_k64f target failed May 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant