On 2023-12-08 07:48, Henri Carrie via Tinycc-devel wrote:
But when i tried to get it to work on my raspberry pi 4, running debian 11, I got this error and I don’t know how to get around it:
tcc: error: Unknown relocation type for got: 285

Are you running an AArch64 variant of Debian or an ARMv7 one?

Relocation type 285 stands for R_AARCH64_LDST32_ABS_LO12_NC, which is handled in arm64-link.c. Are you using libtcc compiled for ARM32 instead of AArch64?

Any suggestions on how to fix it?

thanks!
Vinny

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

--
Ziyao

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to