"does anyone have experience..." <- > <@ragarnoy:matrix.org> does anyone have experience creating bindings for c libraries that target embedded stuff ? I'm having issues using bindgen but I'm encountering the following error > /usr/bin/ld: skipping incompatible lib/libacconeer_a121.a when searching for -lacconeer_a121 > /usr/bin/ld: cannot find -lacconeer_a121: No such file or directory haven't done anything myself but maybe checkout [what cmsis_dsp does](https://github.com/samcrow/cmsis_dsp.rs/tree/master/cmsis_dsp_sys_pregenerated)