Tinyos won't compile for 'tinynode' target using the msp430 toolchain

Meanwhile, trying to compile Blink example for tinynode:
[takeda@takeda Blink]$ make tinynode
mkdir -p build/tinynode
compiling BlinkAppC to a tinynode binary
ncc -o build/tinynode/main.exe -Os -Os -mdisable-hwmul -mstrict-align -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=tinynode -fnesc-cfile=build/tinynode/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"takeda\" -DIDENT_HOSTNAME=\"takeda\" -DIDENT_USERHASH=0x3831b7f8L -DIDENT_TIMESTAMP=0x4e84bf69L -DIDENT_UIDHASH=0x4131c4c7L -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, components)' -fnesc-dumpfile=build/tinynode/wiring-check.xml BlinkAppC.nc -lm
nesc1: invocation of msp430-gcc to find builtin macros failed (error message output follows)
Using built-in specs.
Reading specs from /usr/lib/gcc/msp430/4.5.3/../../../../msp430/lib/msp430mcu.spec
COLLECT_GCC=msp430-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/msp430/4.5.3/lto-wrapper
Target: msp430
Configured with: /home/takeda/sfw/gcc-msp430/src/gcc-4.5.3/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --disable-libssp --disable-nls --target=msp430 --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-as=/usr/bin/msp430-as --with-ld=/usr/bin/msp430-ld --with-pkgversion=mspgcc_20110716
Thread model: single
gcc version 4.5.3 (mspgcc_20110716)
COLLECT_GCC_OPTIONS='-v' '-E' '-dM' '-mdisable-hwmul' '-mstrict-align' '-mmcu=msp430f1611' '-mcpu=430' '-mmpy=16' '-mivcnt=16' '-mcpu=430' '-mmpy=16' '-mivcnt=16'
/usr/libexec/gcc/msp430/4.5.3/cc1 -E -quiet -v -imultilib mmpy-16 -D__MSP430F1611__ /dev/null -mcpu=430 -mcpu=430 -mmpy=16 -mmpy=16 -mivcnt=16 -mivcnt=16 -mdisable-hwmul -mstrict-align -mmcu=msp430f1611 -mcpu=430 -mmpy=16 -mivcnt=16 -mcpu=430 -mmpy=16 -mivcnt=16 -dM
cc1: error: unrecognized command line option "-mstrict-align"
ignoring nonexistent directory "/usr/lib/gcc/msp430/4.5.3/../../../../msp430/sys-include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc/msp430/4.5.3/include
/usr/lib/gcc/msp430/4.5.3/include-fixed
/usr/lib/gcc/msp430/4.5.3/../../../../msp430/include
End of search list.
cc1: warning: -mdisable-hwmul deprecated, use -mmpy=none
nesc1: internal error: couldn't define builtin macros - exiting
make: *** [exe0] Error 1
[takeda@takeda Blink]$
Last edited by takeda (2011-09-29 19:00:51)

in file /opt/tinyos-2.1.1/support/make/tinynode.target i've done for the moment the following
# mod_by_takeda
PFLAGS += -mmpy=none
# PFLAGS += -mdisable-hwmul
# mod_by_takeda
# PFLAGS += -mstrict-align
and now a very simple project compiles. (like a helloword app).
I geuss i am gonna have problems later..

Similar Messages

  • My ipad air won't charge. I am using the correct cable supplied with it. I have restarted it and it still won't work.

    My iPad air won't charge. I am using the cable suppied. It shows the charging icon for a split second then says not charging. I have tried re starting and nothing changes.

    Z zoozx ,
    How could Microsoft come up in a forum about an Apple problem?  We have heard for years how superior Apple products are but we've never had as many headaches and problems with our Windows PCs over the years as we have with the Apple devices we now have.  My wife has the most recent iPad and my son has the most recent ipod Touch. Earlier problems notwithstanding, the iOS 7 upgrade was horrible and hard to imagine for a device where the company controls all of the hardware and the software with no variants.  As for Microsoft, I can say I have programmed on many various platforms from PolyForth to Unix to Windows and .NET.  I think what many Apple users don't understand about Windows is the sheer magnitude of variables in making the software and all upgrades work for such a myriad array of hardware platforms and usage scenarios across an enormous number of partners and small to large enterprises.  Anyone who has worked with a large integrated system can get a sense of this.  I work in healthcare and our HIS system is rated #1 in it's class (built on a derivitive of an old MIT OS) but due to it's vast integration capabilities and the variety of usage and setup variables from site to site, it requires daily dilligence in error reporting and resolution across all of it's applicaitons.  Microsoft Windows works and integrates with a massive number of other Microsoft client and server solutions that are used by the vast majority of enterprises in the world. It's no small feat to keep the Microsoft software stack in good working order.  Of course everyone is entitled to their opinion but I wish we could past this ABM mentality that pervades online forums. I'm not sure if you've noticed but the Apple forums are jam packed with folks like yourself and me having problems with Apple hardware or software so I'm not sure where we can say one is better than the other, even if you could carve out some realistic benchmarks from which we could compare them on an even playing field. 
    With all the said, and I apologize but feel that the Anti MS anecdotes belong left long in the past, but any ideas on how we can get the supplied power cables to charge the devices they came with? I don't believe I've ever encountered a problem at the power cable level like this in which 2 cables are not working on 2 different devices. I think it points to software problems but as someone else mentioned about display settings, I'm not sure how your display settings affect the charging of a device in a non display mode. Would that suggest the thunderbolt cables are not capable of delivering enough charge to keep up with idle power consumption? 

  • Search help for Web Dynpro using the SAP-search help

    Hi,
    I’m trying to create a generic search help for Web Dynpro using the SAP-search help. It should working so, that I construct a Web Dynpro-component, that gets the data of the search help from the SAP-system, interpreted it and creates the ui-elements and the needed context generic.
    The mapping between the Input field of the customerview and the right search help is to be made with an xml-file, which contains the information: name of the view, the input field, the search-help-name and the name of the field that will be returned.
    The xml-file is reading from a helper-class. That helper-class contains any information, witch need the search help-component as well as the customer-component.
    The initialization takes place in the method wdDoModify of the customer. The call of the search help from the customer should be implement with an Action, witch is bound to a Button(create dynamic in the helper-class behind the input field).
    In a second foot should be create a plugin for eclipse, witch insert the used files (search help component, helper class, …) in the project. In addition it should create the call in the customer generic.
    It would be great if someone can give me a feedback!

    Hi Mike,
    The BlanketAgreement.exe is a reference to the executable that will be created when you compile the solution you created in Part II - Part III. I think there is a mistake in the tutorial because it asks you to name the project 'Blanket' which means that by default the executable will be called Blanket.exe and not BlanketAgreement.exe. The tutorial also misses the step asking you to compile the Blanket project before you go on to create an installer. You should compile your Blanket project in Release mode before creating an installer. By compiling the project you'll get a Blanket.exe file in the bin folder of your Blanket project which you then need to add to the installer per the instructions.
    SAP do offer development courses in some areas and there is training material here on the SDN and on the SAP partner portal (and maybe the customer portal as well). Try searching this forum for 'training' or 'tutorial' and you should get a few links. There's also a development certification.
    Personally I'd recommend you give yourself a little project to work on and just get stuck in
    Kind Regards,
    Owen

  • My macbook won't start up i have used the option command p r while holding down power button but not done.. please help guys

    my macbook won't start up i have used the option command p r while holding down power button but not done.. please help guys

    It not polite to repost asking fro more help three minutes after initial post.
    Recovery mode is Command & R keys after depressing and releasing the Power button  for a normal startup.
    OS X: About OS X Recovery - Apple Support
    That only works for Lion and later.
    What exactly happens when your try to boot to Recovery?
    Try starting in Safe Mode resetting the SMC and NVRAM/PRAM
    OS X: What is Safe Boot, Safe Mode?
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    What model MacBook Pro and what OSX version was on the Mac?
    Have you tried booting from an OSX install DVD?
    When you try to start doe the Power light light?
    This is the Mac Pro desktop forum. I requested your post be moved to the MacBook Pro laptop forum.

  • I have multiple apple devices mainly used between me and my wife , my question is that can i have two sets of contacts backed up to icloud one for her devices and one for my devices using the same itunes account

    i have two sets of devices one ipad, iphone and mac which i use and one iphone ipad and mac which my wife uses
    now is it possible to have two sets of contacts and calendar synchronised for her devices and one for my devices using the same icloud account
    i dont want a separate itunes account as we use the same music books and apps to be automatically downloaded which is very convenient
    please guide

    You can set up different iCloud accounts on each device using different Apple IDs (to keep your mail, calendars, contacts, etc. separated), and still share the same iTunes account (in Settings>Store on your device).  There is no requirement that you use the same Apple ID for purchases and for iCloud.

  • Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab?

    Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab? When there was support for Google Toolbar, I was able to do this; now, whenever I want to search for something, I have to open a new tab to do it, and cut-and-paste my search into the search field in the new tab. I used to be able to highlight, drag, and drop something into the search field and have it automatically open in a new tab. This is enough for me to switch to Chrome . . .

    Set a preference to have searches from the Search Bar (upper right) automatically open all searches in a new tab
    #type '''about:config''' in the URL/Location/Address bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''browser.search.openintab'''
    #in the lower panel, double click the item (or right-click and choose "Toggle") to change the value to "true"
    #close the about:config tab and test
    #See:
    #*For help with opening/using about:config, also see: http://kb.mozillazine.org/About:config
    #*Also see: http://kb.mozillazine.org/About:config_entries (click on "Browser", scroll down to browser.search.openintab)
    '''Search Bar''': http://support.mozilla.com/en-US/kb/Search+bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    About Google toolbar............
    Google decided that they will no longer produce the Google Toolbar for Firefox 5 and newer version. It is best to move on to other alternatives than to try any "hacks" to the toolbar that may or may not perform in the future. Future versions of Google toolbar will only work with IE7-9. Google Toolbar is not available on any other browser, even Google's own browser.
    *http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html
    *https://support.mozilla.com/en-US/kb/google-toolbar-not-compatible-firefox?s=google+toolbar&r=0&as=s
    *http://www.google.com/support/toolbar/bin/answer.py?answer=1342452&topic=15356%29
    *Google Toolbar 8 FAQ (IE only): https://www.google.com/support/toolbar/bin/answer.py?hl=en&answer=1111588
    '''''To access your Google Bookmarks visit''''' www.google.com/bookmarks.
    Alternatives:
    *http://kb.mozillazine.org/Using_Google_Toolbar_features_without_toolbars
    *https://addons.mozilla.org/en-US/firefox/addon/googlebar-lite/
    *https://addons.mozilla.org/en-US/firefox/addon/gbookmarks-google-bookmarks-fo/

  • Is possible for me to use the wireless connection from my Macbook Pro

    Hi All, I just got my iPad 16GB WIFI and I would like to know if it is possible for me to use the wireless connection from my Macbook Pro. Basically I will be travelling quite a bit and my Macbook Pro has a Wireless 3G dongle. Is it possble to use this via the 'internet share' option so that the iPad can connect to the 3G wireless via the Macbook Pro?

    Yes. Just use internet sharing on your MacBook Pro.

  • I have an ipod touch 4 gen.Is it possible for me to use the internet with bluetooth?

    I have an apple ipod 4 gen.Is it possible for me to use the internet using bluetooth?helpp!!!

    Yes but only to tether to an iPhone.  The iPhone must have the optional tethering data plan.

  • In the new IOS 7, my IMessage and FaceTime won't let me log in using the correct Apple ID and password. How can I fix this?

    In the new IOS 7, my IMessage and FaceTime won't let me log in using the correct Apple ID and password. How can I fix this?

    Other users have reported same problem with 4G iPod/iOS 6.1.6 and I have not seen a solution. One user reported yesterday or the day before that it just started working again.

  • I just set an administrators name (my full name) and password for parental controls (using the one I always use) and now after restarting and trying to make changes to aprental controls it does not recognize my password

    I just set an administrators name (my full name) and password for parental controls (using the one I always use) and now after restarting and trying to make changes to aprental controls it does not recognize my password

    Hello, do you have another admin account to log into for a test?

  • Are there any new All-in-one printers for sale that use the CLI-221 cartridges?

    We have a MX870 Printer that needs to be replaced but new cartridges were just purchased from Canon.  Are there any new All-in-one printers for sale that use the CLI-221 cartridges?
    Thanks,
    Margaret

    The MX922 (known as the MX926 in Australia) is supported by 10.10 and Windows 7. Whatever site you were looking at may not have updated their details. Here is a link from the Canon Australia web site showing the drivers and applications for this model for 10.10.

  • Note 3 won't answer a call by using the "answer" voice command. Other voice commands work fine (ie 'volume up') and speech to text works fine. Tried it in the car and in a quiet room at home. What am I missing?

    Note 3 won't answer a call by using the "answer" voice command. Other voice commands work fine (ie 'volume up') and speech to text works fine. Tried it in the car and in a quiet room at home. What am I missing?

        Rodilator,
    We'll figure this out together! Can you please walk us through the exact steps you're taking to answer a call when it comes in?
    SarahO_VZW
    Follow us on Twitter @VZWSupport

  • Can't create new pdfs from powerpoint; either form within Adobe or within powerpoint.  I could do this yesterday and today it won't work for some reason.  The error says "an unexpected error occurred.  PDFMaker was unable to produce the Adobe PDF.  How do

    Can't create new pdfs from powerpoint; either form within Adobe or within powerpoint.  I could do this yesterday and today it won't work for some reason.  The error says "an unexpected error occurred.  PDFMaker was unable to produce the Adobe PDF.  How do I fix this?

    Is there a log file in the document folder indicating what the problem was. There are a number of reasons that PDF creation may fail. You can try to print to the Adobe PDF printer to see if there is any indication in that process. The processing is different, but the same problems may show up with both processes.

  • FOR YEARS IVE USED THE FIREFOX ADDON GOOGLEPCK WITH PCTOOLS NOW I CANT SEE ANY SIGN OF IT AND EVERYONE SEEMS TO NOT EVEN HAVE EVER HEARD OF IT. AS IF THE LAST 3 YEARS OF MY LIFE WERE A DREAM. WHATS THE DEAL?

    FOR YEARS IVE USED THE FIREFOX ADDON GOOGLEPACK WITH PCTOOLS/SPYWARE DOCTOR. NOW I CANT SEE ANY SIGN OF IT ON THE ADDONS LIST AND EVERYONE SEEMS TO NOT EVEN HAVE EVER HEARD OF IT INCLUDING THE ZOMBIES AT PCTOOLS SUPPORT CHATLINE. AS IF THE LAST 3 YEARS OF MY LIFE WERE A DREAM. WHATS THE DEAL?

    TO THIS:
    on support.mozilla.com:
    This could be what you are looking for -
    http://www.pctools.com/spyware-doctor/google_pack/
    Try Googling -'' google pack +pc tools +spyware doctor'' which is where you might reasonably have started.
    Nothing to do with Mozilla, though.
    '''the-edmeister''' has helped thousands of people here and on other forums. He deserves considerable respect and offers good advice on your behaviour.
    SINCE I CAN LOGIN TO MY ACCOUNT I OPED ANOTHER. JJBOY AND BOBPC = SAME.
    ALREADY EXPLAINED THESE SITES DO NOT HAVE IT YOUR LINKS ARE BOGUS. THAT MEANS THEY HAVE NO CURRENT VALUE. IT USED TO BE CORRECT BUT ISNT ANYMORE. THE LINKS ARE OUT-DATED. THERE IS NO LINK TO DOWNLOAD THE GOOGLE PACK FOR FIREFOX WITH FREE PC TOOLS ANYWHERE . THERE IS NO SEARCH ENGINE THAT DOESNT LEAD ON THE SAME JOURNEY TO THE END WHICH IS THAT THERES NO DOWNLOAD. END OF THAT STORY. IF THERE IS A REAL TRUEFULL PLACE WHERE A PERSON CAN DOWNLOAD AND OLDER VERSION THAT APEARS TO BE THE ONLY THING LEFT TO DO.

  • What for do we use the infotype 0041

    what for do we use the infotype 0041

    Hi,
    You can use the Report Designer for creating reports and displaying them on the web.
    You can refer to the below links for more information -
    http://help.sap.com/saphelp_nw70/helpdata/EN/c8/2d1442505d5033e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/8a95791b1f22a8e10000000a1553f6/frameset.htm
    Hope this helps!
    Regards,
    Saurabh

Maybe you are looking for

  • How do I create an archive system for a blog created with a custom app?

    I had to create a blog using a custom app, because I needed an image to show up in the list view (a feature I can't believe does not exist in the blog module). Anyways, I am wondering how can I create an archive system? Do I need to create categories

  • New cash journal for new profit center gives error of profit center

    Dear Friends I have configured a new Cash G/L for new profit center .But while posting throug T-code FBCJ the entry it gives following error . Field Profit Ctr is a required field for G/L account 1000 207001550 Message no. F5808 Diagnosis The value f

  • In designing selection screen

    hi in selectio screen , i have two parameters p_vbeln , p_audat. only one input i have to enter. if p_vbeln is entered p_audat must become greyed (should not allow input). if p_audat is entered p_vbeln should be greyed

  • Itunes not opening properly

    for the past 2 months whenever i open my iTunes it opens, however not properly. I am able to see all of my songs in my library but the actual menu does not appear. I have tried reinstalling itunes multiple times as well as reinstalling quicktime. I h

  • "Your photo library is damaged or unreadable and cannot be opened"

    "Your photo library is damaged or unreadable and cannot be opened. Please restore from a backup." THIS IS THE MESSAGE i just got!! i was importing photos off my digital camera. I  NEVER HAVE HAD A PROBLEM BEFORE? And i got this message.. as far as "b