initializer element is not constant
Architecture -> aarch64
Kernel Architecture -> arm64
Kernel Version -> 5.10
gcc -> 6.5.0
glibc -> 2.33
Build Error: Bluez-5.70-build-error.txt
I will look at these today.
Is there any way to use a version of GCC that is > v7.4? GCC is currently on v13 and versions lower than v7.4 (including v6.5.0) have an issue with this particular warning. Upgrading to a newer GCC version should fix your problem.
In any case, this is a unit test module, which is not used in deployed solutions.
which module need to disable to build the bluez package on gcc-6.5.0 ?
I would probably just:
$ make -k
Which lets make keep going even after encountering any kind of build error. It builds everything it can that doesn’t have dependency build errors. Since the file you are complaining about is part of the test engine, probably all the important things will still get built.
On Sun, Jun 2, 2024 at 11:40 PM Naveenkumar @.***> wrote:
which module need to disable to build the bluez package on gcc-6.5.0 ?
— Reply to this email directly, view it on GitHub https://github.com/bluez/bluez/issues/855#issuecomment-2144391354, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD7PQKY2RVYF2SLSNMSYYLLZFQFVDAVCNFSM6AAAAABIOTNMHSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBUGM4TCMZVGQ . You are receiving this because you commented.Message ID: @.***>
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.