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
Output of 'uname -m' on FreeBSD 14.1 is amd64 and not x86_64. So now path in src/ is wrong.
C compiler could not find arch-specific files. I added src/${ARCH} to include path.
gmake fails with error 255 on test_bootstrap because FreeBSD.s doesn't include abort.ns
and signals.ns. I replaced includes from FreeBSD.s with ones from Linux.s