bluez icon indicating copy to clipboard operation
bluez copied to clipboard

initializer element is not constant

Open navinagaraj opened this issue 1 year ago • 4 comments

Architecture         -> aarch64         
Kernel Architecture  -> arm64           
Kernel Version       -> 5.10    
gcc                  -> 6.5.0
glibc                -> 2.33

Build Error: Bluez-5.70-build-error.txt

navinagaraj avatar May 29 '24 10:05 navinagaraj

I will look at these today.

bgix avatar May 30 '24 15:05 bgix

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.

bgix avatar May 31 '24 16:05 bgix

which module need to disable to build the bluez package on gcc-6.5.0 ?

navinagaraj avatar Jun 03 '24 06:06 navinagaraj

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: @.***>

bgix avatar Jun 03 '24 17:06 bgix

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.

github-actions[bot] avatar May 11 '25 02:05 github-actions[bot]