Quote:
Originally Posted by delfin2003
Getting error when trying to build 23081. Any ideas?
platformrebuilder.exe Executed successfull!!!
done!!!
Wait some seconds...
Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)
ERROR executing: kitchen_build_rom.bat
ERROR!!!
Wait some seconds...
No ''SVN'' folders present...
Restored Original config.txt...
Temp config.txt Deleted!!!
|
Hmm that should have been fixed...apparently I still overlooked it...
Go into Tools folder, and edit the "kitchen_build_rom.bat" file. Look for a line that has:
REM ************* TOOLS\platformrebuilder.exe
if not "%errorlevel%"=="0" goto error
Add "REM" to the beginning of the line that start "if not". It should now look like this:
REM ************* TOOLS\platformrebuilder.exe
REM if not "%errorlevel%"=="0" goto error