Claudio, Just ignore these non-erroneous warnings like (isc c does not... ...) during gcc build. They have no impact to the result code. Most of them are: -- comparison between signed and unsigned (this is '==' one and there is no difference) -- string length is greater than ... GCC support strings with arbitrary length. -- warning during libgcc2 build are mostly about undeclared functions. These are not functional functions (in general they for c++ unwinding routines which are not supported a-piori)
~d On Monday 31 May 2004 17:20, Claudio Grasso wrote: > Hi David: > > When I built the toolchain myself I got hundreds of warning. Here are a few > (I chose one of each type). > > xregex2.h:551: warning: ISO C89 does not support `static' or type > qualifiers in parameter array declarators > regex.c:4602: warning: signed and unsigned type in conditional expression > regex.c:1380: warning: traditional C rejects string concatenation > regex.c:8099: warning: signed and unsigned type in conditional expression > md5.c:356:58: warning: function-like macro "FG" must be used with arguments > in traditional C > combine.c:4106: warning: comparison between signed and unsigned > config/msp430/msp430.c:545: warning: traditional C rejects the 'u' suffix > fixincl.x:56: warning: string length `1232' is greater than the length > `509' ISO C89 compilers are required to support > libgcc2.c:191: warning: implicit declaration of function `abort' > unwind-dw2-fde.c:271: warning: implicit declaration of function `strlen' > > Did you also had so many warnings? Are them to be expected? > > Thanks in advance for any help. > > Claudio > > -----Mensaje original----- > De: David Smead [mailto:sm...@amplepower.com] > Enviado el: Domingo, 30 de Mayo de 2004 06:42 p.m. > Para: mspgcc-users@lists.sourceforge.net > Asunto: Re: [Mspgcc-users] Build problem #2 > > Chris, > > Thanks again. I installed libncurses-dev to fix the problem. > > I've now been able to compile the test sample, get an assembly listing and > a hex file so things are looking good on my Debian platform. If anyone > wants to know what I had to do, let me know. > > \/ > Sincerely, > > David Smead > http://www.amplepower.com > > On Sun, 30 May 2004, Chris Liechti wrote: > > David Smead wrote: > > > feynman:/tmp/mspgcc/gdb-6.0# ./configure --prefix=/usr/local/msp430 > > --target=msp430 > > > > feynman:/tmp/mspgcc/gdb-6.0# make > > > configure: error: no termcap library found > > > > .. > > > > > feynman:/tmp/mspgcc/binutils-2.14# locate libtermcap > > > /lib/libtermcap.so.2 > > > /lib/libtermcap.so.2.0.8 > > > > many *nix platforms have separate packages for runtime and development > > of libraries i.e. the header files only get installed with the -dev > > packages. so look for a libtemcap-dev or something like that. > > > > chris > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Mspgcc-users mailing list > > Mspgcc-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users