Quote:
you should add a mkdir -p build before cd build in build.sh
|
Oh, I thought it was in the git repo, I'll add it.
Quote:
The source mentioned you couldn't get libasound to build.
|
I was able to build it, but only the static library.
Quote:
Did you configure crosstools-ng identically to NiLuJe's log file?
|
Pretty much. I'm currently trying to get older glibc to build, but this isn't easy (ct-ng is missing patches for some versions). If I get something satisfactory I'll post it somewhere. I'm thinking of starting a wiki, maybe kindlebrew.wikia.com (to follow the trend set by wiibrew and dsibrew).
Quote:
I can build mplayer with your script (the patch to avoid pulling in glibc) but when i try running it on the kindle I get:
|
Weird. The patch should prevent that. What's the output of
Code:
objdump -T mplayer|grep GLIBC_2\.7
?