Search found 2 matches

by SMB_Fan2010
Fri Dec 22, 2023 9:08 pm
Forum: 3DS Development
Topic: "undefined reference to waitpid" when compiling with libarchive
Replies: 3
Views: 2146

Re: "undefined reference to waitpid" when compiling with libarchive

Sorry, didn't work 😒 I updated libarchive, but it still doesn't work. Here's the error i'm getting now: C:/devkitPro/devkitARM/bin/../lib/gcc/arm-none-eabi/13.2.0/../../../../arm-none-eabi/bin/ld.exe: can not find -l-L/opt/devkitpro/portlibs/3ds/lib: No such file or directory If your "solution&...
by SMB_Fan2010
Fri Dec 22, 2023 12:32 am
Forum: 3DS Development
Topic: "undefined reference to waitpid" when compiling with libarchive
Replies: 3
Views: 2146

"undefined reference to waitpid" when compiling with libarchive

Hello, I'm trying to make a 3DS homebrew app that needs to extract files from a ZIP archive using libarchive. However, when I try to compile it with make, I get a lot of undefined references. The one at the top always has to do with waitpid. Here's the full list of them: C:/devkitPro/devkitARM/bin/....