head     1.1;
branch   1.1.1;
access   ;
symbols  arelease:1.1.1.1 avendor:1.1.1;
locks    ; strict;
comment  @:: @;


1.1
date     2008.01.13.13.32.18;  author ameziti;  state Exp;
branches 1.1.1.1;
next     ;
commitid        e69478a0fbc4567;

1.1.1.1
date     2008.01.13.13.32.18;  author ameziti;  state Exp;
branches ;
next     ;
commitid        e69478a0fbc4567;


desc
@@



1.1
log
@Initial revision
@
text
@path;
path=..\..\..\gccmips_elf

set libpath=..\..\..\lib
set incpath=..\..\..\inc
set toolpath=..\..\..\tools
set codepath=..\..\..\..\r2000pl\bench\code

gcc  -O2 -O  -Wall -S	 -I%incpath%\ count.c
gcc  -O2 -O  -Wall -c -s -I%incpath%\ count.c

ld -Ttext 0 -eentry -Map count.map -r -s -N -o test.exe %libpath%\boot.o %libpath%\no_os.o %libpath%\integer.o %libpath%\string2.o %libpath%\print.o count.o
objdump --disassemble-all	test.exe > count.lst

ld -Ttext 0 -eentry -Map count.map -s -N -o test.exe %libpath%\boot.o %libpath%\no_os.o %libpath%\integer.o %libpath%\string2.o %libpath%\print.o count.o

%toolpath%\convert_mips count

move /Y *.txt %codepath%@


1.1.1.1
log
@First Import the project on the opencores.org CVS server
@
text
@@
