Menu

#6 Code modules crt1.o and crti.o

v1.0_(example)
open
nobody
None
5
2022-07-12
2022-07-12
No

Today I downloaded the current os9exec source files and attempted to compile it under the Fedora 35 version of Linux. However, the build failed with these diagnostics:

/usr/x86_64-w64-mingw32/sys-root/mingw/lib/crt1.o
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find /usr/lib/libm.a: No such file or directory
/usr/bin/ld: cannot find /lib/libgcc_s.so.1
collect2: error: ld returned 1 exit status
make[1]: *** [os9Linux.mk:80: os9linux] Error 1

Fedora 35 appears to have included crt1.o in /usr/x86_64-w64-mingw32/sys-root/mingw/lib, but the
crti.o source module doesn't appear to exist. Should versions of these code modules be part of the latest 0s9exec download?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.