nix: Add a FHS shell with the toolchain to build linux for mocha#596
Open
engdoreis wants to merge 1 commit into
Open
nix: Add a FHS shell with the toolchain to build linux for mocha#596engdoreis wants to merge 1 commit into
engdoreis wants to merge 1 commit into
Conversation
5f5376f to
89a1a50
Compare
4e7a62f to
f605720
Compare
9806a24 to
6abae1c
Compare
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
| CACHE FILEPATH "linker") | ||
|
|
||
| set(CHERI_COMMON_FLAGS | ||
| "-target riscv64-linux-musl -B@llvmCheri@/bin -march=rv64imafdczcherihybrid_zcherilevels -mabi=l64pc128d -mno-relax -Xclang -target-feature -Xclang +cheri-bounded-vararg -Xclang -target-feature -Xclang +cheri-bounded-memarg-caller -Xclang -target-feature -Xclang +cheri-bounded-memarg-callee -isystem @linuxHeadersPurecap@/usr/include -ggdb -gz -Wno-error=unused-command-line-argument -ffreestanding -Werror=implicit-function-declaration -Werror=format -Werror=incompatible-pointer-types -Werror=cheri-capability-misuse -Werror=cheri-bitwise-operations -Werror=pass-failed -Werror=cheri-prototypes -Werror=undefined-internal" |
| CACHE FILEPATH "linker") | ||
|
|
||
| set(CHERI_COMMON_FLAGS | ||
| "-target riscv64-linux-musl -B@llvmCheri@/bin -march=rv64imafdczcherihybrid_zcherilevels -mabi=l64pc128d -mno-relax -Xclang -target-feature -Xclang +cheri-bounded-vararg -Xclang -target-feature -Xclang +cheri-bounded-memarg-caller -Xclang -target-feature -Xclang +cheri-bounded-memarg-callee -isystem @linuxHeadersPurecap@/usr/include -ggdb -gz -Wno-error=unused-command-line-argument -ffreestanding -Werror=implicit-function-declaration -Werror=format -Werror=incompatible-pointer-types -Werror=cheri-capability-misuse -Werror=cheri-bitwise-operations -Werror=pass-failed -Werror=cheri-prototypes -Werror=undefined-internal" |
Contributor
There was a problem hiding this comment.
march should not have fd and mabi should be l64pc128 - Mocha doesn't currently have floating-point enabled.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR creates a nix stdenv with the the cheri toolchain for building cheri busybox and cheriLinux.
It also adds an additional FHS shell that must be used on nixOs to build busybox.
To activate the FHS:
nix develop .#linuxFIX: #581