This is the mail archive of the ecos-discuss@sourceware.org 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: [ecos-discuss] invalid ecos.db following cvs-update


On Thu, 2 Dec 2010, Bob Brusa wrote:
> Its a mystery why it produces an error on my system, but none on
> yours. The only difference I can see so far is that you are working
> with a linux system, whereas I have windows/cygwin. But one question:
> The above looks as if your build produces o- and o.d files in your
> ecos tree. When building the library with configtool on my system, the
> ecos tree remains untouched. So the problem is probably the use of
> configtool under windows/cygwin???

I used `ecosconfig' as well (not configtool), so, places for output
are differ.

FYI: I tried CT-3.0 on Linux and all passed smoothly for my targets.

$ find -type f -name \*strnlen\*
./untitled_build/language/c/libc/string/current/src/language_c_libc_string_strnlen.o
./untitled_build/language/c/libc/string/current/src/strnlen.o.d
./untitled_build/language/c/libc/string/current/tests/strnlen.o
./untitled_build/language/c/libc/string/current/tests/strnlen.d
./untitled_install/tests/language/c/libc/string/current/tests/strnlen


% arm-eabi-nm untitled_install/lib/libtarget.a |
  grep strnlenlanguage_c_libc_string_strnlen.o:
00000000 T __strnlen
00000000 W strnlen

% arm-eabi-nm \
  ./untitled_install/tests/language/c/libc/string/current/tests/strnlen| grep strnlen
8100c85c T __strnlen
8100c85c W strnlen

Can you try *fresh* build for *another* ARM target (not yours) or even
for another architecture, for example, for 'pc' target? I was just
curious...

Sergei

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]