|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Jun 24 20:39:05 CEST 2006
Subject: [cvs-checkins] MODIFIED: mb-jpeg ...
Date: 00/06/06 24:20:39 Modified: mb-jpeg/__xps decoder_compiler.opt Log: The shell and reference code are modified to be compiled on both Microblaze and Cygwin on WinXP. 1. To compile on Microblaze, two predefine are used, __MICROBLAZE and __XUPV2P. 2. To compile on Cygwin, use "gcc -std=c99 -o decoder.exe jpegtobmp.c decoder.c" Revision Changes Path 1.3 mb-jpeg/__xps/decoder_compiler.opt http://www.opencores.org/cvsweb.shtml/mb-jpeg/__xps/decoder_compiler.opt.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: decoder_compiler.opt =================================================================== RCS file: /cvsroot/quickwayne/mb-jpeg/__xps/decoder_compiler.opt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- decoder_compiler.opt 24 Jun 2006 18:03:27 -0000 1.2 +++ decoder_compiler.opt 24 Jun 2006 18:39:05 -0000 1.3 @@ -1,10 +1,10 @@ microblaze_0 -DECODER_SOURCES = decoder/decoder.c decoder/JpegToBmp.c +DECODER_SOURCES = decoder/decoder.c DECODER_HEADERS = DECODER_CC = mb-gcc DECODER_CC_SIZE = mb-size DECODER_CC_OPT = -O2 -DECODER_CFLAGS = +DECODER_CFLAGS = -D__MICROBLAZE -D__XUPV2P DECODER_CC_SEARCH = # -B DECODER_LIBPATH = -L./microblaze_0/lib/ # -L DECODER_INCLUDES = -I./microblaze_0/include/ # -I
|
 |