View Single Post
Old 07-04-2012, 07:25 PM   #23
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
EDIT: I NEVER GOT THIS WORKING UNDER KDEVELOP.
I GOT NEW TOOLS FROM THE KEK PROJECT


Spoiler:


Quote:
Originally Posted by knc1 View Post
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

Last edited by twobob; 07-10-2012 at 07:28 AM. Reason: Top posted conclusion - added excerpt -added KEK reference
twobob is offline   Reply With Quote