Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riscv ecp5 #12

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Riscv ecp5 #12

wants to merge 11 commits into from

Conversation

mubes
Copy link
Contributor

@mubes mubes commented May 6, 2020

ECP5 integration and build system changes.


# Debugging/Optimization
ifeq ($(DEBUG), 1)
LDFLAGS += specs=rdimon.specs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes arm-none-eabi-gcc: error: specs=rdimon.specs: No such file or directory for me. Sorry but what does this do? never seen this before :). I'm on gcc 9.3.0.

@mubes
Copy link
Contributor Author

mubes commented May 8, 2020 via email

@kbeckmann
Copy link
Contributor

kbeckmann commented May 8, 2020

Aha alright. If i add a - there and build pergola_ram it doesn't fit anymore: ld: region 'DTC' overflowed by 21656 bytes.
Need to review this a bit closer to understand what's going on. I'm guessing we build more files by default or something.

@kbeckmann
Copy link
Contributor

In order to better review this PR, it would be nice to split it up into Makefile rewrite, and ecp5/colorlight separately. There are a lot of changes :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants