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
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