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

Examples: s4emac is not a valid -march string #98

Closed
PhilippvK opened this issue Jun 1, 2024 · 1 comment
Closed

Examples: s4emac is not a valid -march string #98

PhilippvK opened this issue Jun 1, 2024 · 1 comment
Assignees
Labels
type:bug Something isn't working

Comments

@PhilippvK
Copy link
Contributor

The Scale4Edage Mac extension currently uses xs4emac as march string. Clang complains about this, because numbers in -march are only allowed for specifying versions such as zbb1p0.

As a workaround, lets just rename it to xsfemac.

@PhilippvK PhilippvK added the type:bug Something isn't working label Jun 1, 2024
@PhilippvK PhilippvK self-assigned this Jun 1, 2024
@PhilippvK
Copy link
Contributor Author

I realize that this was probably caused by a typo in https://github.com/tum-ei-eda/seal5/blob/main/examples/cfg/s4e/s4e-mac.yml.

After replacing x4emac with xs4emac it should hopefully work as expected. I will report after testing this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant