Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPCXpresso55S69_ns target : build failed #24439

Closed
CindyChmt opened this issue Apr 17, 2020 · 1 comment · Fixed by #24368
Closed

LPCXpresso55S69_ns target : build failed #24439

CindyChmt opened this issue Apr 17, 2020 · 1 comment · Fixed by #24368
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@CindyChmt
Copy link

There are some compilation problems when trying to compile Zephyr samples with the target "lpcxpresso55s69_ns".

To Reproduce
west build -p auto -b lpcxpresso55s69_ns samples/hello_world

Issues
It seems that there are 3 problems :
One in lpcxpresso55s69_ns_defconfig file : CONFIG_ARM is not user configurable
and two in nxp_lpc55s6x_ns.dtsi file : It's missing i2c.h as included file and we have to replace kinetis-gpio by lpc-gpio otherwise the declaration of kinetis-port is missing.

Environment :

  • OS: Ubuntu
  • Toolchain : Zephyr SDK
  • Zephyr version : 2.2.99
@CindyChmt CindyChmt added the bug The issue is a bug, or the PR is fixing a bug label Apr 17, 2020
@ioannisg ioannisg added the priority: medium Medium impact/importance bug label Apr 17, 2020
@galak
Copy link
Collaborator

galak commented Apr 17, 2020

Fixed by #24368

@galak galak self-assigned this Apr 17, 2020
@galak galak linked a pull request Apr 17, 2020 that will close this issue
CindyChmt added a commit to CindyChmt/zephyr that referenced this issue Apr 17, 2020
…ild failed

lpcxpresso55s69_ns_defconfig file : CONFIG_ARM is not user configurable
nxp_lpx55s6x_ns.dtsi file : missing i2c.h and replace kinetis-gpio by
lpc-gpio

Signed-off-by: Cindy Chaumont <cchaumont@witekio.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants