Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ld: symbol(s) not found for architecture arm64 #175

Open
slayy2357 opened this issue Oct 29, 2023 · 1 comment
Open

ld: symbol(s) not found for architecture arm64 #175

slayy2357 opened this issue Oct 29, 2023 · 1 comment

Comments

@slayy2357
Copy link

I got this error when i try to compile pongoOS on debian : ld: symbol(s) not found for architecture arm64
Complete make command log (code balise don't work sorry for that):

`make -C newlib all
make[1]: Entering directory '/home/slayy2357/PongoOS/newlib'
make -C /home/slayy2357/PongoOS/newlib/build all
make[2]: Entering directory '/home/slayy2357/PongoOS/newlib/build'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CCASFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /home/slayy2357/PongoOS/newlib/src/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=if test -f ./../expect/expect; then echo ./../expect/expect; else echo expect; fi" "RUNTEST=if test -f /home/slayy2357/PongoOS/newlib/src/newlib/../dejagnu/runtest; then echo /home/slayy2357/PongoOS/newlib/src/newlib/../dejagnu/runtest; else echo runtest; fi" "RUNTESTFLAGS=" "exec_prefix=/home/slayy2357/PongoOS/newlib" "infodir=/home/slayy2357/PongoOS/newlib/share/info" "libdir=/home/slayy2357/PongoOS/newlib/lib" "prefix=/home/slayy2357/PongoOS/newlib" "tooldir=/home/slayy2357/PongoOS/newlib/aarch64-none-darwin" "top_toollibdir=/home/slayy2357/PongoOS/newlib/aarch64-none-darwin/lib" "AR=llvm-ar" "AS=as" "CC=clang -I/home/slayy2357/PongoOS/newlib/build/targ-include -I/home/slayy2357/PongoOS/newlib/src/newlib/libc/include" "LD=" "LIBCFLAGS=" "NM=" "PICFLAG=" "RANLIB=llvm-ranlib" "DESTDIR=" all-recursive
make[3]: Entering directory '/home/slayy2357/PongoOS/newlib/build'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CCASFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /home/slayy2357/PongoOS/newlib/src/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/slayy2357/PongoOS/newlib" "infodir=/home/slayy2357/PongoOS/newlib/share/info" "libdir=/home/slayy2357/PongoOS/newlib/lib" "prefix=/home/slayy2357/PongoOS/newlib" "tooldir=/home/slayy2357/PongoOS/newlib/aarch64-none-darwin" "top_toollibdir=/home/slayy2357/PongoOS/newlib/aarch64-none-darwin/lib" "AR=llvm-ar" "AS=as" "CC=clang -I/home/slayy2357/PongoOS/newlib/build/targ-include -I/home/slayy2357/PongoOS/newlib/src/newlib/libc/include" "LD=" "LIBCFLAGS=" "NM=" "PICFLAG=" "RANLIB=llvm-ranlib" "DESTDIR=" DO=all multi-do # make
Making all in libc
make[4]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc'
Making all in argz
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/argz'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/argz'
Making all in stdlib
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/stdlib'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/stdlib'
Making all in ctype
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/ctype'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/ctype'
Making all in search
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/search'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/search'
Making all in stdio
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/stdio'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/stdio'
Making all in string
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/string'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/string'
Making all in signal
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/signal'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/signal'
Making all in time
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/time'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/time'
Making all in locale
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/locale'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/locale'
Making all in sys
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/sys'
Making all in .
make[6]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/sys'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/sys'
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/sys'
Making all in reent
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/reent'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/reent'
Making all in errno
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/errno'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/errno'
Making all in misc
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/misc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/misc'
Making all in machine
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/machine'
Making all in aarch64
make[6]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/machine/aarch64'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/machine/aarch64'
Making all in .
make[6]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/machine'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/machine'
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/machine'
Making all in syscalls
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/syscalls'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/syscalls'
Making all in ssp
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc/ssp'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc/ssp'
Making all in .
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libc'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc'
make[4]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libc'
Making all in libm
make[4]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm'
Making all in math
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm/math'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm/math'
Making all in common
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm/common'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm/common'
Making all in complex
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm/complex'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm/complex'
Making all in fenv
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm/fenv'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm/fenv'
Making all in machine
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm/machine'
Making all in aarch64
make[6]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm/machine/aarch64'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm/machine/aarch64'
Making all in .
make[6]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm/machine'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm/machine'
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm/machine'
make[5]: Entering directory '/home/slayy2357/PongoOS/newlib/build/libm'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm'
make[4]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/libm'
Making all in doc
make[4]: Entering directory '/home/slayy2357/PongoOS/newlib/build/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/slayy2357/PongoOS/newlib/build/doc'
Making all in .
make[4]: Entering directory '/home/slayy2357/PongoOS/newlib/build'
make[4]: Leaving directory '/home/slayy2357/PongoOS/newlib/build'
make[3]: Leaving directory '/home/slayy2357/PongoOS/newlib/build'
make[2]: Leaving directory '/home/slayy2357/PongoOS/newlib/build'
make[1]: Leaving directory '/home/slayy2357/PongoOS/newlib'
clang -o build/Pongo --target=arm64-apple-ios12.0 -std=gnu17 -Wall -Wunused-label -Werror -O3 -flto -ffreestanding -U__nonnull -nostdlibinc -DTARGET_OS_OSX=0 -DTARGET_OS_MACCATALYST=0 -Inewlib/aarch64-none-darwin/include -nostdlib -static -Wl,-fatal_warnings -Wl,-dead_strip -Wl,-Z -fuse-ld=/usr/bin/ld64 -DPONGO_VERSION='"2.5.1-4c9b7541"' -DAUTOBOOT -DPONGO_PRIVATE=1 -Isrc/lib -Iinclude -Iapple-include -Iinclude/modules/linux/ -Isrc/kernel -Isrc/drivers -Isrc/modules/linux/libfdt -Lnewlib/aarch64-none-darwin/lib -lc -lm -Wl,-preload -Wl,-no_uuid -Wl,-e,start -Wl,-order_file,src/sym_order.txt -Wl,-image_base,0x100000000 -Wl,-sectalign,__DATA,__common,0x8 -Wl,-segalign,0x4000 -DDER_TAG_SIZE=8 src/boot/entry.S src/boot/stage3.c src/boot/clearhook.S src/boot/patches.S src/boot/demote_patch.S src/boot/jump_to_image.S src/boot/main.c src/kernel/dtree.c src/kernel/dtree_getprop.c src/kernel/entry.c src/kernel/legacy.c src/kernel/locks.c src/kernel/lowlevel.c src/kernel/main_task.c src/kernel/mm.c src/kernel/panic.c src/kernel/syscall.c src/kernel/task.c src/kernel/vfs.c src/kernel/support/exit.c src/kernel/support/io.c src/kernel/support/malloc.c src/kernel/support/process.c src/kernel/support/sbrk.c src/dynamic/modload.c src/dynamic/modload_macho.c src/kernel/int.S src/shell/autoboot.c src/shell/command.c src/shell/hex.c src/shell/linux.c src/shell/main.c src/shell/usbloader.c src/drivers/aes/aes.c src/drivers/aes/aes_a7.c src/drivers/aes/aes_a9.c src/drivers/framebuffer/fb.c src/drivers/gpio/gpio.c src/drivers/hal/hal.c src/drivers/mipi/mipi.c src/drivers/plat/s5l8960.c src/drivers/plat/s8000.c src/drivers/plat/s8001.c src/drivers/plat/s8003.c src/drivers/plat/t7000.c src/drivers/plat/t7001.c src/drivers/plat/t8010.c src/drivers/plat/t8011.c src/drivers/plat/t8012.c src/drivers/plat/t8015.c src/drivers/recfg/recfg.c src/drivers/recfg/recfg_soc.c src/drivers/sep/sep.c src/drivers/timer/timer.c src/drivers/tz/tz.c src/drivers/uart/uart.c src/drivers/usb/synopsys_otg.c src/drivers/xnu/xnu.c src/drivers/sep/sep_racer.S src/drivers/xnu/xnu.S src/modules/linux/libfdt/fdt.c src/modules/linux/libfdt/fdt_addresses.c src/modules/linux/libfdt/fdt_empty_tree.c src/modules/linux/libfdt/fdt_overlay.c src/modules/linux/libfdt/fdt_ro.c src/modules/linux/libfdt/fdt_rw.c src/modules/linux/libfdt/fdt_strerror.c src/modules/linux/libfdt/fdt_sw.c src/modules/linux/libfdt/fdt_wip.c src/modules/linux/linux.c src/lib/img4/img4.c src/lib/libDER/DER_Decode.c src/lib/libDER/DER_Encode.c src/lib/libDER/oids.c src/lib/lzma/lzmadec.c
ld: warning: ignoring file /tmp/stage3-0bf001.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x74 0x24 0x00 0x00 )
ld: warning: ignoring file /tmp/main-38233d.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x48 0x0B 0x00 0x00 )
ld: warning: ignoring file /tmp/entry-854f55.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xBC 0x36 0x00 0x00 )
ld: warning: ld: warning: ignoring file /tmp/dtree-eb62a9.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xF0 0x16 0x00 0x00 )
ignoring file /tmp/dtree_getprop-a7f6c7.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xB4 0x11 0x00 0x00 )
ld: warning: ignoring file /tmp/legacy-2201c0.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x0F 0x00 0x00 )
ld: warning: ignoring file /tmp/lowlevel-8d742a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x70 0x6F 0x00 0x00 )
ld: warning: ignoring file /tmp/locks-e433b2.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x68 0x11 0x00 0x00 )
ld: warning: ignoring file /tmp/mm-6aea46.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x8C 0x88 0x00 0x00 )
ld: warning: ignoring file /tmp/main_task-3ff61d.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xC8 0x14 0x00 0x00 )
ld: warning: ignoring file /tmp/panic-ab5fa8.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x44 0x16 0x00 0x00 )
ld: warning: ignoring file /tmp/vfs-ccb8e9.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xDC 0x16 0x00 0x00 )
ld: warning: ignoring file /tmp/task-1c1023.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x80 0x84 0x00 0x00 )
ld: warning: ignoring file /tmp/syscall-ede18a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xA0 0x15 0x00 0x00 )
ld: warning: ignoring file /tmp/exit-34f181.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x68 0x09 0x00 0x00 )
ld: warning: ignoring file /tmp/io-fe374a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x08 0x21 0x00 0x00 )
ld: warning: ignoring file /tmp/malloc-ac5142.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x0A 0x00 0x00 )
ld: warning: ignoring file /tmp/process-622af9.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x20 0x0D 0x00 0x00 )
ld: warning: ignoring file /tmp/sbrk-95dd4c.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xB4 0x0C 0x00 0x00 )
ld: warning: ignoring file /tmp/modload_macho-a736ae.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xA4 0x21 0x00 0x00 )
ld: warning: ignoring file /tmp/modload-725715.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x44 0xFA 0x05 0x00 )
ld: warning: ignoring file /tmp/autoboot-1292e3.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x98 0x0D 0x00 0x00 )
ld: warning: ignoring file /tmp/command-62a916.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x90 0x27 0x00 0x00 )
ld: warning: ignoring file /tmp/linux-275229.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xE4 0x16 0x00 0x00 )
ld: warning: ignoring file /tmp/hex-8c85a3.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x4C 0x12 0x00 0x00 )
ld: warning: ignoring file /tmp/usbloader-3e96e3.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x1C 0x1F 0x00 0x00 )ld: warning: ignoring file /tmp/main-2bee0a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x18 0x3A 0x00 0x00 )
ld: warning: ignoring file /tmp/aes-76a77a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x88 0x1F 0x00 0x00 )

ld: warning: ignoring file /tmp/hal-dce86a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x5C 0x2F 0x00 0x00 )
ld: warning: ignoring file /tmp/aes_a7-9ed07e.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xD0 0x12 0x00 0x00 )
ld: warning: ignoring file /tmp/gpio-882231.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x90 0x11 0x00 0x00 )
ld: warning: ld: warning: ignoring file /tmp/mipi-591bd5.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xDC 0x17 0x00 0x00 )ld: warning: ignoring file /tmp/aes_a9-afabd6.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x24 0x14 0x00 0x00 )ld: warning: ignoring file /tmp/s8003-4aa6e3.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x30 0x10 0x00 0x00 )
ld: warning: ignoring file /tmp/s8000-c2a159.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x34 0x10 0x00 0x00 )

ld: warning: ignoring file /tmp/t7000-b9b38a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x10 0x00 0x00 )ld: warning: ignoring file /tmp/t7001-f14ca1.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x10 0x00 0x00 )
ld: warning: ignoring file /tmp/s5l8960-153164.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x48 0x10 0x00 0x00 )
ignoring file /tmp/s8001-c5a27a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x10 0x00 0x00 )

ld: warning: ignoring file /tmp/t8010-e28b26.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x10 0x00 0x00 )

ld: warning: ld: warning: ignoring file /tmp/recfg_soc-e15b57.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xA8 0x45 0x00 0x00 )ld: warning: ld: warning: ignoring file /tmp/t8012-e7bcc2.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x10 0x00 0x00 )
ld: warning: ld: warning: ignoring file /tmp/t8015-6b440e.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x20 0x10 0x00 0x00 )
ld: warning: ignoring file /tmp/tz-7e408d.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xCC 0x1B 0x00 0x00 )
ignoring file /tmp/recfg-a6b285.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x14 0x24 0x00 0x00 )
ignoring file /tmp/t8011-18a72c.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x10 0x00 0x00 )
ld: warning: ignoring file /tmp/synopsys_otg-657171.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x28 0x84 0x00 0x00 )
ignoring file /tmp/fb-526c5c.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x30 0x36 0x00 0x00 )
ld: warning: ignoring file /tmp/timer-070a1e.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xD8 0x0B 0x00 0x00 )
ld: warning: ld: warning: ignoring file /tmp/uart-cf8b0f.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x2C 0x23 0x00 0x00 )
ignoring file /tmp/xnu-84520b.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x90 0xC7 0x00 0x00 )ld: warning: ld: warning: ignoring file /tmp/sep-5addd0.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xE8 0xC0 0x00 0x00 )

ld: warning: ignoring file /tmp/fdt_ro-1165d8.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x88 0x56 0x00 0x00 )
ld: warning: ld: warning: ignoring file /tmp/fdt-e962ce.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x78 0x27 0x00 0x00 )
ignoring file /tmp/fdt_addresses-9a4171.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xF8 0x11 0x00 0x00 )
ignoring file /tmp/fdt_empty_tree-cbd26a.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xF4 0x0B 0x00 0x00 )
ld: warning: ld: warning: ignoring file /tmp/fdt_wip-ed0a9b.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x0C 0x14 0x00 0x00 )
ld: warning: ignoring file /tmp/linux-34a2a5.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xCC 0x4E 0x00 0x00 )ld: warning: ld: warning: ignoring file /tmp/fdt_rw-b41ac6.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x44 0x3D 0x00 0x00 )ld: warning: ignoring file /tmp/fdt_strerror-0bb9b5.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x78 0x0F 0x00 0x00 )
ignoring file /tmp/fdt_sw-1ef074.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x48 0x2E 0x00 0x00 )ld: warning: ignoring file /tmp/img4-3db610.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x30 0x33 0x00 0x00 )

ignoring file /tmp/fdt_overlay-715ac3.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x1C 0x2D 0x00 0x00 )
ld: warning: ignoring file /tmp/DER_Decode-321000.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x60 0x23 0x00 0x00 )

ld: warning: ignoring file /tmp/oids-748ceb.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x68 0x3D 0x00 0x00 )
ld: warning: ignoring file /tmp/DER_Encode-67dae4.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0xD0 0x1D 0x00 0x00 )
ld: warning: ignoring file /tmp/lzmadec-0b8880.o, building for free standing-arm64 but attempting to link with file built for unknown-unsupported file format ( 0xDE 0xC0 0x17 0x0B 0x00 0x00 0x00 0x00 0x14 0x00 0x00 0x00 0x08 0x5B 0x00 0x00 )

Undefined symbols for architecture arm64:
"_sep_has_booted", referenced from:
_swap_blocks in sep_racer-e6a3d4.o
"_sep_has_panicked", referenced from:
_swap_blocks in sep_racer-e6a3d4.o
"_task_yield_preemption", referenced from:
exc_handler in int-906adf.o
"_exception_stack", referenced from:
_set_exception_stack_core0 in entry-3fdc86.o
(maybe you meant: _set_exception_stack_core0)
"_fiq_exc", referenced from:
Jfiq_exc in int-906adf.o
Jfiq_exc_el1sp1 in int-906adf.o
"_seprom_has_left_to_sepos", referenced from:
_swap_blocks in sep_racer-e6a3d4.o
"_serror_exc", referenced from:
Jserror_exc in int-906adf.o
"_irq_exc", referenced from:
Jirq_exc in int-906adf.o
Jirq_exc_el1sp1 in int-906adf.o
"_sched_stack", referenced from:
_set_execution_stack_core0 in entry-3fdc86.o
"_sync_exc", referenced from:
Jsync_exc in int-906adf.o
"_sync_exc_el0", referenced from:
Jsync_exc_el0 in int-906adf.o
"_disable_interrupts", referenced from:
__task_switch in int-906adf.o
_task_load in int-906adf.o
"_trampoline_entry", referenced from:
start$l0 in entry-3fdc86.o
"_enable_interrupts", referenced from:
__task_switch_asserted in int-906adf.o
_task_load_asserted in int-906adf.o
"_sep_check_mailbox", referenced from:
_sep_racer in sep_racer-e6a3d4.o
"_sep_fast_check_mailbox", referenced from:
_sep_racer in sep_racer-e6a3d4.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:99: build/Pongo] Error 1`

@slayy2357
Copy link
Author

Any solution ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant