compile error with visual studio

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
when i complie Betaplater with visual studio,there is the following error:
Performing Custom Build Step

Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
Build log was saved at "<a>file://d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBuildLog.htm"
common - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
 
There is the context of BuildLog.htm:
  <pre><font size=4>Creating temporary file "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000532802300.bat" with contents
[
@echo off

nasm -f win32 -o ".Debug/mcomp_mmx.obj" d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonsoftidctmcomp_mmx.asm



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line """d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000532802300.bat"""
Creating temporary file "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000542802300.bat" with contents
[
@echo off

nasm -f win32 -o ".Debug/mcomp4x4_mmx.obj" d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonsoftidctmcomp4x4_mmx.asm



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line """d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000542802300.bat"""
Creating temporary file "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000552802300.bat" with contents
[
@echo off

nasm -f win32 -o ".Debug/idct_mmx.obj" d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonsoftidctidct_mmx.asm



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line """d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000552802300.bat"""
Creating temporary file "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000562802300.bat" with contents
[
@echo off

nasm -f win32 -o ".Debug/blit_mmx.obj" d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonblitblit_mmx.asm



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line """d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000562802300.bat"""
Creating temporary file "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000572802300.bat" with contents
[
@echo off

copy "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmplanglang_std.txt" "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72rc1tcpmpdebug"



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line """d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000572802300.bat"""
Creating temporary file "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000582802300.bat" with contents
[
@echo off

copy "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmplanglang_en.txt" "d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72rc1tcpmpdebug"



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
</font>Creating command line """d:philipchenwindows mobiletcpmp[1].srctcpmp.src.0.72RC1tcpmpcommonDebugBAT0000582802300.bat"""
[/code]

 
 
 
How can i solve it?
Thanks a lot!

View the full article
 
Back
Top