Rockbox Development > Starting Development and Compiling
troubles building Android App using Windows/Cygwin
bluebrother:
--- Quote from: nieroster on June 12, 2011, 02:31:25 PM ---Thank you for your effort! If I understand correctly the windows version of Android gcc cannot handle windows style line endings correctly?
--- End quote ---
The problem is that the Android gcc seems to produce DOS line endings in its output while Cygwin expects Unix ones. That's at least the reason for the version check to produce a false warning about the wrong version. After that it seems like make gets confused but I haven't figured what caused that. So it's not gcc having problems with the line endings of input files (as far as I understand right now).
--- Quote ---Btw. the shellscript installToolchain still has the svn property eol-style:native. This should either be removed or changed to eol-style:LF, otherwise it will not work.
--- End quote ---
Only if you do not use Cygwin for checkout, which I strongly recommend to use when working on Cygwin. It does work fine for me in Cygwin (with Cygwin svn :) )
Navigation
[0] Message Index
[*] Previous page
Go to full version