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!
Prologue:
I'm started to write a own implementation from libc for the purpose of education. Some parts I have implemented direct in assembly. There are also a C version too. In my variant of memcpy() I use the SSE2 instruction movdqa for 128 Bit copy, if necessary and available.
Extract...
Hello,
FreeBSD is upgraded from 13.0 to 13.1, and doing:
pkg install -y emacs-nox
emacs
Results in:
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/bin/emacs not found
I've already done pkg upgrade -y to upgrade all packages globally on the system, but this error still...
Hi everyone,
First post here - so I'm hopeful I'm for some help!
I have two FreeBSD servers running Rel 12, following output is identical on both:
# uname -a
FreeBSD <server-name> 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64
# freebsd-version
12.0-RELEASE-p3
Both systems have the...
Hi,
I'm a porting an open-source Linux-based software to FreeBSD. Since this is a fairly low-level systems software, I'd like to be able to debug into libc, libthr, and other system libraries.
I set up a FreeBSD-10.2-Release system (x86-64) using the live CD, and then set up basic utilities...
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.