public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] newbie help
@ 2008-07-12 20:43 kjhales
  2008-07-13 10:31 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: kjhales @ 2008-07-12 20:43 UTC (permalink / raw)
  To: ecos-discuss

I am investigating eCos for use in an upcoming project and I'm having 
trouble getting started. I'm using Fedora, and I'm trying to target an 
i386 system. My real target is different, but this is a good starting place.

The configuration (test3.ecc), makefile, and the configtool output are 
rather large so I stuck them on a googlepage 
(http://feraloxide.googlepages.com) in case someone wants to give 
assistance. I get errors when I do build->library from configtool. I 
checked tools->paths->build_tools and tools->paths->user_tools and the 
appear correct.

The tail end of the configtool output is (I indented the two lines with 
errors):
-------begin output
make -r -C hal/common/v2_0 
/home/kevin/ecos/project/test3_install/lib/extras.o
make[1]: Entering directory 
`/home/kevin/ecos/project/test3_build/hal/common/v2_0'
i386-elf-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef 
-Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections 
-fno-rtti -fno-exceptions -fvtable-gc -finit-priority -nostdlib -Wl,-r 
-Wl,--whole-archive -o 
/home/kevin/ecos/project/test3_install/lib/extras.o 
/home/kevin/ecos/project/test3_install/lib/libextras.a
make[1]: Leaving directory 
`/home/kevin/ecos/project/test3_build/hal/common/v2_0'
tail: cannot open `+2' for reading: No such file or directory
make -r -C hal/i386/arch/v2_0 
/home/kevin/ecos/project/test3_install/lib/vectors.o
     make[1]: *** [/home/kevin/ecos/project/test3_install/lib/vectors.o] 
Error 1
make[1]: Entering directory 
`/home/kevin/ecos/project/test3_build/hal/i386/arch/v2_0'
     make: *** [build] Error 2                        
i386-elf-gcc -Wp,-MD,vectors.tmp  
-I/home/kevin/ecos/project/test3_install/include 
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0 
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src 
-I/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/tests -I. -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 
/home/kevin/ecos/project/test3_install/lib/vectors.o 
/opt/ecos/ecos-2.0/packages/hal/i386/arch/v2_0/src/vectors.S

make[1]: Leaving directory 
`/home/kevin/ecos/project/test3_build/hal/i386/arch/v2_0'
make: Leaving directory `/home/kevin/ecos/project/test3_build'
---------end output

The vectors.o file is present. Can someone point out what I am doing wrong?

Thanks.
kjhales

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] newbie help
  2008-07-12 20:43 [ECOS] newbie help kjhales
@ 2008-07-13 10:31 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2008-07-13 10:31 UTC (permalink / raw)
  To: kjhales; +Cc: ecos-discuss

On Sat, Jul 12, 2008 at 04:42:51PM -0400, kjhales wrote:
> I am investigating eCos for use in an upcoming project and I'm having  
> trouble getting started. I'm using Fedora, and I'm trying to target an  
> i386 system. My real target is different, but this is a good starting 
> place.
>
> The configuration (test3.ecc), makefile, and the configtool output are  
> rather large so I stuck them on a googlepage  
> (http://feraloxide.googlepages.com) in case someone wants to give  
> assistance. I get errors when I do build->library from configtool. I  
> checked tools->paths->build_tools and tools->paths->user_tools and the  
> appear correct.
>
> The tail end of the configtool output is (I indented the two lines with  
> errors):
> -------begin output
> make -r -C hal/common/v2_0  

Version 2.0 is very old. I would first suggest upgrading to anonymous
CVS.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-13 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-12 20:43 [ECOS] newbie help kjhales
2008-07-13 10:31 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).