2011/1/22 Michael S. Zick <open...@morethan.org>: > This is intentionally off-list, see below: > > I have an entire web-site for the subject of customizing the > Media Player device(s). > http://minimodding.com > > And mirrors of the Eminent bundles at: > http://mirrors.minimodding.com/index.html#menu-e > > Getting the firmware re-built is a good, general purpose topic. ;-) > A good reference point is the MvixUSA bundle release, since it > contains scripting and makefiles - not just source dumps. > > If I simply missed seeing your name in the membership list, sorry > for this noise. > > Mike
Hi Mike, thanks for your support, but that site doesn't really help me to a next step. In the mean time I found the following: http://cblfs.cross-lfs.org/index.php/OpenSSL I can now successfully compile 0.9.8k, which is also on the device, with a shared lib. For that, I use the patch for 0.9.8k: http://svn.cross-lfs.org/svn/repos/patches/openssl/openssl-0.9.8k-mips_support-1.patch But when I use the patch for 1.0.0c, I get the following error: make[2]: Entering directory `/root/EM7075/workdir/openssl-1.0.0c/crypto/ts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/EM7075/workdir/openssl-1.0.0c/crypto/ts' if [ -n "libcrypto libssl" ]; then \ (cd ..; make libcrypto); \ fi make[2]: Entering directory `/root/EM7075/workdir/openssl-1.0.0c' make[3]: Entering directory `/root/EM7075/workdir/openssl-1.0.0c' make[4]: Entering directory `/root/EM7075/workdir/openssl-1.0.0c' make[4]: *** No rule to make target `link_a..so.1.0.0'. Stop. make[4]: Leaving directory `/root/EM7075/workdir/openssl-1.0.0c' make[3]: *** [do_.so.1.0.0] Error 2 make[3]: Leaving directory `/root/EM7075/workdir/openssl-1.0.0c' make[2]: *** [libcrypto] Error 2 make[2]: Leaving directory `/root/EM7075/workdir/openssl-1.0.0c' make[1]: *** [shared] Error 2 make[1]: Leaving directory `/root/EM7075/workdir/openssl-1.0.0c/crypto' make: *** [build_crypto] Error 1 To me, the double . in link_a..so.1.0.0 and the missing 'c' are suspicious. I'm not the only one having this error message: http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg05826.html But I don't understand the note about the 'colon'.. any help is appreciated! Martin ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org