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


well, i overcame this problem..it was a problem with my
hal_platform_setup.h file, i had unwantedly included the 
hal_platform_ints.h header file..afer commenting; it worked
fine, and  i m able to built the redboot and gdb stub image.

thanks for ur support,
satish





On Mon, 7 Jul 2003 08:48:42 +0200
"Eric de Jong" <list_ericdejong_10@gmx.net> wrote:

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

-- 
Satish Kumar <satish@bvt.sc.sanyo.co.jp>


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