head	1.1;
access;
symbols;
locks; strict;
comment	@:: @;


1.1
date	2007.03.28.21.22.08;	author toni32;	state Exp;
branches;
next	;
commitid	3555460adc664567;


desc
@@


1.1
log
@*** empty log message ***
@
text
@@@echo off
if not exist %1.c goto error
mb-gcc -Wl,"-Map=%1.map" -Wl,"-Ttext=0x0" -Wa,-ahlms=%1.lst -nostartfiles -nodefaultlibs %1.c
mb-objcopy -O binary a.out %1.bin
..\utils\bin2bram ..\rtl\openfire_template_bootram.v %1.bin %1.v
rm a.out
rm %1.bin
goto fin
:error
echo No existe fichero %1.c
:fin
@
