nopforth icon indicating copy to clipboard operation
nopforth copied to clipboard

Problems when compiling for FreeBSD

Open Alva-W opened this issue 1 year ago • 0 comments

  1. Output of 'uname -m' on FreeBSD 14.1 is amd64 and not x86_64. So now path in src/ is wrong.
  2. C compiler could not find arch-specific files. I added src/${ARCH} to include path.
  3. 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

Now it compiles.

Alva-W avatar Sep 30 '24 09:09 Alva-W