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]

powerpc-eabi on cygwin


Hi,

  I am trying to compile ecos for a powerpc target in cygwin environment.
Make exits by printing the following errors.  I downloaded the gnu tools
for cygwin from ecoscentric.  There is no problem in building the same
ecos sources under linux.

  What could be the problem?

Thanks in advance,
chandra
----------------------------------------------------------------------------
----
powerpc-eabi-gcc -c  -I/home/chandra/ecos-app/app_install/include
-I/ecos_5th_Fe
b2003/ecos/packages/hal/common/current
-I/ecos_5th_Feb2003/ecos/packages/hal/com
mon/current/src -I/ecos_5th_Feb2003/ecos/packages/hal/common/current/tests
-I. -
I/ecos_5th_Feb2003/ecos/packages/hal/common/current/src/ -msoft-float
-mcpu=860
-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
-Woverloaded-virtual
-g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions
-fvtable-gc
 -finit-priority -Wp,-MD,src/drv_api.tmp -o src/hal_common_drv_api.o
/ecos_5th_F
eb2003/ecos/packages/hal/common/current/src/drv_api.c
cc1: format string has invalid operand number
cc1: format string has invalid operand number
cc1: format string has invalid operand number
cc1: format string has invalid operand number
cc1: format string has invalid operand number
cc1: format string has invalid operand number
cc1: variable-size type declared outside of any function
/ecos_5th_Feb2003/ecos/packages/hal/common/current/src/drv_api.c:1: confused
by
earlier errors, bailing out
make[1]: *** [src/drv_api.o.d] Error 1
make[1]: Leaving directory
`/home/chandra/ecos-app/app_build/hal/common/current'

make: *** [build] Error 2

----------------------------------------------------------------------------
----

The following command at bash$ prompt also fails with error messages.

----------------------------------------------------------------------------
----
$ powerpc-eabi-gcc -c test.c
cc1: Internal compiler error in size_binop, at fold-const.c:2014
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
----------------------------------------------------------------------------
-----

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


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