Paolo Zebelloni wrote:
> 
> A new (this morning CET) rebuild of MSPGCC toolchain solved the
> programming  
> problem with FET, gdb still doesn't compile under SuSE 10.0 (see details
> on 
> compiler).
> Error log follows.
> -----------------------------------------8<----------------------------------------------
> gcc -c -g -O2    -I. -I. -I./config
> -DLOCALEDIR="\"/opt/mspgcc/share/locale\"" 
> -
> DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd
> -I./../bfd  
> -I.
> /../include -I../intl -I./../intl  -DMI_OUT=1 -Wimplicit -Wreturn-type 
> -Wcomment
>  -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  
> gdbtypes.c
> gdbtypes.c: In function ‘recursive_dump_type’:
> gdbtypes.c:3059: error: invalid lvalue in increment
> make[2]: *** [gdbtypes.o] Error 1
> make[2]: Leaving directory 
> `/home/clabs/Download/MSPGCC/Linux/packaging/build/gd
> b-6.0/gdb'
> make[1]: *** [all-gdb] Error 2
> make[1]: Leaving directory 
> `/home/clabs/Download/MSPGCC/Linux/packaging/build/gd
> b-6.0'
> -----------------------------------------8<----------------------------------------------
> GCC details (gcc -v): 
> Target: i586-suse-linux
> Configured with: ../configure --enable-threads=posix --prefix=/usr 
> --with-local-prefix=/usr/local --infodir=/usr/share/info 
> --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
> --enable-languages=c,c++,objc,f95,java,ada --disable-checking 
> --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk 
> --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib 
> --enable-shared --enable-__cxa_atexit --without-system-libunwind 
> --host=i586-suse-linux
> Thread model: posix
> gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)
> 
> Suggestions? (may be some obscure option of gcc?)
> 
> -- 
> Paolo Zebelloni
> C-Labs S.r.l.
> Via Livorno 60 - 10144 - Torino
> c/o Environment Park - Edificio A1 Laboratori - Livello 2
> Tel. +39.011.225.7761
> FAX. +39.011.225.7769
> WEB: http://www.c-labs.it
> 
> CONFIDENTIALITY NOTE
> 
> The information contained in this transmission (and/or in any
> documents accompanying it) is intended for the addressee only
> and is privileged and confidential. Disclosure, interception,
> copying or any other use of this transmission by anyone other
> than the intended recipient is strictly prohibited. If you receive
> this transmission in error, please notify the sender immediately
> and destroy all copies. Thank you.
> 
> Le informazioni contenute in questa trasmissione (e/o in qualsiasi
> documento allegato) hanno carattere strettamente riservato e
> confidenziale e sono indirizzate esclusivamente al destinatario.
> E' fatto divieto assoluto a chiunque altro di divulgare, intercettare,
> copiare o altrimenti utilizzare questa trasmissione. Qualora si riceva
> questa trasmissione per errore, si prega di darne avviso immediato
> al mittente e di distruggerne ogni copia. Grazie.
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
> 
> 

# install msp430-gdb

cvs -z3 -d:pserver:anonym...@mspgcc.cvs.sourceforge.net:/cvsroot/mspgcc co
-P gdb
wget ftp://gcc.gnu.org/pub/gdb/old-releases/gdb-6.0.tar.bz2
tar xjvf gdb-6.0.tar.bz2
cp -r gdb/gdb-current/* gdb-6.0
cd gdb-6.0
export CC=gcc-3.4
/configure --prefix=/usr/local/msp430 --target=msp430
make
sudo make install
-- 
View this message in context: 
http://www.nabble.com/MSPGCC-build-tf2202304.html#a6419315
Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.


Reply via email to