Sergi・セルジ
Sergi・セルジ
> Hi [@xerpi](https://github.com/xerpi)! I had a look at the code, but I don't understand what your plan is; would you mind explaining it a bit more in detail? Maybe I...
Hi @mardy, yeah, that’s exactly the flow I had in mind. However, [`/dev/usb/oh1`](https://wiibrew.org/wiki//dev/usb/oh1) is only used for the internal USB bus (OH1), and it's only connected to the Bluetooth USB...
> Here's the first draft: [#63](https://github.com/xerpi/fakemote/pull/63) > > It builds and works, but it's mostly just moving files around. Before adding new APIs (and removing any dependency between the lib...
Currently, linking for Arm 32-bit fails with: ``` /usr/lib/gcc-cross/arm-linux-gnueabihf/14/../../../../arm-linux-gnueabihf/bin/ld: /tmp/ccLXP2do.ltrans1.ltrans.o: in function `load_app(int&, EmuEnvState&)': :(.text+0xe246): undefined reference to `new_exclusive_monitor(int)' /usr/lib/gcc-cross/arm-linux-gnueabihf/14/../../../../arm-linux-gnueabihf/bin/ld: /tmp/ccLXP2do.ltrans96.ltrans.o: in function `CPUProtocol::call_svc(CPUState&, unsigned int, unsigned int, ThreadState&)': :(.text+0xcb6):...
> I no understund ? Us have removed 32 bit very old time ago for only have 64 bit, so why want adding old 32 bit no exist anymore ?...
> Nothing compiled, ffmeg 😶 Yes, unfortunately, we need to bump ffmpeg first. Version 7.1.2 fixes the `ff_aom_uninit_film_grain_params` error.
Actually, for the `ff_aom_uninit_film_grain_params` error, we need to wait for ffmpeg 7.1.2 (not released yet): https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2025-May/343410.html
Bumping ffmpeg-core to ffmpeg 7.1.2 to hopefully fix the missing symbol error: https://github.com/Vita3K/ffmpeg-core/pull/23
I'm using a Raspberry Pi 5 with Raspberry Pi OS (based on Debian 13 Trixie). It has nice support out of the box for arm32 (`armhf`). After installing the required...
Still not fully building but it reaches much further.