EDIT: I NEVER GOT THIS WORKING UNDER KDEVELOP.
I GOT NEW TOOLS FROM THE KEK PROJECT
Spoiler:
Quote:
Originally Posted by knc1
Add the option -v to your gcc options, capture the output, check what the include and library search paths are that the compiler is trying to use.
My thoughts here are . . .
That compiler is location independent, so it must have a sysroot= defined in its configuration and that may be messing with the "normal" (what a person expects) search order.
|
Yep. It's codeSourcery. My thoughts also hence the ridiculous /B ing and /L ing
So... I guess it's back to the docs again.
Quote:
Pick any small file (hello.c ?) otherwise you'll be overwhelmed by the output.
|
Good advice but the program IS the HelloWorld of the Audio Realm. With a lib
Thanks knc1!
Code:
--prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/nsidwell/arm/linux/install/arm-none-linux-gnueabi/libc
hmm... opt.. hmm