Quote:
Originally Posted by Yay 4 Juggs
just disabled your arcsoft ext...still crashes...
|
in tools folder you have a file named kitchen_build_rom.bat
at about approx line # 50 you will find following code
Quote:
set DSM_TEMPLATE=%dsm%
set DSM_INCLUDES=*
REM **************** TOOLS\platformrebuilder.exe
if not "%errorlevel%"=="0" goto error
|
REM the line
Quote:
if not "%errorlevel%"=="0" goto error
|
ie change that to
Quote:
REM if not "%errorlevel%"=="0" goto error
|