I am noob trying to compile my first Assembler program on FreeBSD using the following guide: http://www.freebsd.org/doc/en/books/developers-handbook/x86-first-program.html
When I run nasm -f elf hello.asm, I get the following error:
hello.asm:1: fatal: unable to open include file 'system.inc'
Admittedly, I did not install nasm from the ports collection, but compiled it from the source, if that matters.
source
share