You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to do some software development and found that it was complaining that GLIBC_2.34 couldn't be found, so I went to go look for a new image, but the latest one was middle of last year. (I checked the most recent image does not have the GLIBC_2.34). So I went to build a new image. Found a few issues:
It complained that it wasn't able to read colors.xml (this was a warning)
It complained it couldn't read a number of files in xcsoar7.26-r0/git/output/data/sound including: beep_bweep.raw, beep_clear.raw, beep_drip.raw, fail.raw, insert.raw, and remove.raw. This was an error and halted the bitbake. I created bogus files and it continued the build and completed successfully.
The text was updated successfully, but these errors were encountered:
hpmax
changed the title
Multiple Image Build Issues
Missing files
Sep 24, 2022
Hi,
Somehow the tool sox is missing.
Does anyone know how to add it ?
Patch as proposed by hpmax:
touch ./tmp/work/cortexa7t2hf-neon-ovlinux-linux-gnueabi/xcsoar/7.26-r0/git/output/data/sound/remove.raw
etc. for all the *.raw files.
The problem is still actual. Tried to build an image on November, 6th receiving the same (unable to read colors.xml).
Besides meta-openvario, I cloned XCSoar (7.29, the trunk) and was able to build and run XCSoar on ubuntu und run it.
I tried to do some software development and found that it was complaining that GLIBC_2.34 couldn't be found, so I went to go look for a new image, but the latest one was middle of last year. (I checked the most recent image does not have the GLIBC_2.34). So I went to build a new image. Found a few issues:
The text was updated successfully, but these errors were encountered: