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
I really am at a loss how in to include my cross-compiled alsa-libs to the CodeSourcery Gcc.
seems to cover all eventualities for actually finding the libs. perhaps I need to run libran or something? Meh. Any clues to this noob would be great. Of course this could all simply be to do with the fact that the vast majority of stuff just does not want to "work" out of the box on my current OS config. Sigh
Anyways if someone could just confirm that I am indeed referencing the -lasound and it's location(s), correctly that would be great. Googling didn't help as I seem to get conflicting answers and nothing specific to my issue. many thanks.
EDIT: I NEVER GOT THIS WORKING UNDER KDEVELOP.
I GOT NEW TOOLS FROM THE KEK PROJECT
RESULT:
Which doesn't really tell me a lot; other than guesses: incompatible library revisions? object not found? Paths incorrectly specified ? I'm at a loss. which is a shame as I am at a place where I can now deliver random bytes to the dsp via alsa on my local installation and would very much like to get it to compile to check if it works on the kindle.
It's basically just an alsa-test configured correctly for the kindle. Any takers on either a) helping me to get the file to compile. or b) compiling it for me would be great.
I don't suppose trying the -lasound option in tcc would hurt if anyone can direct me how to get the libraries from tcc/includes/sound included that would also be great
Code:
[root@kindle tcc]# tccmake -lasound -B/mnt/us/tcc -B/mnt/us/tcc/include/sound -B/mnt/us/tcc/include/ ./salsa.c doesn't appear to cut it...
In file included from ./salsa.c:19:
./include/sound/asoundlib.h:42: include file 'asoundef.h' not found
('asoundef.h' is indeed there)
apologies for the sprawling nature of the post.