We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, My RetroBSD outputs "ld: /lib/crt0.o: cannot open" when compiling. The commands listed below.
#vi hello.c #include <stdio.h> void main(void) { printf("Hello!!\r\n"); } ~<- type [esc] & wq! here #ls #hello.c #cc hello.c ld: /lib/crt0.o: cannot open #
#vi hello.c
#include <stdio.h>
void main(void)
{
printf("Hello!!\r\n");
}
~
#ls
#hello.c
#cc hello.c
ld: /lib/crt0.o: cannot open
#
Is anyone facing the same problem and succeed to solve ?
The text was updated successfully, but these errors were encountered:
The native C compiler does not work.
Sorry, something went wrong.
No branches or pull requests
Hi, My RetroBSD outputs "ld: /lib/crt0.o: cannot open" when compiling.
The commands listed below.
#vi hello.c
#include <stdio.h>
void main(void)
{
printf("Hello!!\r\n");
}
~
<- type [esc] & wq! here#ls
#hello.c
#cc hello.c
ld: /lib/crt0.o: cannot open
#
Is anyone facing the same problem and succeed to solve ?
The text was updated successfully, but these errors were encountered: