fasm

  1. M.E.

    Solved fasm throws libc.so.7 error while assembling

    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...
Back
Top