Thank You for your continued support and contributions!
I got stuck here with Cygwin giving me errors:
If I run 'Rockboxdev.sh' as said above, does this automatically update to the recommended version or are there further steps necessary ?
PS: I know that I could simply use the Virtualbox image instead, but I'd really like to go through this Cygwin building procedure succesfully once for learning purposes so any help is very appreciated.
Did you install the compiler to /opt? rockboxdev.sh defaults to /usr/local, so I assume your installation has the old compiler in /opt. A simple solution would be to make sure the new compiler comes first in the search path. I.e. do something likeexport PATH=/usr/local/bin:$PATH(assuming you used the default installation path for the compiler)
After this experience, I'd be willing to help help updating the relevant Wiki pages if this is planned.
Page created in 0.076 seconds with 14 queries.