Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5800

Troubleshooting • Re: Bookworm build of Tiny C Compiler (TCC) fails

$
0
0
It builds for me on bookworm 32 lite. /usr/include/arm-linux-gnueabihf/gnu/stubs.h should be selecting <gnu/stubs-hard.h>, not soft.

Do you get the same error for gcc -c test.c:

Code:

//#undef __ARM_PCS_VFP#include <gnu/stubs.h>
This fails for me only if I uncomment the #undef. (It is undefined behaviour to mess with symbols in implementation namespace.)

Statistics: Posted by jojopi — Sat May 25, 2024 9:01 pm



Viewing all articles
Browse latest Browse all 5800

Trending Articles