This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Packages distribution files


I'm having the following error during TX39 minimal simulator template
compilation.

this is my current configuration:
- cygwin
- binutils 2.15
- gcc 3.3.3 + newlib
- ecos 2.0 
 
....
make[1]: Entering directory
`/ecos-c/cygwin/workdir/mips_build/services/memalloc/common/current'
mips-tx39-elf-gcc -finline-limit=7000 -Wall -Wpointer-arith
-Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2
-ffunction-sections -fdata-sections -fno-rtti -fno-exceptions   
-I/ecos-c/cygwin/workdir/mips_install/include
-I/ecos-c/cygwin/ecos/packages/services/memalloc/common/current
-I/ecos-c/cygwin/ecos/packages/services/memalloc/common/current/src
-I/ecos-c/cygwin/ecos/packages/services/memalloc/common/current/tests
-I. -Wp,-MD,heapgen.tmp -E
/ecos-c/cygwin/ecos/packages/services/memalloc/common/current/src/heapgen.cpp
-o heapgeninc.tcl
make[1]: Leaving directory
`/ecos-c/cygwin/workdir/mips_build/services/memalloc/common/current'
make -r -C services/memalloc/common/current heaps.cxx
make[1]: Entering directory
`/ecos-c/cygwin/workdir/mips_build/services/memalloc/common/current'
XPWD=`pwd` ; cd
/ecos-c/cygwin/ecos/packages/services/memalloc/common/current/src ; sh
heapgen.tcl "/ecos-c/cygwin/workdir/mips_install" "$XPWD"
make[1]: Leaving directory
`/ecos-c/cygwin/workdir/mips_build/services/memalloc/common/current'
make -r -C hal/common/current build
make[1]: Entering directory
`/ecos-c/cygwin/workdir/mips_build/hal/common/current'
mips-tx39-elf-gcc -c  -I/ecos-c/cygwin/workdir/mips_install/include
-I/ecos-c/cygwin/ecos/packages/hal/common/current
-I/ecos-c/cygwin/ecos/packages/hal/common/current/src
-I/ecos-c/cygwin/ecos/packages/hal/common/current/tests -I.
-I/ecos-c/cygwin/ecos/packages/hal/common/current/src/
-finline-limit=7000 -Wall -Wpointer-arith -Wstrict-prototypes -Winline
-Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions  
-Wp,-MD,src/drv_api.tmp -o src/hal_common_drv_api.o
/ecos-c/cygwin/ecos/packages/hal/common/current/src/drv_api.c
cc1: Invalid option `-finline-limit=7000'
make[1]: Leaving directory
`/ecos-c/cygwin/workdir/mips_build/hal/common/current'
make[1]: *** [src/drv_api.o.d] Error 1
make: Leaving directory `/ecos-c/cygwin/workdir/mips_build'
make: *** [build] Error 2
...

Can anybody tell me how to solve this problem?
Regards, 
Evandro

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]