-
-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Description
Hi there,
I've recently tried to compile a project that depends on sled
to OpenWRT mips device using cross.
cross build --target mips-unknown-linux-musl
This led me to type errors similar to the ones found on async-std for 32bit devices.
I've tried to locally change the types from AtomicU64
to AtomicUsize
as they did there, and there were many more errors to fix...
I'm curious if there is interest on having the project working on MIPS devices, and it I could give it a try to get it compiling. Cheers.
Metadata
Metadata
Assignees
Labels
No labels