You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build and package openiboot for the postmarketOS project to get the ipod touch 1g running. The postmarketOS project as a whole crosscompile setup integrated already and I'm trying to use that instead of adding more toolchains to the mix but I'm running into some build errors.
/usr/lib/gcc/armv6-alpine-linux-muslgnueabihf/6.4.0/../../../../armv6-alpine-linux-muslgnueabihf/bin/ld: section .interp LMA [0000000000000174,000000000000018b] overlaps section .text LMA [0000000000000000,0000000000038fa7]
/usr/lib/gcc/armv6-alpine-linux-muslgnueabihf/6.4.0/../../../../armv6-alpine-linux-muslgnueabihf/bin/ld: ipt_1g_openiboot: Not enough room for program headers, try linking with -N
/usr/lib/gcc/armv6-alpine-linux-muslgnueabihf/6.4.0/../../../../armv6-alpine-linux-muslgnueabihf/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Do any of you here know how this error or how to start debugging this?
We never built it with anything else, so I expect the configuration is sub optimal in most cases. Looking at the error I assume there is a late include somewhere that the compiler hasn't allocated space for, can't really say any more than that without seeing it.
I'm trying to build and package openiboot for the postmarketOS project to get the ipod touch 1g running. The postmarketOS project as a whole crosscompile setup integrated already and I'm trying to use that instead of adding more toolchains to the mix but I'm running into some build errors.
I've added a bunch of patches already to make the compile stage work with the current environment which is a GCC6 toolchain (see https://github.com/postmarketOS/pmbootstrap/tree/device/ipod1/aports/main/openiboot) but now I'm running into linking errors:
Do any of you here know how this error or how to start debugging this?
buildlog.txt
The text was updated successfully, but these errors were encountered: