Giulio Benetti
Giulio Benetti
> I wouldn't like to mix HAVE_SYMVER_ATTRIBUTE with `__APPLE__`, as HAVE_SYMVER_ATTRIBUTE is also needed for older linux distributions. Oops, yes they are 2 different things symver and __APPLE__/__UCLIBC__ > I'm...
> I don't think we need `__APPLE__`. libfuse does not support OS-X, and OSXFUSE does not share code with FUSE. This was probably cargo-culted at some point. > > When...
> I have day off today and tomorrow, gives me a chance to eventually work on this. To my understanding ulibc and others do not have full symbol versioning support,...
Hello @ForgetCSX, I think it's pretty easy to enable esp-hosted package in Buildroot. After setting up the _defconfig you only need to issue `make menuconfig`, then you can search for...
@ForgetCSX which Buildroot version are you using? It should automatically enable the correct drivers when you select esp-hosted. Because there you can choose which SoC and interface to use.
@ForgetCSX please rebase on latest stable Buildroot version, there I maintain esp-hosted and all build failure up to Linux 6.9 should be fixed.
> it seems that esp32_spi.ko was not compiled correctly. @ForgetCSX I've just successfully built esp32_spi.ko using Buildroot menuconfig by choosing SPI as interface and ESP32 as SoC. So it works...
> @giuliobenetti yes, new release will be coming out shortly. Perfect, thank you!
@kapilkedawat @mantriyogesh thank you for the new Release, hope to see new ones soon. @kaidegit check latest release
By default Buildroot now has Linux 6.15, it would be great if you release a new version like: release/ng-v1.0.5.0.0 or similar. Otherwise I should send patches with local patches to...