I haven’t checked all the examples, but so far it seems to happen to:
3DModelLoaderExample
assimpExample
cameraLensOffsetExample
opencvExample
anything with ofxRPI4Window
And from my initial observations, I think this only happens when the addons have an addon_config.mk file in the addon folder, but I might be wrong here.
I found a similar issue here on github, but it might be a red herring:
From what I can decipher from this thread, the fault lies somewhere with an incompatibility with make 4.3 (Bullseye uses this).
Should I try to downgrade to make 4.2 on my pi? Or is there something else I can do?
Thank you!
Thank you.
I can definitely get some add-ons to work too. ofxGUI for example, works.
In that GitHub forum I linked, they talk a bit about the issue being with add-ons that use other add-ons and they get around that by making sure that the addons.make file lists all the involved add-ons, not just the ones at the top of the hierarchy, if that makes sense. But really I’m a little out of my depth with some of this stuff.
I tried rolling back to make 4.2 but got a bunch of esoteric error messages. It was late so I gave up but I’m gonna have another go at that tomorrow and see what I can find out.
edit: haven’t made much headway with this, so I’ve gone back to using Buster instead of Bullseye for the time being.