wcampbell

Results 149 comments of wcampbell

> Just as an update, I am now able to build it using the nightly, which is 1.77. What does your buildchain/config/cmd look like?

A solution to this is just to create a symbolic link the `libgcc.a` into `libuwind.a`: ``` ln -s musl-cross-make/output/lib/gcc/mips-linux-musl/11.2.0/libgcc.a /musl-cross-make/output/lib/gcc/mips-linux-musl/11.2.0/libunwind.a ``` A better solution could be found within rustc, but...

`&[u8]` was removed from deku with https://github.com/sharksforarms/deku/pull/352. Unless we add support for `zero-copy` in the future, we can't add support for `Cow`.

Thanks for trying! Couple of things: - that's Squashfs 3.1, which I don't support _yet_ - That's custom lzma (I think an adaptive type), that I don't support natively _yet_

Fixed with the MR https://github.com/ferrilab/bitvec/pull/266, who knows when this will be merged.

Thanks for testing this and finding bugs!

> New problem - even with the fix I did for the previous error: > > With data: 0xE8, 0x25, 0xF4 > > ``` > #[deku(endian = "little", bit_order =...

> > New problem - even with the fix I did for the previous error: > > With data: 0xE8, 0x25, 0xF4 > > ``` > > #[deku(endian = "little",...

> Is anyone working on this? Not currently. I needs a _fun_ rebase on top of current master.