I am trying to compile some sample asm code using fasm but I get this error:
$ fasm boot.asm
ld-elf32.so.1: Shared object "libc.so.7" not found, required by "fasm"
I am not sure if this is related to the particular source code but here is it in case it is relevant:
$ cat boot.asm
org...
Hi,
I'm beginning assembly on FreeBSD and tried a simple HelloWorld. I'm using 2 separate files, one for some macro and defines, one for the actual code (looks a long post but hang on, it's just hello world =D )
Here is the macro file :
;
; system.inc : aliases definitions (defines & macros)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.