Hello.
For example I would like to compile the u-boot port for the firefly rk3399,but it freezes on the message that you can read on the title :
it stucks there forever and an additional message sounds like "failed to reclaim memory"...
For example I would like to compile the u-boot port for the firefly rk3399,but it freezes on the message that you can read on the title :
Code:
marietto# cd /usr/ports/sysutils/u-boot-firefly-rk3399
marietto# make
===> License GPLv2 accepted by the user
===> u-boot-firefly-rk3399-2025.04 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by u-boot-firefly-rk3399-2025.04 for building
===> Extracting for u-boot-firefly-rk3399-2025.04
=> SHA256 Checksum OK for u-boot/u-boot-2025.04.tar.bz2.
===> Patching for u-boot-firefly-rk3399-2025.04
===> u-boot-firefly-rk3399-2025.04 depends on executable: gsed - found
===> u-boot-firefly-rk3399-2025.04 depends on executable: swig - found
===> u-boot-firefly-rk3399-2025.04 depends on package: dtc>=1.4.1 - found
===> u-boot-firefly-rk3399-2025.04 depends on executable: mkimage - found
===> u-boot-firefly-rk3399-2025.04 depends on package: py311-setuptools-pkg>=0 - found
===> u-boot-firefly-rk3399-2025.04 depends on executable: aarch64-none-elf-gcc - not found
===> aarch64-none-elf-gcc-11.3.0_3 depends on executable: aarch64-none-elf-as - not found
===> aarch64-none-elf-binutils-2.44,1 depends on file: /usr/local/lib/libgmp.so - found
===> aarch64-none-elf-binutils-2.44,1 depends on file: /usr/local/lib/libmpfr.so - found
===> aarch64-none-elf-binutils-2.44,1 depends on package: gmake>=4.4.1 - found
===> aarch64-none-elf-binutils-2.44,1 depends on package: pkgconf>=1.3.0_1 - found
===> aarch64-none-elf-binutils-2.44,1 depends on file: /usr/local/bin/makeinfo - found
===> aarch64-none-elf-binutils-2.44,1 depends on package: perl5>=5.40.r<5.41 - found
===> aarch64-none-elf-binutils-2.44,1 depends on shared library: libzstd.so - found (/usr/local/lib/libzstd.so)
===> Configuring for aarch64-none-elf-binutils-2.44,1
configure: loading site script /usr/ports/Templates/config.site
checking build system type... x86_64-portbld-freebsd14.3
checking host system type... x86_64-portbld-freebsd14.3
checking target system type... aarch64-none-elf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for gawk... (cached) /usr/bin/awk
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for cc option to accept ISO C99... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada and is recent enough... ^C
it stucks there forever and an additional message sounds like "failed to reclaim memory"...