Open error10 opened 4 years ago
Joys, gcc-9 and above are being fussier about printf("%s", NULL), or by the looks of it any potential route for the parameter being NULL.
I don't believe vcfilesys.c is ever used by the system? @popcornmix Am I right in this being the host side for the VPU accessing the host filesystem? If so then the whole thing can be culled.
Yes this is broken with gcc10, and is manually patched in the yocto bsp layer http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch
Describe the bug Compilation fails on RPi4 running Fedora 32 aarch64 with the error shown below.
To reproduce
sudo arm-image-installer --target=rpi4 --image=/home/error/Downloads/Fedora-Minimal-32-1.6.aarch64.raw.xz --media=/dev/sdb
sudo dnf -y install @development-tools gcc-c++ cmake
./buildme --aarch64
Expected behaviour Compilation should succeed.
Actual behaviour
System