|
From: Benjamin B. <had...@go...> - 2011-09-23 14:52:06
|
I think this Tutorial is a little bit old. I think mspgcc are not using cvs anymore. I used this one: https://github.com/sergiocampama/Launchpad/blob/master/README.md . But there is some steps missing, because you need to install some LTS Patches from msp-gcc found here: http://sourceforge.net/projects/mspgcc/files/Patches/LTS/ Before compiling patch with this one, in same manner as the major patches (you only have to change the suffix and can use the same commands to patch). Am 23.09.2011 16:29, schrieb Zhonghua: > 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 |