Hi
i append this to the other thread ->
http://forum.tinycorelinux.net/index.php/topic,17306.0.htmlas i written before i build the linux-3.15.5-headers_api as TCE, and now some TC complaing about missing some TCE's .. at least so far i checked "compile.tc" !
i have written my own build-script to build the TCE and there is an checkup for the needed TCE's dependencies if they are installed before wo go to compile.
#check if needed extentions are installed
extension="compiletc squashfs-tools glibc_apps"
for i in $extension; do
if [ ! -e /usr/local/tce.installed/$i ]; then
echo "no"
tce-load -wi $i.tcz
fi
done
this checkup works with linux-3.8.10_api_headers but not with my linux-3.15.5_api_headers, it says "compile.tc" is not installed but it is inside the "optional" folder and also inside the "onboot.lst" ... it says "compile.tc is allready downloaded ..."
i uploaded the "linux-3.15.5-headers" may someone like to check but i dont think there are nothing wrong so far .
http://www.file-upload.net/download-9253685/linux_3.15.5_header_api.tar.gz.htmlatm im really lost what causes the problem with new linux-3.15.5-headers ...
please help
Best regards
Halma