You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Should we continue with emphasis mainly on GIGA?
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
The text was updated successfully, but these errors were encountered:
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?
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:
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:
Thanks
The text was updated successfully, but these errors were encountered: