|
From: Peter B. <bi...@ac...> - 2011-09-26 20:21:15
|
FWIW, it's also out of date. mspgcc4 is no longer supported; it's been merged into mspgcc. Peter On Mon, Sep 26, 2011 at 3:08 PM, Mohammad Abdellatif <moh...@gm...> wrote: > try using this: > http://www.sics.se/contiki/wiki/index.php/Instant_Contiki_Install_Scripts > it includes how to install the toolchains in ubuntu > also this worked best with me: > http://symbrion.org/tiki-index.php?page=Installing+the+MSPGCC+Toolchain > > Mohammad Abdellatif > Phd student at Faculty of Engineering University of Porto (FEUP) > Researcher at Inesc Porto, UTM, WiN > http://win.inescporto.pt/mma > > > > On Mon, Sep 26, 2011 at 2:27 PM, Peter Bigot <bi...@ac...> wrote: >> >> Sorry, I can't help with mspgcc installation problems beyond referring >> you to the wiki. Those instructions and all material related to >> installation on specific platforms are maintained by other people. >> The best solution is usually to use an existing package; information >> on packaged versions is on the wiki. If you want to build from >> source, you can also ask for help on the mspgcc-users mailing list as >> described at the bottom of the wiki homepage. >> >> http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=MSPGCC_Wiki >> >> Peter >> >> On Mon, Sep 26, 2011 at 7:42 AM, Zhonghua <zho...@si...> wrote: >> > On 09/23/2011 04:47 PM, Peter Bigot wrote: >> >> The material on that page refers to the unsupported mspgcc3 toolchain. >> >> Please follow the links from >> >> >> >> http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=MSPGCC_Wiki >> >> >> >> Peter >> >> >> >> On Fri, Sep 23, 2011 at 9:29 AM, Zhonghua<zho...@si...> wrote: >> >>> Hi all, >> >>> When I want to make the hello-world as:make hello-world.upload >> >>> TARGET=sky, >> >>> there is an error said I have no mspgcc. So I have to install it >> >>> firstly. I >> >>> install this gcc as the wiki of Linux >> >>> >> >>> install(http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Linux_installation). >> >>> The following commands were used: >> >>> sudo mkdir -p /opt/mspgcc >> >>> sudo chown $USER.$USER /opt/mspgcc >> >>> sudo mkdir -p /opt/mspgcc/sf >> >>> cd /opt/mspgcc/sf >> >>> cvs >> >>> -d:pserver:ano...@ms...:/cvsroot/mspgcc >> >>> login >> >>> sudo cvs -z3 >> >>> -d:pserver:ano...@ms...:/cvsroot/mspgcc co -P >> >>> . >> >>> cd packaging >> >>> sudo make folders >> >>> >> >>> At the step of 'make folders' there is an error said: >> >>> >> >>> mkdir -p /build >> >>> mkdir -p >> >>> mkdir: missing operand >> >>> Try `mkdir --help' for more information. >> >>> make: *** [folders] Error 1 >> >>> Who knows what is this error and how do banish it? >> >>> Thanks! >> >>> >> >>> Zhonghua >> >>> >> >>> >> >>> >> >>> >> >>> >> >>> >> >>> ------------------------------------------------------------------------------ >> >>> All of the data generated in your IT infrastructure is seriously >> >>> valuable. >> >>> Why? It contains a definitive record of application performance, >> >>> security >> >>> threats, fraudulent activity, and more. Splunk takes this data and >> >>> makes >> >>> sense of it. IT sense. And common sense. >> >>> http://p.sf.net/sfu/splunk-d2dcopy2 >> >>> _______________________________________________ >> >>> Contiki-developers mailing list >> >>> Con...@li... >> >>> https://lists.sourceforge.net/lists/listinfo/contiki-developers >> >>> >> >>> >> >> >> >> ------------------------------------------------------------------------------ >> >> All of the data generated in your IT infrastructure is seriously >> >> valuable. >> >> Why? It contains a definitive record of application performance, >> >> security >> >> threats, fraudulent activity, and more. Splunk takes this data and >> >> makes >> >> sense of it. IT sense. And common sense. >> >> http://p.sf.net/sfu/splunk-d2dcopy2 >> >> _______________________________________________ >> >> Contiki-developers mailing list >> >> Con...@li... >> >> https://lists.sourceforge.net/lists/listinfo/contiki-developers >> > Hi Peter, >> > I got into the wiki site you provided and tried to install the mspgcc as >> > it guides. All things are good except for to the step of install >> > 'binutils'. When I enter into the director of >> > 'binutils-2.21.1-msp430',then do configure and make, these two steps >> > look also no problem but at the next step 'sudo make install' I >> > encounter an error says: >> > make: stat: ../binutils-2.21.1/Makefile.in: Permission denied >> > cd ../binutils-2.21.1 && autogen Makefile.def >> > /bin/sh: line 0: cd: ../binutils-2.21.1: Permission denied >> > make: *** [../binutils-2.21.1/Makefile.in] Error 1 >> > If I just use 'make install', the install process will proceed but after >> > a while there are also two errors. >> > I tried two times, even deleted all the existed subdirectories and files >> > in the root directory of 'msp430-build', but the result was identical. >> > Do you have any suggestions? Thanks! >> > >> > Br, >> > Zhonghua >> > >> > >> > ------------------------------------------------------------------------------ >> > All the data continuously generated in your IT infrastructure contains a >> > definitive record of customers, application performance, security >> > threats, fraudulent activity and more. Splunk takes this data and makes >> > sense of it. Business sense. IT sense. Common sense. >> > http://p.sf.net/sfu/splunk-d2dcopy1 >> > _______________________________________________ >> > Contiki-developers mailing list >> > Con...@li... >> > https://lists.sourceforge.net/lists/listinfo/contiki-developers >> > >> >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2dcopy1 >> _______________________________________________ >> Contiki-developers mailing list >> Con...@li... >> https://lists.sourceforge.net/lists/listinfo/contiki-developers > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Contiki-developers mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/contiki-developers > > |