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

SDK • Interesting error

$
0
0
Hello All,

I thought I would share this one, I'm not sure there is a solution to it.

So what was I doing, I needed some image functions so I thought about using stb https://github.com/nothings/stb

Code:

[build] /home/angel/Projects/testbed/programs/lua/stb/stb_image.h:980: undefined reference to `__aeabi_read_tp'[build] /usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: /home/angel/Projects/testbed/programs/lua/stb/stb_image.h:980: undefined reference to `__aeabi_read_tp'[build] /usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: /home/angel/Projects/testbed/programs/lua/stb/stb_image.h:980: undefined reference to `__aeabi_read_tp'[build] /usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: /home/angel/Projects/testbed/programs/lua/stb/stb_image.h:980: undefined reference to `__aeabi_read_tp'[build] /usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: /home/angel/Projects/testbed/programs/lua/stb/stb_image.h:980: undefined reference to `__aeabi_read_tp'[build] /usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: CMakeFiles/test.dir/programs/lua/libimage.c.o:/home/angel/Projects/testbed/programs/lua/stb/stb_image.h:980: more undefined references to `__aeabi_read_tp' follow
Looks like it has to do with threads maybe. I doubt there is a simple fix for this.

I should add this is compiling for the RP2350

Statistics: Posted by DarkElvenAngel — Thu Feb 20, 2025 12:44 am — Replies 1 — Views 64



Viewing all articles
Browse latest Browse all 4596

Trending Articles