PCRE for devkitARM
Posted: Sat Dec 05, 2009 3:55 am
Hi I'm trying to get PCRE library to work with my homebrew, I was wondering how I can compile it to work with devkitARM. I tried compiling the homebrew with a compiled pcre and I get:
Thanks in advanced.
I think I need to modify the Makefile but I don't know what to do./home/dna/devkitPro/devkitARM/bin/../lib/gcc/arm-eabi/4.4.0/../../../../arm-eabi/bin/ld: skipping incompatible /home/dna/devkitPro/game/lib/libpcre.so when searching for -lpcre
/home/dna/devkitPro/devkitARM/bin/../lib/gcc/arm-eabi/4.4.0/../../../../arm-eabi/bin/ld: skipping incompatible /home/dna/devkitPro/game/lib/libpcre.a when searching for -lpcre
/home/dna/devkitPro/devkitARM/bin/../lib/gcc/arm-eabi/4.4.0/../../../../arm-eabi/bin/ld: cannot find -lpcre
Thanks in advanced.