libc

  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...
  2. K

    FreeBSD libc - memcpy()/memmove() SSE2 support on AMD64

    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...
  3. rwp

    Solved Running Emacs 28.1 on Upgraded FreeBSD 13.1

    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...
  4. F

    Package version mismatch - grub2-bhyve

    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...
  5. Rudoland

    port musl libc

    I am planning to port musl libc to FreeBSD userspace in addition to our native c library. Is it really need for community?
  6. F

    Solved Build debug system libraries -- libc, libthr, etc.

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