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

Doesn't work with include #4

Open
MathiasKoch opened this issue Sep 21, 2020 · 0 comments
Open

Doesn't work with include #4

MathiasKoch opened this issue Sep 21, 2020 · 0 comments
Labels
difficulty: medium Somewhat difficult to solve priority: low status: needs design This feature needs design work to move forward type: bug Something isn't working

Comments

@MathiasKoch
Copy link
Sponsor

A layout like this:

memory.x:

INCLUDE common.ld

MEMORY
{
    FLASH : org = 0x08004400, len = 319k
}

common.x:

MEMORY
{
    FIRMWARE        : org = 0x08004000, len = 320k
    FWUPDATE        : org = 0x08054000, len = 320k
    FWSWAP          : org = 0x080A4000, len = 320k
    RAM             : org = 0x20000000, len = 96k      /* SRAM1 */
    RAM2            : org = 0x10000000, len = 32K      /* SRAM2 */
}

Does not work with the current "naive" line-by-line parser.

@japaric japaric added the type: bug Something isn't working label Sep 21, 2020
@Urhengulas Urhengulas added difficulty: medium Somewhat difficult to solve priority: low status: needs design This feature needs design work to move forward labels Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: medium Somewhat difficult to solve priority: low status: needs design This feature needs design work to move forward type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants