zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

Error on x86_64-linux-gnu native

Open prfiredragon opened this issue 9 months ago • 1 comments

First of all my Linux is custom. The directories /lib and /usr does not exist. I think for the information that i have found that Zig has issues finding the crt1.o. I have tried to modify the constants /lib /usr and others on the program but No luck at the moment. I don't know if exist a parameter to specify in the bootstrap where are this files . I have tried the libc.txt but don't work or I am not doing it well.

If i can pass the arguments like with the other compilers to where are the files needed and some one can direct me to them i will appreciate it.

this is on of the many errors.

install └─ install generated to doc/langref.html └─ run docgen (langref.html) └─ WriteFile null.out └─ run doctest (test_inline_for.out) stderr warning: Encountered error: FileNotFound, falling back to default ABI and dynamic linker. steps [284/286] zig build-exe zig ReleaseFast native-linux-gnu... LLVM Emit Object...

prfiredragon avatar May 05 '24 05:05 prfiredragon