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]

gcc error on arm compile


Hello,

I'm porting on a new platform the ecos for the LH79520 Sharp microcontroller
on a KEV79520 board,
my problem, when I compile the library, an error occur on the asm like this
:

/tmp/ccQwSwiz.s:12: Warning: rest of line ignored; first ignored character
is `,'

my /tmp library is binary mounted and all other in text mode, I'm under
cygwin and windows XP

thanks for your help

this after the compiling messages :

make -j1 --directory "/ecos-d/cygwin/work/kev79520_build"
make: Entering directory `/ecos-d/cygwin/work/kev79520_build'
make -r -C hal/common/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/hal/common/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/hal/common/current'
make -r -C io/common/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/io/common/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/io/common/current'
make -r -C io/serial/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/io/serial/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/io/serial/current'
make -r -C infra/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/infra/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/infra/current'
make -r -C kernel/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/kernel/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/kernel/current'
make -r -C services/memalloc/common/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/services/memalloc/common/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/services/memalloc/common/current'
make -r -C isoinfra/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/isoinfra/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/isoinfra/current'
make -r -C language/c/libc/common/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/common/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/common/current'
make -r -C language/c/libc/i18n/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/i18n/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/i18n/current'
make -r -C language/c/libc/setjmp/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/setjmp/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/setjmp/current'
make -r -C language/c/libc/signals/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/signals/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/signals/current'
make -r -C language/c/libc/startup/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/startup/current'
make[1]: Nothing to be done for `headers'.
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/startup/current'
make -r -C language/c/libc/stdio/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/stdio/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/stdio/current'
make -r -C language/c/libc/stdlib/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/stdlib/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/stdlib/current'
make -r -C language/c/libc/string/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/string/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/string/current'
make -r -C language/c/libc/time/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/time/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libc/time/current'
make -r -C language/c/libm/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libm/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/language/c/libm/current'
make -r -C io/wallclock/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/io/wallclock/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/io/wallclock/current'
make -r -C error/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/error/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/error/current'
make -r -C hal/arm/arch/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/hal/arm/arch/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/hal/arm/arch/current'
make -r -C hal/arm/kev79520/current headers
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/hal/arm/kev79520/current'
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/hal/arm/kev79520/current'
headers finished
make -r -C hal/arm/arch/current arm.inc
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/hal/arm/arch/current'
arm-elf-gcc -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winlin
e -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -f
no-rtti -fno-exceptions -fvtable-gc -finit-priority -I/ecos-d/cygwin/work/ke
v79520_install/include -I/ecos-d/cygwin/ecos/packages/hal/arm/arch/current -
I/ecos-d/cygwin/ecos/packages/hal/arm/arch/current/src -I/ecos-d/cygwin/ecos
/packages/hal/arm/arch/current/tests -I. -Wp,-MD,arm.tmp -o
hal_mk_defs.tmp -S
/ecos-d/cygwin/ecos/packages/hal/arm/arch/current/src/hal_mk_defs.c
fgrep .equ hal_mk_defs.tmp | sed s/#// > arm.inc
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/hal/arm/arch/current'
make -r -C services/memalloc/common/current heapgeninc.tcl
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/services/memalloc/common/current'
arm-elf-gcc -mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winlin
e -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -f
no-rtti -fno-exceptions -fvtable-gc -finit-priority -I/ecos-d/cygwin/work/ke
v79520_install/include -I/ecos-d/cygwin/ecos/packages/services/memalloc/comm
on/current -I/ecos-d/cygwin/ecos/packages/services/memalloc/common/current/s
rc -I/ecos-d/cygwin/ecos/packages/services/memalloc/common/current/tests -I.
 -Wp,-MD,heapgen.tmp -E
/ecos-d/cygwin/ecos/packages/services/memalloc/common/current/src/heapgen.cp
p -o heapgeninc.tcl
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/services/memalloc/common/current'
make -r -C services/memalloc/common/current heaps.cxx
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/services/memalloc/common/current'
XPWD=`pwd` ; cd
/ecos-d/cygwin/ecos/packages/services/memalloc/common/current/src ; sh
heapgen.tcl "/ecos-d/cygwin/work/kev79520_install" "$XPWD"
make[1]: Leaving directory
`/ecos-d/cygwin/work/kev79520_build/services/memalloc/common/current'
make -r -C hal/common/current build
make[1]: Entering directory
`/ecos-d/cygwin/work/kev79520_build/hal/common/current'
arm-elf-gcc -c -I/ecos-d/cygwin/work/kev79520_install/include -I/ecos-d/cygw
in/ecos/packages/hal/common/current -I/ecos-d/cygwin/ecos/packages/hal/commo
n/current/src -I/ecos-d/cygwin/ecos/packages/hal/common/current/tests -I. -I
/ecos-d/cygwin/ecos/packages/hal/common/current/src/ -mcpu=arm7tdmi -Wall -W
pointer-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-d/cygwin/ecos/packages/hal/common/current/src/drv_api.c
arm-elf-gcc -c -I/ecos-d/cygwin/work/kev79520_install/include -I/ecos-d/cygw
in/ecos/packages/hal/common/current -I/ecos-d/cygwin/ecos/packages/hal/commo
n/current/src -I/ecos-d/cygwin/ecos/packages/hal/common/current/tests -I. -I
/ecos-d/cygwin/ecos/packages/hal/common/current/src/ -mcpu=arm7tdmi -Wall -W
pointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -
O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc
 -finit-priority -Wp,-MD,src/dbg-threads-syscall.tmp -o
src/hal_common_dbg-threads-syscall.o
/ecos-d/cygwin/ecos/packages/hal/common/current/src/dbg-threads-syscall.c
arm-elf-gcc -c -I/ecos-d/cygwin/work/kev79520_install/include -I/ecos-d/cygw
in/ecos/packages/hal/common/current -I/ecos-d/cygwin/ecos/packages/hal/commo
n/current/src -I/ecos-d/cygwin/ecos/packages/hal/common/current/tests -I. -I
/ecos-d/cygwin/ecos/packages/hal/common/current/src/ -mcpu=arm7tdmi -Wall -W
pointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -
O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc
 -finit-priority -Wp,-MD,src/hal_if.tmp -o src/hal_common_hal_if.o
/ecos-d/cygwin/ecos/packages/hal/common/current/src/hal_if.c
/tmp/ccQwSwiz.s: Assembler messages:
/tmp/ccQwSwiz.s:12: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:124: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:147: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:169: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:194: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:371: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:488: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:506: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:524: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:585: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:829: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:879: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:918: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:957: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:986: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1083: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1132: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1177: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1216: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1255: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1275: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1377: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1425: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1517: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccQwSwiz.s:1582: Warning: rest of line ignored; first ignored character
is `,'
arm-elf-gcc -c -I/ecos-d/cygwin/work/kev79520_install/include -I/ecos-d/cygw
in/ecos/packages/hal/common/current -I/ecos-d/cygwin/ecos/packages/hal/commo
n/current/src -I/ecos-d/cygwin/ecos/packages/hal/common/current/tests -I. -I
/ecos-d/cygwin/ecos/packages/hal/common/current/src/ -mcpu=arm7tdmi -Wall -W
pointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -
O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc
 -finit-priority -Wp,-MD,src/hal_misc.tmp -o src/hal_common_hal_misc.o
/ecos-d/cygwin/ecos/packages/hal/common/current/src/hal_misc.c
arm-elf-ar rcs /ecos-d/cygwin/work/kev79520_install/lib/libtarget.a
src/hal_common_drv_api.o src/hal_common_dbg-threads-syscall.o
src/hal_common_hal_if.o src/hal_common_hal_misc.o
/tmp/ccixzTdM.s: Assembler messages:
/tmp/ccixzTdM.s:12: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccixzTdM.s:48: Warning: rest of line ignored; first ignored character
is `,'
/tmp/ccixzTdM.s:68: Warning: rest of line ignored; first ignored charact


-- 
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]