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

Fix build and update Cargo.toml #15

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

thealmarty
Copy link
Member

With https://github.com/lita-xyz/valida-toolchain/pull/709 this only works with the updated config. Also, now that we have stdio read we don't need valida-rs anymore.

@thealmarty thealmarty changed the base branch from main to develop December 24, 2024 18:13
@@ -5,10 +5,10 @@ target = "valida-unknown-baremetal-gnu"
linker = "/valida-toolchain/bin/ld.lld"
rustflags = [
"-C", "link-arg=/valida-toolchain/ValidaEntryPoint.o",
"-C", "link-arg=/valida-toolchain/io.o",
"-C", "link-arg=--script=/valida-toolchain/valida.ld",
"-C", "link-arg=/valida-toolchain/lib/valida-unknown-baremetal-gnu/libc.a",
"-C", "link-arg=/valida-toolchain/lib/valida-unknown-baremetal-gnu/libm.a",
Copy link
Member

Choose a reason for hiding this comment

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

What does getting rid of this line do, and why is this change correct?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is as per https://github.com/lita-xyz/valida-toolchain/pull/709. Marcin removed the need for this there.

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