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: arm.inc assembler messages


Satish Kumar said:
> i m attaching the arm.inc file for ur reference..
>
> plz some one clear this doubt..
>
> On Fri, 04 Jul 2003 10:44:23 +0900
> Satish Kumar <satish@bvt.sc.sanyo.co.jp> wrote:
>
>> Hi,
>>      i am gettin some arm.inc assembler error on building the redboot
>> image for my ARM926J-S based target board..
>>    i am using the latest configuration tool on windows 2000, to build
>> the image.
>> the following message was displayed:
>>
>> make -r -C hal/arm/arch/v2_0 /ecos-c/saty/build/topaz/test_install/lib/vectors.o
>> arm.inc: Assembler messages:
>> make[1]: Entering directory `/ecos-c/saty/build/topaz/test_build/hal/arm/arch/v2_0'
>> arm.inc:16: Error: expected symbol name
>> arm-elf-gcc -Wp,-MD,vectors.tmp  -I/ecos-c/saty/build/topaz/test_install/include
>> -I/ecos-c/PROGRA~1/REDHAT~1/ecos/packages/hal/arm/arch/v2_0
>> -I/ecos-c/PROGRA~1/REDHAT~1/ecos/packages/hal/arm/arch/v2_0/src
>> -I/ecos-c/PROGRA~1/REDHAT~1/ecos/packages/hal/arm/arch/v2_0/tests -I.
>> -mcpu=arm9 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
>> -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections
>> -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -c -o
>> /ecos-c/saty/build/topaz/test_install/lib/vectors.o
>> /ecos-c/PROGRA~1/REDHAT~1/ecos/packages/hal/arm/arch/v2_0/src/vectors.S
>> make[1]: *** [/ecos-c/saty/build/topaz/test_install/lib/vectors.o] Error
>> 1
>> make[1]: Leaving directory `/ecos-c/saty/build/topaz/test_build/hal/arm/arch/v2_0'
>> make: *** [build] Error 2
>> make: Leaving directory `/ecos-c/saty/build/topaz/test_build'
>>

This looks like one of the common [FAQ] problems when running the
tools on Windows.  Have you made sure that your "/ecos-c" directory
is mounted properly?

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