cva6 icon indicating copy to clipboard operation
cva6 copied to clipboard

fpga: bootrom: Fix definition and declaration mismatch of function

Open akorb opened this issue 5 months ago • 3 comments

Fixes compile errors in newer gcc versions, I observed it with version 15.1.0:

src/main.c: In function 'main':
src/main.c:52:5: error: too many arguments to function 'init_uart'; expected 0, have 2
   52 |     init_uart(CLOCK_FREQUENCY, UART_BITRATE); //not needed in intel setup as UART IP is already configured via HW
      |     ^~~~~~~~~
In file included from src/main.c:5:
src/uart.h:23:6: note: declared here
   23 | void init_uart();
      |      ^~~~~~~~~
make[1]: *** [Makefile:71: src/main.o] Error 

akorb avatar Jun 17 '25 09:06 akorb

:x: failed run, report available here.

github-actions[bot] avatar Jun 17 '25 10:06 github-actions[bot]

Thanks for your interest in CVA6 ! Could you sign the Eclipse agreement to become contributor ?

JeanRochCoulon avatar Jun 18 '25 04:06 JeanRochCoulon

@JeanRochCoulon I just signed it.

akorb avatar Jun 18 '25 05:06 akorb

:x: failed run, report available here.

github-actions[bot] avatar Jun 20 '25 08:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jun 20 '25 09:06 github-actions[bot]

As you can see, the eclipse/eca does not appear to be signed. Have you used the same email address for Eclipse/ECA and for GitHub ? This failure does not allow me to merge your PR, what a pity

JeanRochCoulon avatar Jun 20 '25 10:06 JeanRochCoulon

I could not give my e-mail address from GitHub 1:1, since Eclipse does not allow E-Mail addresses containing dots. I know linked my GitHub account to my Eclipse account. Maybe that does the trick?

akorb avatar Jun 20 '25 12:06 akorb

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 06:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 06:06 github-actions[bot]

@JeanRochCoulon Fixed the ECA check. Turns out the author and commiter of each new commit have to align with the ECA-signing e-mail address.

akorb avatar Jun 25 '25 06:06 akorb

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 07:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 07:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 07:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 07:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 07:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 07:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jun 25 '25 07:06 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jul 08 '25 14:07 github-actions[bot]

:x: failed run, report available here.

github-actions[bot] avatar Jul 21 '25 08:07 github-actions[bot]

Thanks @akorb for your contribution and your interest for cva6

JeanRochCoulon avatar Jul 24 '25 04:07 JeanRochCoulon