-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
#include <stacktrace>
int main() {
std::stacktrace::current();
while (true) {}
}arm-none-eabi-g++ -std=c++23 -lstdc++exp ...
arm-none-eabi-g++ --version # (devkitARM release 66) 15.1.0As I build with catnip, it's :
target_link_libraries(my_game stdc++exp)I open the .nds in NO$GBA, and it crashes immediately. Commenting std::stacktrace::current() is ok. I saw libstdc++exp.a in devkitARM/arm-none-eabi/lib, so I assumed it was compatible.
Did I do something wrong ?
Metadata
Metadata
Assignees
Labels
No labels