Henrik Böving

Results 73 comments of Henrik Böving

Two questions on this: 3. Should I just not merge all the sentences I implement in yanp then and instead focus more on just rewriting it into no_std? And for...

@nsforth That's not exactly what I asked, I wanted to know wether, based on your opinion that only a bunch of sentences is used anyways, do you think merging in...

Alrighty, I'll look into no_std then!

I would gate it yes, however as of now the public API still requires some alloc (HashSet in specific + some Vecs) so i imagine that might be hard to...

I'd say we should restrict ourselves to a set of types that are available when using libc in no_std mode (according to their README that's a thing), after all this...

The biggest blocker for this is, that as of now a good architecture for a "Board Support Crate" is not clearly defined, it has been brought up in a wg...

According to cargo xbuild --version im running on 0.5.3 with rustc at rustc 1.33.0-nightly from the 4th january 2018

It fails after compiling everything with the note about ld being ``` = note: /usr/bin/ld: /home/nix/Desktop/Programming/OsDev/BeaglePocket/RustyBeagle/test1/target/arm-none-eabi/release/deps/test1-e3ada6bff0aa617c.test1.9lybuq61-cgu.0.rcgu.o: relocations in generic ELF (EM: 40) /usr/bin/ld: /home/nix/Desktop/Programming/OsDev/BeaglePocket/RustyBeagle/test1/target/arm-none-eabi/release/deps/test1-e3ada6bff0aa617c.test1.9lybuq61-cgu.0.rcgu.o: relocations in generic ELF (EM: 40)...

``` + "rustc" "--print" "sysroot" + "rustc" "--print" "target-list" + "cargo" "rustc" "-p" "alloc" "--release" "--manifest-path" "/tmp/xargo.2NsjZO2ObSnI/Cargo.toml" "--target" "arm-none-eabi.json" "-v" "--" "-Z" "force-unstable-if-unmarked" Updating crates.io index Compiling compiler_builtins v0.1.5 Compiling...