Build problems of Chromium EC with GCC 7.2
Reported by
pm.mol...@gmail.com,
Sep 29 2017
|
||
Issue description
This issue is about the Chromium Embedded Controller software [1].
GCC 7.2 throws several errors when building commit 18cbbffe3 (rma_reset: hide generated files from git) for the board Google Elm (Oak).
1. Several are for “duplicate 'const' declaration specifier”
2. The second for the issue below.
```
/dev/shm/coreboot/build/external/chromeec/oak/RW/core/cortex-m0/task.o: In function `__svc_handler':
/dev/shm/coreboot/3rdparty/chromeec/core/cortex-m0/task.c:203: undefined reference to `get_interrupt_context'
/dev/shm/coreboot/build/external/chromeec/oak/RW/core/cortex-m0/task.o: In function `task_start_irq_handler':
/dev/shm/coreboot/3rdparty/chromeec/core/cortex-m0/task.c:303: undefined reference to `get_interrupt_context'
collect2: error: ld returned 1 exit status
```
I have commits fixing these issues, but I do not know how to push them for review. I don’t have the documented command `repo` [1].
[1] https://dev.chromium.org/chromium-os/ec-development
,
Oct 1
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
||
►
Sign in to add a comment |
||
Comment 1 by jorgelo@chromium.org
, Sep 29 2017Labels: -OS-Linux OS-Chrome