View Single Post
Old 07-04-2012, 06:57 PM   #21
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
teething troubles

EDIT: THIS SECTION IS ABOUT GETTING KDEVELOP CROSS COMPILING
WHICH NEVER WORKED: I GOT NEW TOOLS FROM THE KEK PROJECT
FEEL FREE TO SKIP OVER THESE POSTS TO THE SOUND INFO

Quote:
Originally Posted by knc1 View Post
Tells what is wrong.
The compiler can't find the header files, at least in the big code post.
Duh,,,
Too many ways this might have gotten to this state to give a winning answer on the first reply.
Indeed yes. Headers not there.

Quote:
If so;
What did you use for the --prefix= path to configure? The proper path so that "make install" would install **both** the library and the header files to the Cs toolchain location?
Yep myself. yep I gave it the fully qualified path the Toolchain via prefix like /PATH/TO/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux

Quote:
Did you include any DESTDIR= environment variable while doing "make install"
do you know I think I did not, From my reading of the documents this was interchangeable with prefix-blah

WHAT HAPPENED:

Spoiler:


I should document this more thoroughly the next time.

The intial compilation went okay after a few python snags built fine. made dep and made fine,

installed fine.

oddly on the BIG post (host) the line

Code:
/home/simon/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/lib/libasound.a(pcm_dmix.o): In function `snd_pcm_dmix_sync_ptr':
pcm_dmix.c:(.text+0x245c): warning: Warning: snd_pcm_hwsync() is deprecated, consider to use snd_pcm_avail()
to me implied it had found the first file at least...

and then in the second attempt actually on the kindle device:

significantly it is complaining about a file in a subfolder of the main folder and it says it cant find file "blah" from inside the already located other file from that series?

so did it find the first file again and fail to file the others?

odd I thought, such a similar error on two completely different environments.
I feel like that should tell me something.



Thanks for some feedback. at least I could answer the questions coherently so I do I have some understanding of the process. Even if none if the answers. other questions gratefully accepted. erm. not at the harm of other projects please though.
thanks

I am certain this will be user error
Attached Files
File Type: txt output.txt (16.0 KB, 1240 views)

Last edited by twobob; 07-10-2012 at 07:33 AM. Reason: added output as requested. - added spoilers to hide lengthy rubbish
twobob is offline   Reply With Quote