try compiling with different methods, no success

This commit is contained in:
Tadeo hepperle
2024-02-07 14:55:26 +01:00
parent 32f69dd1ce
commit 2b38a0fce1
6 changed files with 37 additions and 21 deletions
+11
View File
@@ -0,0 +1,11 @@
# no_std tests
This crate makes sure some of the subxt-* crates work in a no-std environment.
We would like it to run in a no-std environment. You can try any of the following to get it to compile:
```
cargo run
cargo build --target thumbv7em-none-eabi
cargo build --target aarch64-unknown-none
```
Currently it does not compile due to linker errors and I have no idea how to resovle these.