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

Legacy Nix environment + updated auto demo docs #56

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

AlexJones0
Copy link
Contributor

See commit messages for more details. Addresses comments from #55 after that was merged.

Removes the `env-with-everything` environment, as there isn't much
practical reason to have an environment where you build the simulator
and also have the legacy toolchain, exclusive to Linux.

Instead, it makes more sense to retain the existing simulator
environment, and add a separate environment `build-legacy-software` that
can be used to get the legacy toolchain on Linux systems. This means
that entering this environment for building legacy software is much
quicker, and the same functionality can be retained by overlaying the
two environments (entering the sim environment, then the legacy one).
Explicitly state the legacy toolchain environment required to build the
automotive demo's legacy component, and add example commands that show
entering and exiting that environment to build the component. Also point
out that this is only available on Linux systems.
Copy link
Contributor

@marnovandermaas marnovandermaas left a comment

Choose a reason for hiding this comment

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

This should fix my non-sandboxed Nix build, so I am keen to get this in.

@marnovandermaas marnovandermaas merged commit ceaac68 into lowRISC:main Nov 11, 2024
1 check passed
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