Re: [Mspgcc-users] MSPGCC Uniarch installation instructions

2011-06-27 Thread Jesse Frey
I remember having the same error when I used Ubuntu and the answer turned out to be to install libc-devl or some other developement package of something important. Hope that helps, Jesse On Mon, Jun 27, 2011 at 8:14 AM, Luca Bruno wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dovgy

Re: [Mspgcc-users] MSPGCC Uniarch installation instructions

2011-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dovgych, Glib scrisse: > I studied the config.log more carefully and found that I missed gawk > package. I've installed it but I still stuck on the same place - some > problem with conftest.c. I've googled this but it didn't help much... > A little hi

Re: [Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Dovgych, Glib
Ok, thanks. I'll write tomorrow how it goes... Best regards, Glib Texas Instruments Deutschland GmbH, Haggertystr. 1, D-85356 Freising. Amtsgericht München HRB 40960. Geschäftsführer: Dr. Wolfram Tietscher. Vorsitzender des Aufsichtsrates: Edgar Frank ___

Re: [Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Sergio Campamá
Damn, I don't know how to fix it without having access to your machine... Try installing it manually, and if it doesn't work, try installing ubuntu 11.04 --- Sergio Campamá sergiocamp...@gmail.com On Jun 27, 2011, at 11:12 PM, Dovgych, Glib wrote: > Hmm, I

Re: [Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Dovgych, Glib
Hmm, I get exactly the same error as before. But I've reinstalled gcc and binutils using apt-get autoremove ... apt-get install ... Should I, probably, download the latest version manually and then install them? Regards, Glib Texas Instruments Deutschland GmbH, Haggertystr. 1, D-85356 Freising.

Re: [Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Sergio Campamá
Tell me if it works or not, so I can help you get it running... --- Sergio Campamá sergiocamp...@gmail.com On Jun 27, 2011, at 10:55 PM, Dovgych, Glib wrote: > Thanks! > > Hope it helps :) > > Best regards, > Glib > > > Texas Instruments Deutschland GmbH

Re: [Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Dovgych, Glib
Thanks! Hope it helps :) Best regards, Glib Texas Instruments Deutschland GmbH, Haggertystr. 1, D-85356 Freising. Amtsgericht München HRB 40960. Geschäftsführer: Dr. Wolfram Tietscher. Vorsitzender des Aufsichtsrates: Edgar Frank -Original Message- From: Sergio Campamá [mailto:sergi

Re: [Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Sergio Campamá
Yes, try reinstalling the latest binutils and gcc for your system, and when you don't get the error, follow the instructions from the top again Regards, --- Sergio Campamá sergiocamp...@gmail.com On Jun 27, 2011, at 10:47 PM, Dovgych, Glib wrote: > H

Re: [Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Dovgych, Glib
Hi Sergio, Here's what I got: msp430@msp430-Latitude-D610:~/temp$ gcc main.c /usr/local/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find crtbegin.o: No such file or directory /usr/local/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: cannot

Re: [Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Sergio Campamá
Hey Dovgych, You have a problem with your installed version of gcc. If you see lines 91, 92, and 93 of the config file, the linker process does not find the lib files. Try upgrading your system to newer versions of binutils and gcc... As a test, create a temp folder in your home mkdir

Re: [Mspgcc-users] MSPGCC Uniarch installation instructions

2011-06-27 Thread Dovgych, Glib
Hey Luca, Thanks for your answer! I studied the config.log more carefully and found that I missed gawk package. I've installed it but I still stuck on the same place - some problem with conftest.c. I've googled this but it didn't help much... A little hint would be great. Here's the output of log

Re: [Mspgcc-users] MSPGCC Uniarch installation instructions

2011-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dovgych, Glib scrisse: > Config.log is attached. > I'm using Ubuntu 10.10 but I'm a newby in Linux. Is it a problem with > my Ubuntu version or am I doing something wrong? Yes, your environment is missing some tools other than build-essential ones.

[Mspgcc-users] FW: MSPGCC Uniarch installation instructions

2011-06-27 Thread Dovgych, Glib
Hi all, I tried to follow the instructions in this guide, which are pretty much the same as in .patch files themselve, but still I did everything as it was written there. But on the step of running binutils ./configure I've got the same error as I got before, when I was trying to do the same fo