rust icon indicating copy to clipboard operation
rust copied to clipboard

trying to cross-compile with the stage 0 compiler completes "successfully" but does nothing

Open lolbinarycat opened this issue 1 year ago • 1 comments

./x build --target x86_64-unknown-linux-none --stage 0 library/core/

is this because bootstrap assumes every cross compilation will specify at least stage1?

lolbinarycat avatar Aug 25 '24 18:08 lolbinarycat

Did you check build/host/stage0-std directory? The build output should be there inside another directory named x86_64-unknown-linux-none.

onur-ozkan avatar Aug 26 '24 12:08 onur-ozkan

huh.

it should probably print the paths of the artifact they produce, since it's not at all obvious..

lolbinarycat avatar Aug 26 '24 18:08 lolbinarycat

Closing the issue as it's not accurate.

onur-ozkan avatar Aug 27 '24 06:08 onur-ozkan