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

Feat/weaken symbols ffi #24

Merged
merged 3 commits into from
May 10, 2024

Conversation

vilukissa68
Copy link
Collaborator

Generates headsail-bsp-ffi with weak symbols to enable use with libgcc

@@ -1,6 +1,7 @@
build-sysctrl:
cargo build --target=riscv32imc-unknown-none-elf -Fpanic-uart
sh weaken_compiler_builtins.sh
Copy link
Contributor

Choose a reason for hiding this comment

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

Put a shebang as the first line of the file instead of piping to sh here.

#!/bin/bash or similar

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Shebang added and piping removed.

@vilukissa68 vilukissa68 force-pushed the feat/weaken-symbols-ffi branch from 81a0e00 to bb1626b Compare May 10, 2024 07:31
@vilukissa68 vilukissa68 merged commit c3e2f29 into soc-hub-fi:main May 10, 2024
3 checks 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