-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix zephyr build scripts invocation from pio script. #2
base: main
Are you sure you want to change the base?
Conversation
- Add "build" to the command for invocation of zephyr scripts from platformio, as the zephyr scripts have been moved. - Add invocation of script that autogenerates the sterror_table.h file, based on the other invocations already present, and on the equivalent zephyr file lib/libc/minimal/CMakeLists.txt Please note that I am not developer of zephyr or platformio so the modifications may not be correct. With the modifications the build does not fail because of the missing file / scripts, but still fails with: "Architecture unsupported"
I can confirm that this should have fixed the issue however I am getting some errors @waltergallegog did you manage to compile some project using this script? |
Hi @pwilkowski. Nope, I was not able to successfully compile my project. The modifications on this PR is as far as I got attempting to solve the issue. |
Hey, im working on a integration of Zephyr 3 based on maxgerhardts work. Zephyr added a Buildstep between v2 and v3. Max Gerhardt has build a workaround for it. See https://github.com/Hygdrasil/platformIO_zephyr3/tree/piosupport31. |
@Hygdrasil unfortunately, while your branch builds, OS is stuck at booting. |
@pwilkowski can you try this repo? |
@Hygdrasil I actually wanted it to run at nrf52 so im not sure about stm32 either, so im not sure how am i suppose to use that repo? |
@pwilkowski I updated the .ini for an nrf32, can you try to run this repo? These are both st based plaforms so it probably ether works with both or none. |
@Hygdrasil I still do not know how can i "try to run" that repo. Do you perhaps use a discord? |
@pwilkowski i have a account, can you point me to a server and we meet there? |
@Hygdrasil official zephyr discord https://discord.gg/zephyrproject my nick there is Kaminaris |
sorry i cant find you there |
@Hygdrasil just posted something on #general |
Please note that I am not developer of zephyr or platformio so the modifications may not be correct.
With the modifications the build does not fail because of the missing file / scripts, but still fails with:
"Architecture unsupported"
Closes #1