Jonathan Schwender
Jonathan Schwender
I'm bumping this issue, with an update. When running rusty-demo via ` qemu-system-x86_64 -cpu qemu64,apic,fsgsbase,rdtscp,xsave,fxsr -display none -smp 1 -m 1G -serial stdio -kernel loader/target/x86_64-unknown-hermit-loader/debug/rusty-loader -initrd target/x86_64-unknown-hermit/debug/rusty_demo > log.log` with...
I just stumbled upon [cross](https://github.com/rust-embedded/cross), which is maintained by the Tools team of the rust-embedded WG. In the [Supported targets](https://github.com/rust-embedded/cross#supported-targets) section they mention the following: > Also, testing is very...
@stlankes The output from the log seems really strange to me. In `hermit_test_runner.py` one of the first actions is to print the passed executable argument directly after parsing the args....
Maybe we should add a note the the Readme before closing, saying that there are issues with multiple threads and QEMU.
Corrosion will keep its minimum supported version at CMake 3.15 for the `v0.3` release (and likely also beyond that). However some features are and will be gated behind a version...
> `-C link-arg=-Wl,-soname,libmycrate.so` Determining if `-Wl,` needs to be added may be difficult, since corrosion would need to know the linker driver. This would have to work with both `NO_LINKER_OVERRIDE`...
To me it looks like for binary expressions like `x
I probably won't have time to review this until one week from now. I'd also be interested if you have a specific usecase where you really need this feature and...
> is IMPORTED_CRATES intended to yield a list of targets instead of crates Well, previously the crate name was the same as the target name (a single rust Cargo.toml **package**...