crosscompiling

  1. rwv37

    Compiling for earlier FreeBSD versions?

    If I have a machine running 14.0-RELEASE and another running 13.2-RELEASE, is it possible to have the 14.0 machine build ports intended for the use of the 13.2 machine? I see that I apparently can configure gitup to pull the two trees into two separate locations (e.g. /usr/ports and...
  2. stephen.wall

    Poudriere/ARM/FreeBSD 13.1 broken?

    I'm having a problem getting poudriere to cross compile ports when using a 13.1 jail. 13.0 works fine. The error was "No working C compiler found. Tried /nvb-bin/usr/bin/cc and gcc." I create the jails with the following: poudriere jails -c -j 130aarch64 -v 13.0-RELEASE -m http -x -a...
  3. Alain De Vos

    C Cross compile helloworld on a amd64 architecture for the RaspberryPI4 ie arm64.

    What i tried : export SYSROOT="/home/x/Dirs/arm64/sysroot" curl -LSs https://download.freebsd.org/ftp/releases/arm64/13.0-RELEASE/base.txz | tar Jxf - --include './usr/include/*' --include './usr/lib/*' --include './lib/*' -C ${SYSROOT} export SYSROOT="/home/x/Dirs/arm64/sysroot" export...
Back
Top