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

Cargo mode for building rust contracts? #114

Open
blckngm opened this issue May 8, 2023 · 1 comment
Open

Cargo mode for building rust contracts? #114

blckngm opened this issue May 8, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@blckngm
Copy link
Collaborator

blckngm commented May 8, 2023

Add an option to use cargo instead of cross?

This would require natively installed riscv64-unknown-elf-gcc instead of cross and docker.

This can be an option in the config file and can be overridden with an environment variable.

@blckngm blckngm added enhancement New feature or request good first issue Good for newcomers labels May 8, 2023
@blckngm
Copy link
Collaborator Author

blckngm commented May 9, 2023

Just noticed that gcc is not necessary if there's no C code to build. Default linker is rust-lld.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant