Closed pespin closed 8 months ago
@pespin does the current master fix this problem? If not - do you have any idea what may be wrong?
@mouse07410 do you mean vlm_master of this same repo? I didn't see any change in that file (INTEGER.c) since I posted it, so the issue must be there already.
No idea what's wrong at first look sorry, that's why I posted it here.
@pespin yes, vlm_maste
r of this repo, it's the default branch, and the only branch that's maintained :).
Please try to figure what seems to be causing this crash.
Hi, note it is not a crash, it's just a gcc compilation warning I saw while compiling in that platform. I posted it here in case somebody wants to find out what's going on there.
@pespin , can you confirm that the warning disappeared on your system? I'd like to close this issue.
And thanks to @BoskyWSMFN!
Hi, I no longer see any warning when compiling osmo-cbc with gcc version 13.2.1 20230801after having regenerated the files with as1nc from current vlm_master (12b8e555b971c745ea715cb247f39120fa15f7f0).
while building osmo-cbc [1] code with current mouse07410 vlm_master (24247e2813a7510ebabe6a9b6b6b29fffa0eb27b)
This happens when building on a 32bit system (raspbian 10, armv7l).
Using build flags
CPPFLAGS="-ggdb3 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall"
[1] https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc/