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

Does not support math in RAM origin #65

Closed
dzfranklin opened this issue Feb 11, 2022 · 0 comments · Fixed by #70
Closed

Does not support math in RAM origin #65

dzfranklin opened this issue Feb 11, 2022 · 0 comments · Fixed by #70
Assignees
Labels
dificulty: easy Pretty easy to solve status: needs PR Issue just needs a Pull Request implementing the changes type: bug Something isn't working

Comments

@dzfranklin
Copy link

This gives the same error as #3

  RAM : ORIGIN = 0x20000000 + 100K, LENGTH = 256K - 100K

while this works

  RAM : ORIGIN = 0x20000000, LENGTH = 256K - 100K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dificulty: easy Pretty easy to solve status: needs PR Issue just needs a Pull Request implementing the changes type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants