I've pulled the current trunk and have compiled both "make telosb blip" and
"make epic blip" with out problems.

Did you try to compile again after switching to the current trunk?

send the entire compilation attempt so I can see everything.



On Wed, Dec 28, 2011 at 6:21 AM, <[email protected]> wrote:

> Dear Eric.
>
> Thanks for you answer.
>
> I've downloaded all the trunk from:
> http://tinyos-main.googlecode.com/svn/trunk/
>
> And in:
> http://tinyos-main.googlecode.com/svn/trunk/support/make/telosb.target
>
> Don't appears such line (OPTFLAGS += -O)
>
> Please would you tell me what I am doing bad?
>
> Thanks in advance.
>
> Regards,
>
> Alejandro.
>
> > yes there are errors in the settings controlling the optimization level.
> >
> > The PPPRoute program basically is very close to filling up the available
> > ROM in the 1611.
> >
> > What source code are you compiling?   Are you on the SVN development
> > trunk?
> >
> >
> > Regardless, I suspect you want to find the line in
> > support/make/telosb.target that looks like:
> >
> > OPTFLAGS += -O
> >
> > and comment it out.
> >
> >
> > That should then cause the compilation to us -Os optimization (which is
> > minimize space).
> >
> > When you run into compilation problems you should always include the
> > output
> > of the actual compilation steps.
> >
> > That will increase the likely hood that someone will pay more attention
> to
> > your problem.
> >
> >
> > Also in the future try the output of "make verbose telosb".
> >
> >
> > eric
> >
> >
> >
> >
> > On Mon, Dec 26, 2011 at 11:07 AM, <[email protected]> wrote:
> >
> >> Hello.
> >>
> >> I am following this tutorial for Blip 2.0:
> >>
> >> http://docs.tinyos.net/tinywiki/index.php/BLIP_2.0_Tutorial
> >>
> >> And when I  type this command:
> >>
> >> make telosb blip install bsl,/dev/ttyUSB1
> >>
> >> This error message appears:
> >>
> >>
> >> msp430-ld: region text is full (build/telosb/main.exe section .text)
> >> msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section
> >> .text
> >> [00004000 -> 000108e7]
> >> msp430-ld: build/telosb/main.exe: section .vectors lma 0xffe0 overlaps
> >> previous sections
> >> make: *** [exe0] Error 1
> >>
> >>
> >> I was downloaded the tinyos from: "svn checkout
> >> http://tinyos-main.googlecode.com/svn/trunk/"; many times trying to fix
> >> this problem, but it continued yet.
> >>
> >> Please someone could advice me what is the manner to compile it into the
> >> telosb mote (http://www.advanticsys.com/cm5000.html)
> >>
> >> Thanks in advance.
> >>
> >> Alejandro.
> >>
> >>
> >>
> >> _______________________________________________
> >> Tinyos-help mailing list
> >> [email protected]
> >>
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >>
> >
> >
> >
> > --
> > Eric B. Decker
> > Senior (over 50 :-) Researcher
> >
>
>
>


-- 
Eric B. Decker
Senior (over 50 :-) Researcher
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to