Page 1 of 1

Buildroot error ERROR: disabled

Posted: 2024-01-19 8:59
by Robbal
Hi All

I keep getting this error in the docker or on Ubunt-22.04 when i follow the buildroot example. I am sure its missing something but I can seem to find it.

Code: Select all

output/build/libglib2-2.72.3/meson.build:2102:4: ERROR: Automatic wrap-based subproject downloading is disabled
Anyone had the same problem. I have used sudo as instructed but its not helping.

Thanks

Robby

Re: Buildroot error ERROR: disabled

Posted: 2024-01-20 3:55
by Luckfox Taylor
Attempt to enter the Buildroot directory and uncheck this library.
libglib2.png

Re: Buildroot error ERROR: disabled

Posted: 2024-08-09 4:50
by Rick
Hi,

I also have this error when I enable the sshfs in buildroot.

I can't deselect the 'libglib2' as it's required by sshfs.

I've tried build the buildroot only with buildroot toolchain using glibc instead of ucLibc and it succeed, so it seems like the arm-rockchip830-linux-uclibcgnueabihf toolchain can't be used for compiling libglib2.

My question: can I switch to use a toolchain with glibc? For example, use the toolchain build from buildroot?

target: luckfox_pico_plus.

Thanks in advance!

Re: Buildroot error ERROR: disabled

Posted: 2024-08-10 2:25
by Crocodile
Using the glibc toolchain to compile Buildroot is feasible, but it may cause the multimedia libraries (which control the camera) and the NPU on the RV1106 to become unusable. The source code for these special chips is not publicly available and is only provided for the uClibc version. If you don't need the multimedia libraries, you can give it a try.