Attention is currently required from: pespin.
Hello osmith, Jenkins Builder, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libusrp/+/34235
to look at the new patch set (#2).
Change subject: Fix compilation with newer sdcc
......................................................................
Fix compilation with newer sdcc
Since recent system upgrade which pulled in sdcc 4.3.0, build fails with
following error:
/git/libusrp/firmware/include/fx2regs.h:324: syntax error: token -> '+' ;
column 26
It seems newer sdcc doesn't like having sums directly in there. Using
parenthesis around the expression fixes the problem.
Related: OS#6157
Change-Id: Iccc0b1ffe95971957f16008c3e3b873d065ba0ea
---
M firmware/include/fx2regs.h
M firmware/src/usrp2/usrp_rev2_regs.h
2 files changed, 92 insertions(+), 75 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/35/34235/2
--
To view, visit
https://gerrit.osmocom.org/c/libusrp/+/34235
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: Iccc0b1ffe95971957f16008c3e3b873d065ba0ea
Gerrit-Change-Number: 34235
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newpatchset