mspgcc4 is no longer supported.  See instructions on obtaining and
using mspgcc on various platforms at:

http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=MSPGCC_Wiki

Peter

On Sun, Oct 7, 2012 at 12:28 PM, Valentin Sawadski <valen...@tado.com> wrote:
> Hi,
>
> I'm very sorry but since I never used Ubuntu I can't provide any help to
> building MSPGCC on that System. But someone on  the MSPGCC Mailing list
> might so I included them to the mail.
>
> Wish you luck in your endeavour!
>
> Best Regards,
> Valentin
>
> On Sun, Oct 7, 2012 at 7:30 AM, hernan dario dussan <hernan.dus...@gmail.com
>> wrote:
>
>> *Valentin!!
>> **Hello, I am attempting to build mspgcc4 from the sourceforge files (
>> http://sourceforge.net/projects/mspgcc4/files/mspgcc4/)
>>
>> The first problem that I encountered was pulling down binutils:
>> do-binutils.sh grabs binutils from http://ftp.uni-kl.de/pub/gnu/binutils/
>> The version it attempts to retrieve (2.20) does not exist, so I first
>> attempted to let it get version 2.20.1 (and later several different
>> versions). They seem to come down fine, but it might be related to my main
>> problem. I also changed the "$BINUTILS_VERSION =" in buildgcc.pl.
>>
>> When I run buildgcc.pl, and tell it to build gcc-4.4.5, gdb-7.2,
>> insight-6.8-1, and any of the libcs (ti_20110213, ti20110130, 20110130),
>> it fails with the following output: *
>>
>> Running configure in multilib subdir msp3
>> pwd: /opt/mspgcc/build/gcc-4.4.5-build/msp430
>> mkdir msp3
>> configure: creating cache ./config.cache
>> checking for --enable-version-specific-runtime-libs... no
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking for gawk... no
>> checking for mawk... mawk
>> checking build system type... i686-pc-linux-gnu
>> checking host system type... msp430-unknown-none
>> checking for msp430-ar... /opt/msp430-gcc-4.4.5/msp430/bin/ar
>> checking for msp430-lipo... msp430-lipo
>> checking for msp430-nm... /opt/mspgcc/build/gcc-4.4.5-build/./gcc/nm
>> checking for msp430-ranlib... /opt/msp430-gcc-4.4.5/msp430/bin/ranlib
>> checking for msp430-strip... /opt/msp430-gcc-4.4.5/msp430/bin/strip
>> checking whether ln -s works... yes
>> checking for msp430-gcc... /opt/mspgcc/build/gcc-4.4.5-build/./gcc/xgcc
>> -B/opt/mspgcc/build/gcc-4.4.5-build/./gcc/
>> -B/opt/msp430-gcc-4.4.5/msp430/bin/ -B/opt/msp430-gcc-4.4.5/msp430/lib/
>> -isystem /opt/msp430-gcc-4.4.5/msp430/include -isystem
>> /opt/msp430-gcc-4.4.5/msp430/sys-include  -mmcu=msp3
>> checking for suffix of object files... configure: error: in
>> `/opt/mspgcc/build/gcc-4.4.5-build/msp430/msp3/libgcc':
>> configure: error: cannot compute suffix of object files: cannot compile
>> See `config.log' for more details.
>> make[1]: *** [configure-target-libgcc] Error 1
>> make[1]: Leaving directory `/opt/mspgcc/build/gcc-4.4.5-build'
>> make: *** [all] Error 2
>> sh do-gcc.sh "/opt/msp430-gcc-4.4.5" "4.4.5" "http://ftp.uni-kl.de";
>> "build" "gcc-4.x" "4.3.1" "2.4.2" exited with status code 2.
>> Failed to execute sh do-gcc.sh "/opt/msp430-gcc-4.4.5" "4.4.5" "
>> http://ftp.uni-kl.de"; "build" "gcc-4.x" "4.3.1" "2.4.2" at ./buildgcc.plline 
>> 248.,<STDIN> line 10.
>> *
>> **The /build/gcc-4.4.5-build/msp430/msp3/libgcc/config.log contains the
>> following information:
>> *
>> ## --------- ##
>> ## Platform. ##
>> ## --------- ##
>>
>> hostname = InspironN5040
>> uname -m = i686
>> uname -r = 3.2.0-31-generic-pae
>> uname -s = Linux
>> uname -v = #50-Ubuntu SMP Fri Sep 7 16:39:45 UTC 2012
>>
>> /usr/bin/uname -p = unknown
>> /bin/uname -X     = unknown
>>
>> /bin/arch              = unknown
>> /usr/bin/arch -k       = unknown
>> /usr/convex/getsysinfo = unknown
>> hostinfo               = unknown
>> /bin/machine           = unknown
>> /usr/bin/oslevel       = unknown
>> /bin/universe          = unknown
>>
>> PATH: /usr/local/sbin
>> PATH: /usr/local/bin
>> PATH: /usr/sbin
>> PATH: /usr/bin
>> PATH: /sbin
>> PATH: /bin
>> PATH: /opt/msp430-gcc-4.4.5/bin
>>
>>
>> ## ----------- ##
>> ## Core tests. ##
>> ## ----------- ##
>>
>> configure:1191: loading cache ./config.cache
>> configure:1388: checking for --enable-version-specific-runtime-libs
>> configure:1403: result: no
>> configure:1435: checking for a BSD-compatible install
>> configure:1490: result: /usr/bin/install -c
>> configure:1506: checking for gawk
>> configure:1535: result: no
>> configure:1506: checking for mawk
>> configure:1522: found /usr/bin/mawk
>> configure:1532: result: mawk
>> configure:1555: checking build system type
>> configure:1573: result: i686-pc-linux-gnu
>> configure:1581: checking host system type
>> configure:1595: result: msp430-unknown-none
>> configure:1654: checking for msp430-ar
>> configure:1680: result: /opt/msp430-gcc-4.4.5/msp430/bin/ar
>> configure:1733: checking for msp430-lipo
>> configure:1759: result: msp430-lipo
>> configure:1813: checking for msp430-nm
>> configure:1839: result: /home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/nm
>> configure:1892: checking for msp430-ranlib
>> configure:1918: result: /opt/msp430-gcc-4.4.5/msp430/bin/ranlib
>> configure:1972: checking for msp430-strip
>> configure:1998: result: /opt/msp430-gcc-4.4.5/msp430/bin/strip
>> configure:2049: checking whether ln -s works
>> configure:2053: result: yes
>> configure:2070: checking for msp430-gcc
>> configure:2096: result:
>> /home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/xgcc
>> -B/home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/
>> -B/opt/msp430-gcc-4.4.5/msp430/bin/ -B/opt/msp430-gcc-4.4.5/msp430/lib/
>> -isystem /opt/msp430-gcc-4.4.5/msp430/include -isystem
>> /opt/msp430-gcc-4.4.5/msp430/sys-include  -mmcu=msp3
>> configure:2380: checking for C compiler version
>> configure:2383: /home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/xgcc
>> -B/home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/
>> -B/opt/msp430-gcc-4.4.5/msp430/bin/ -B/opt/msp430-gcc-4.4.5/msp430/lib/
>> -isystem /opt/msp430-gcc-4.4.5/msp430/include -isystem
>> /opt/msp430-gcc-4.4.5/msp430/sys-include  -mmcu=msp3 --version </dev/null
>> >&5
>> xgcc (MSPGCC4_20110312) 4.4.5
>>
>> configure:2386: $? = 0
>> configure:2388: /home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/xgcc
>> -B/home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/
>> -B/opt/msp430-gcc-4.4.5/msp430/bin/ -B/opt/msp430-gcc-4.4.5/msp430/lib/
>> -isystem /opt/msp430-gcc-4.4.5/msp430/include -isystem
>> /opt/msp430-gcc-4.4.5/msp430/sys-include  -mmcu=msp3 -v </dev/null >&5
>> Reading specs from /home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/specs
>> Target: msp430
>> Configured with:
>> /home/hernan/mspgcc4/build/gcc-4.4.5-build/../gcc-4.4.5/configure
>> --prefix=/opt/msp430-gcc-4.4.5 --target=msp430 --enable-languages=c,c++
>> --with-pkgversion=MSPGCC4_20110312 : (reconfigured)
>> /home/hernan/mspgcc4/build/gcc-4.4.5-build/../gcc-4.4.5/configure
>> --prefix=/opt/msp430-gcc-4.4.5 --target=msp430 --enable-languages=c,c++
>> --with-pkgversion=MSPGCC4_20110312 : (reconfigured)
>> /home/hernan/mspgcc4/build/gcc-4.4.5-build/../gcc-4.4.5/configure
>> --prefix=/opt/msp430-gcc-4.4.5 --target=msp430 --enable-languages=c,c++
>> --with-pkgversion=MSPGCC4_20110312 : (reconfigured)
>> /home/hernan/mspgcc4/build/gcc-4.4.5-build/../gcc-4.4.5/configure
>> --prefix=/opt/msp430-gcc-4.4.5 --target=msp430 --enable-languages=c,c++
>> --with-pkgversion=MSPGCC4_20110312
>> Thread model: single
>> gcc version 4.4.5 (MSPGCC4_20110312)
>> configure:2391: $? = 0
>> configure:2393: /home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/xgcc
>> -B/home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/
>> -B/opt/msp430-gcc-4.4.5/msp430/bin/ -B/opt/msp430-gcc-4.4.5/msp430/lib/
>> -isystem /opt/msp430-gcc-4.4.5/msp430/include -isystem
>> /opt/msp430-gcc-4.4.5/msp430/sys-include  -mmcu=msp3 -V </dev/null >&5
>> xgcc: '-V' must come at the start of the command line
>> configure:2396: $? = 1
>> configure:2415: /home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/xgcc
>> -B/home/hernan/mspgcc4/build/gcc-4.4.5-build/./gcc/
>> -B/opt/msp430-gcc-4.4.5/msp430/bin/ -B/opt/msp430-gcc-4.4.5/msp430/lib/
>> -isystem /opt/msp430-gcc-4.4.5/msp430/include -isystem
>> /opt/msp430-gcc-4.4.5/msp430/sys-include  -mmcu=msp3 -o conftest -g -O2
>> conftest.c  >&5
>> Known MCU names:
>>      msp1
>>      msp2
>>      msp430x110
>>      msp430x112
>>      msp430x1101
>>      msp430x1111
>>      msp430x1121
>>      msp430x1122
>>      msp430x1132
>>     ...
>> ...
>> .....
>>      msp430x435
>>      msp430x436
>>      msp430x437
>>      msp430x447
>>      msp430x448
>>      msp430x449
>>
>> Assembler messages:
>> *Fatal error: unknown MCU: msp3*
>> ...
>> ....
>> ....
>>
>> ## ----------- ##
>> ## confdefs.h. ##
>> ## ----------- ##
>>
>> #define PACKAGE_BUGREPORT ""
>> #define PACKAGE_NAME "GNU C Runtime Library"
>> #define PACKAGE_STRING "GNU C Runtime Library 1.0"
>> #define PACKAGE_TARNAME "libgcc"
>> #define PACKAGE_VERSION "1.0"
>>
>> configure: exit 1
>>
>> *
>> **I am running a fresh install of Ubuntu 12.04 LTS 32-bit
>> Help me please if you know what is the problem. I need to have in
>> propieties of Contiki with IDE ECLIPSE this things:
>> paths and symbols Project Properties: C/C++ General → Paths and Symbols →
>> Includes → GNU C (before)
>> /opt/msp430-gcc-4.4.5/include, but don't appear include
>> ***
>>
>>
>>
>>
>>
>
>
> --
> Valentin Sawadski
> Head of Embedded Hard- and Software
>
> Tel.: +49 - (0) 89 - 416 15 66 4 - 5
> Fax: +49 - (0) 89 - 416 15 66 4 - 9
> Mobil: +49 - (0) 162 - 460 163 4
> www.tado.com
> www.facebook.com/tado.com
> www.twitter.com/tado
>
> tado.com ist ein Angebot der tado° GmbH
>
> tado° GmbH | Kochelseestrasse 8-10 | 81371 München
> Geschäftsführer: Christian Deilmann | Johannes Schwarz | Leopold v. Bismarck
> Eingetragen beim Amtsgericht München, HRB 194769 B | Ust.-ID Nr. DE
> 280012558
>
> VERTRAULICHKEITSHINWEIS: Diese Nachricht ist vertraulich. Sie darf
> ausschließlich durch den vorgesehenen Empfänger und Adressaten
> gelesen, kopiert oder genutzt werden. Sollten Sie diese Nachricht
> versehentlich erhalten haben, bitten wir, den Absender (durch
> Antwort-E-Mail) hiervon unverzüglich zu informieren und die Nachricht
> zu löschen. Jede Nutzung oder Weitergabe des Inhalts dieser Nachricht
> ist unzulässig.
>
> CONFIDENTIALITY NOTICE: This message (including any attachments) is
> confidential and may be privileged. It may be read, copied and used
> only by the intended recipient. If you have received it in error
> please contact the sender (by return e-mail) immediately and delete
> this message. Any unauthorized use or dissemination of this message in
> whole or in part is strictly prohibited.
>
> **Please consider the environment before printing this e-mail**
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to