You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: