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: Libsupc++


On Thu, 2003-05-22 at 08:30, Ian Burns wrote:
> Hi,
> 
> I'm trying to build eCos for the H8300H minimal simulator. I can build
> the kernel libraries but when I try to build the tests, I get an error
> saying that libsupc++ can't be found:
> 
> make -r -C hal/common/v2_0 tests
> make[1]: Entering directory
> `/ecos-c/ecos-c/h8_kernel_2.0_build/hal/common/v2_0'
> h8300-elf-gcc -g -nostdlib -Wl,--gc-sections -Wl,-static -mh
> -L/ecos-c/ecos-c/h8_kernel_2.0_install/lib -Ttarget.ld -o
> /ecos-c/ecos-c/h8_kernel_2.0_install/tests/hal/common/v2_0/tests/context
> tests/context.o
> /gnutools/lib/gcc-lib/h8300-elf/3.2.3/../../../../h8300-elf/bin/ld:
> cannot find libsupc++.a
> collect2: ld returned 1 exit status
> 
> I'm running h8300-elf-gcc version 3.2.3 running under cygwin, to build
> the eCos 2.0 source. The libsupc++.a file does not exist.
> 
> I also have i386-elf-gcc version 3.2.3, and libsupc++.a exists in the
> compiler's library directory, and I have no problems compiling eCos for
> this target.
> 
> If anyone has any suggestions on how to build this library for the H8
> target, your input would be greatly appreciated.
> 
> Cheers,
> Ian Burns
> 
> 
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> 

same problem with Linux host and Xscale PXA255 target ... thanks ... 
i'm using ecos2.0_b1, and a toolchain build as suggested in ecos
documentation 

thanks ...

                                                Alessandro
                                                Garidch


-- 
 /-------------------------------------------------------------\
|           Alessandro Gardich : gremlin@gremlin.it             |
 >-------------------------------------------------------------<
|  I never saw a wild thing sorry for itself.                   |
|  A small bird will drop frozen dead from a bough              | 
|  without ever having felt sorry for itself.                   |
 \-------------------------------------------------------------/

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