Debugging bundlex/unifex errors
Hello, I've been tinkering with membrane cross-compiled to Nerves (rpi4).
I've had features (e.g. microphone input) working recently but it seems it has broken with recent upgrades.
Would anyone have any tips on debugging the
unifex_create/3
error below?
I suspect it's loading precompiled NIFs onto the wrong architecture but I'm not seeing where I can disable precompiled libraries (or if this is even the right thing to be investigating...)
4 Replies
Worked out that precompiled dependencies can be disabled via:
config :bundlex, :disable_precompiled_os_deps, true
and this resolves the issue - yay.Wanted to suggest exactly this, but we released this config option just yesterday and I didn't make it 😄 BTW, we're testing integration of this Discord server with answeroverflow.com - could you please tell me if you noticed it / did it cause any trouble asking the question?
Hm, I'm using the discord client and didn't notice anything related to answeroverflow.com
From my perspective I did the usual:
- get frustratingly stuck on a problem
- hesitantly post questions in hopes for insights
- go source diving
- consult the rubber duck
- discover my own stupidity
- come back to close the loop
didn't notice anything related to answeroverflow.comThat's great, it's the desired experience 😉 Thanks, still figuring out how it works
hesitantly post questions in hopes for insightsPlease don't hesitate 😉