Skip to content
New issue

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

"crt0.o cannot open" error message outputs when compiling on RetroBSD #96

Open
pic32mx370f512h opened this issue Jan 8, 2024 · 1 comment

Comments

@pic32mx370f512h
Copy link

pic32mx370f512h commented Jan 8, 2024

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 ?

@calmsacibis995
Copy link
Contributor

The native C compiler does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants