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

State of the builds? Should we be running build_all.sh? #44

Closed
KurtE opened this issue Jan 23, 2025 · 2 comments
Closed

State of the builds? Should we be running build_all.sh? #44

KurtE opened this issue Jan 23, 2025 · 2 comments

Comments

@KurtE
Copy link

KurtE commented Jan 23, 2025

Sorry quick question(s)?

For the most part I have been building only for the GIGA board.

But this morning, I thought I would try to run the build_all.sh script as to see the state of the builds.

And several of the builds are failing:
From the script:

./extra/build.sh arduino_giga_r1//m7 arduino_giga_r1_m7
./extra/build.sh arduino_nano_33_ble//sense arduino_nano_33_ble_sense
./extra/build.sh arduino_portenta_h7//m7 arduino_portenta_h7
./extra/build.sh ek_ra8d1 ek_ra8d1
./extra/build.sh frdm_mcxn947/mcxn947/cpu0 frdm_mcxn947_mcxn947_cpu0
./extra/build.sh frdm_rw612 frdm_rw612

GIGA builds, but Nano and Portenta fail.

Did not copy down what failed on NANO but on Portenta failed with undefined:
undefined reference to__cxa_pure_virtual
`

I was curious about these other two boards, as I do have a Portenta H7 (currently on HAT carrier but soon will have breakout as well)
Nano have V1 of BLE (not sure if you need sense?) but I have a V2 Sense arriving today.

Don't know what the others are, so probably won't worry about them. Other WIP boards?

Main questions:

  1. Should we continue with emphasis mainly on GIGA?
  2. Is there some place to check to know current state of each of the boards. Like I saw zephyr branch for GIGA display shield. What has been pulled into the main branch?

Thanks

@KurtE
Copy link
Author

KurtE commented Jan 23, 2025

Quick update, was able to get Portenta and Nano to build by adding these two lines:

CONFIG_CPP=y
CONFIG_STD_CPP17=y

To their .conf files

Question 3) When we create PRs, should it include only the real files we changed or should it also include all of the files that were changed after you do the build.sh scripts?

@facchinm
Copy link
Member

Fixed by #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants