This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Link error #136
Comments
Hmm, interesting. What crate are you building? |
It seems the problem comes from using a recent nightly as #135 also failed. I don't have time to look into the cause right now but you could try switching to an older nightly in the meantime. |
I'm trying to build
Yes you are right. The problem is only reproduced with last nightly. Build successfull with 2017-04-15 nightly. |
tbu-
added a commit
to tbu-/steed
that referenced
this issue
Apr 19, 2017
This is fallout from rust-lang/rust#40409 which requires that all allocators provide a `__rust_alloc_zeroed` function. Fixes japaric#136.
Reported to ralloc as well: redox-os/ralloc#50. |
anatol
pushed a commit
to anatol/steed
that referenced
this issue
May 3, 2017
This is fallout from rust-lang/rust#40409 which requires that all allocators provide a `__rust_alloc_zeroed` function. Fixes japaric#136.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to build crate with xargo as noted in readme:
The following error occurs:
Almost the same with
xargo rustc --target x86_64-unknown-linux-steed -- -C linker=gcc -Z linker-flavor=gcc
:The text was updated successfully, but these errors were encountered: