Rockbox Development > Starting Development and Compiling
Should I report errors I get while compiling?
lee321987:
The subject is my question.
The last time I ran "make" in Cygwin (April 20 2008 at 7:20pm Eastern) the last three lines were:
--- Code: --- collect2: ld returned 1 exit status
make[1]: *** [/home/Will/rockbox/build/apps/rockbox.elf] Error 1
make: *** [build] Error 2
--- End code ---
Also, how can I get Cygwin to write it's results to a text file, or at least give the window more room to fill (so the top isn't truncated)?
bluebrother:
--- Quote from: lee321987 on April 21, 2008, 03:28:41 PM ---The last time I ran "make" in Cygwin (April 20 2008 at 7:20pm Eastern) the last three lines were:
--- End quote ---
Your build failed. If the build itself is fine (check the build server status page) it should work, if it doesn't the error is on your side. There's no help in reporting build errors if they are on your side. If you want to ask for assistance building that's a different story ...
--- Quote ---Also, how can I get Cygwin to write it's results to a text file, or at least give the window more room to fill (so the top isn't truncated)?
--- End quote ---
1. change the settings of the window (click the icon on the top left)
2. use the redirecting pipe -- i.e., "make > file.txt"
lee321987:
Assistance. Yes please. Is there a Cygwin command to revert ALL of my patches at once? Also, if I delete a file will "SVN update" download a new one?
EDIT: I ran "svn revert -R ." then "svn update". Make still ends with the same error.
does "revert -R ." revert patches AND things I changed with a text editor.
yapper:
--- Quote from: lee321987 on April 21, 2008, 05:23:00 PM ---if I delete a file will "SVN update" download a new one?
--- End quote ---
Yes - and it will tell you it has done so
saratoga:
do a make veryclean and then rerun tools/configure.
Navigation
[0] Message Index
[#] Next page
Go to full version