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]

i386 PC Target building problem


Hello Everybody,

I am building ecos for i386 PC Target
I am using windows NT, cygwin tools.
I downloaded ecos-1.3.1 from site

I did following things using Configuration tool

1) build->templates , i selected i386 PC Target &
default

2) Gave native tools path (for gcc ,ld ,cat, ls)

3) build->library

it is taking  ECOS Repository Path correctly
global prefix is ok. i have checked with all 
makefiles

When i say build->library
 It compiles all packges but stops
at kernel package with following errors


make -r -C kernel/v1_3_1 build
make[1]: Entering directory
`/d/ecos_work/i386pc_build/kernel/v1_3_1'
gcc -c  -I/D/ecos_work/i386pc_install/include
-I/C/PROGRA~1/REDHAT~1/eCos/packages/kernel/v1_3_1
-I/C/PROGRA~1/REDHAT~1/eCos/packages/kernel/v1_3_1/src
-I/C/PROGRA~1/REDHAT~1/eCos/packages/kernel/v1_3_1/tests
-I.
-I/C/PROGRA~1/REDHAT~1/eCos/packages/kernel/v1_3_1/src/sched/
-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/sched/sched.tmp -o
src/sched/kernel_sched.o
/C/PROGRA~1/REDHAT~1/eCos/packages/kernel/v1_3_1/src/sched/sched.cxx
/C/PROGRA~1/REDHAT~1/eCos/packages/kernel/v1_3_1/src/sched/sched.cxx:0:
warning: -ffunction-sections may affect debugging on
some targets.
/c/TEMP/ccAFeCv4.s: Assembler messages:
/c/TEMP/ccAFeCv4.s:757: Warning: rest of line ignored;
first ignored character is `*'
/c/TEMP/ccAFeCv4.s:760: Warning: rest of line ignored;
first ignored character is `*'
/c/TEMP/ccAFeCv4.s:761: Error: invalid character '_'
in mnemonic
make[1]: *** [src/sched/sched.o.d] Error 1
make[1]: Leaving directory
`/d/ecos_work/i386pc_build/kernel/v1_3_1'
make: *** [build] Error 2

*** Process 252 terminated (rc=2)


what corrections i need to make? 

any suggestions welcome 

thanks in advance,

raghavendra




__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

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