Replies: 3 comments 2 replies
-
Sorry for the late response. Thank you for looking into this so much already! If you're still looking to get this resolved, from some quick checking, this seems to be related to this issue: rust-lang/rust#37507 (with similar issues regarding OpenWRT). Unfortunately I don't really know how much more I can help right now as I don't have any device similar to yours to try on my own. |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for pointing me towards As for rust-lang, I currently am a Tier 3 target, so nothing is said to work properly. At some point in the future, I'd like to come back to Thanks again! |
Beta Was this translation helpful? Give feedback.
-
As a follow up: I've successfully gotten Thanks for your patience and for the project that allowed me to test! |
Beta Was this translation helpful? Give feedback.
-
Hi @ClementTsang !
This is going to be an odd request, which is why this is here and not in Issues.
Some background: I am currently working on integrating
rust-lang
into theOpenWrt
build system. This involves creating newrust-lang
tuples, building from source (rustup
isn't an option), and other things that have nothing to do with you.The problem is: I'm not a programmer.. I'm not a coder and I don't know
rust-lang
.However, I am persistent.. I have
rust-lang
seemingly working, I've upstreamed the first of a handful of tuples, and I've moved on to testing.I was looking for a rust project to use as a verifiable proof of concept and ran across
bottom
, especially sincebottom
appears to be actively maintained.Backstory complete, here is the situation.
Keep in mind, I've had issues with
mips64
as an arch under rust.I've built
bottom
as an OpenWrt package, cross-compiledx86_64-unknown-linux-gnu/mips64-openwrt-linux-musl
When I run
btm
, it immediately throws aSIGILL
Again, I'm not a programmer and I don't know rust, but I can (generally) run
gdb
I don't know where this error actually is coming from. Is it an issue with the
rust-lang
toolchain I created, something withbottom
because my use-case is so out there whatever it is was never considered, something else?I'd like your help with it, if you're willing. Since i don't know rust, I have no idea, but you do. I'm not asking for help with the integration (unless you want to!), but help with the rust end of things would be fantastic.
Thoughts?
EDIT:
Block from
/home/grommish/openwrt/build_dir/hostpkg/rust-1.58.1/library/core/src/default.rs
Beta Was this translation helpful? Give feedback.
All reactions