Error when building for DSPIC33EV256GM106. #85391
Replies: 4 comments 1 reply
-
Hi, This our exact issue, pls see the below log I am adding the full compilations error log in text format: C:\Users\emira\zephyrproject\zephyr\samples\basic\blinky>west build -p -b dspic33ev256gm106 -- Configuring incomplete, errors occurred! |
Beta Was this translation helpful? Give feedback.
-
Where did you obtain this version of Zephyr? The "dspic33ev256gm106" is not present in upstream |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
probably related #86095, new architecture, new compliler.... |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Building the hello world sample for DSPIC33EV256GM106 with XC-16 Toolchain gives an error. See logs below.
I'm on Windows V.Scode on a Lenovo.
To Reproduce
Steps to reproduce the behavior:
Follow the steps for Windows in [Getting Started] and related Architecture and Toolchain docs.
Activate Virtual Env.
Go to ~/<zephyr_repository
Run west build -p -b dspic32ev256gm106 samples/hello_world
See the error in the logs output of this report.
Expected behavior
I would expect it to build like it does when I build for SAML21_XPRO.
Impact
Blocking learnings about Zephyr OS
Beta Was this translation helpful? Give feedback.
All reactions