Need help, please.
could anyone compile the little c-file for me ?
This is a command line tool to calculate the time of sunsise and sunsets.
It is usefull to show sunrise and sunset times in skins or external displays.
I test it here and it works, but I can not cross-compile it for Mipsel.
If you run rscalc2 without parameters you got a help screen with options and example.
to compile:
gcc -ldl -lm rscalc2.c -o rscalc2
but with target=mipsel , please.
Tnx in advance