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 assembler error


>> it displays message stating Expected Symbol Name:
>> now, i don`t understand, what this error is meant..?
>> some one plz give some hints to solve this problem.

The symbol looks fine to me. Is it defined elsewhere? Here some 'hints':

1) delete your ecos xxx_build and xxx_install directory. Unless you changed some
files in it all files are copies or created by the config tool. Then use the
configtool menu option recreate directories and do a make.

2) use the command prompt (cygwin or linux), go to the xxx_build directorie and
do a make. This might give you more information than doing a make with the
configtool.

3) narrow down the problem. Do a
arm-elf-gcc -I/ecos-c/saty/build/topaz/test_install/include -I/ecos-c/PROGRA~1/R
EDHAT~1/ecos/packages/hal/arm/arch/v2_0
-I/ecos-c/PROGRA~1/REDHAT~1/ecos/packages/hal/arm/arch/v2_0/src
-mcpu=arm9 -Wall -c -o testje.o
/ecos-c/PROGRA~1/REDHAT~1/ecos/packages/hal/arm/arch/v2_0/src/vectors.S
and see what comes up.
(no carriage returns/linefeeds!, use the correct directories)

4) maybe put your project directory in ~/ (this is your home directory!) and the
ecos sources in /usr/src/ecos. This might help.

Eric.


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