Build Log |
|
Command Lines |
Creating temporary file "C:\DOCUME~1\Dave\LOCALS~1\Temp\BAT00000127322384.bat" with contents [ @echo off nmake all if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" exit 1 :VCEnd ] Creating command line "C:\DOCUME~1\Dave\LOCALS~1\Temp\BAT00000127322384.bat" |
Output Window |
Performing Makefile project actions Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved. del -f *.rel del -f *.rst del -f *.mem del -f *.map del -f *.sym del -f *.lst sdcc --peep-asm --opt-code-speed -mmcs51 --model-small -c --vc -I../include fw.c sdcc --peep-asm --opt-code-speed -mmcs51 --model-small -c --vc -I../include periph.c asx8051 -los dscr.asm asx8051 -los utils.asm asx8051 -los USBJmpTb.asm sdcc --code-loc 0x0000 --code-size 0x3e00 --idata-loc 0x80 --data-loc 0x10 --iram-size 256 USBJmpTb.rel dscr.rel fw.rel periph.rel utils.rel -o msa-fw.hex |
Results |
Build log was saved at "file://c:\Documents and Settings\Dave\My Documents\Visual Studio 2005\Projects\msa-fw\msa-fw-slim\Debug\BuildLog.htm" msa-fw-cb - 0 error(s), 0 warning(s) |