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.20;  author ameziti;  state Exp;
branches 1.1.1.1;
next     ;
commitid        e69478a0fbc4567;

1.1.1.1
date     2008.01.13.13.32.20;  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%\ eGcd.c
gcc  -O2 -O  -Wall -c -s -I%incpath%\ eGcd.c

ld -Ttext 0 -eentry -Map test.map -s -N -o test.exe %libpath%\boot.o %libpath%\no_os.o %libpath%\integer.o %libpath%\string2.o %libpath%\print.o eGcd.o
objdump.exe --disassemble test.exe > test.lst
rem copy test.map 
rem copy list.txt 
convert_bin 

move /Y *.txt %codepath%@


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