Changing the compiler in the SDK when building a BSP for a Zynq

Hi,
I have a zedboard and I need to get software running in a bare bones AMP situation using the IAR compiler. There is an eclipse plugin that I've manged to add to the SDK and I can get non BSP apps to use the IAR compiler, but not build/link as the BSP wont build with IAR.
Looking through the SDK files I can see that there are some files to support the IAR compiler (C:\Xilinx\SDK\2015.2\data\embeddedsw\lib\bsp\standalone_v5_1\src\cortexa9\iccarm) however I can't figure out how to point the BSP at these files instead of the GCC ones.
I feel like there's something simple I'm missing, like there should be an option in the BSP generation process or something.
Has anyone else tried to go this?
This was from a custom hardware design exported from Vivado 2015.2.
Thanks

Thanks, these helped a lot.
I had to add the complier directory to my PATH variable.
I found that I couldn't use the GUI to change the compiler flags and it kept passing -O2 -c to the compiler, neither of which are valid for IAR. So I had to manually edit the make file, this causes a problem if I try and re-open the options via the GUI and re-generating the sources deletes my change, but it does work.
A couple of the other make files needed modifiying as well, XCoresightPs - needed to specify the cpu (IAR option --cpu= Cortex-A9) and the XGpio make file just needed a complete re-write no idea what was going on there, I copied a working one and changed the names.
Also, for any other IAR users out there; --diag_suppress=Pa050 is a must, (removes warning about non native line endings)

Similar Messages

  • An error occurred during the compilation of the requested file, or one of its dependencies.

    An error occurred during the compilation of the requested file, or one of its dependencies. The type or namespace name 'Directory Services' does not exist in the namespace 'System' (are you missing an assembly reference?) 

    Hello,
    What you are trying to achieve and where you are getting this error?
    If you facing issue with namespace then refer this link:
    http://stackoverflow.com/questions/265096/system-directoryservices-is-not-recognised-in-the-namespace-system
    http://stackoverflow.com/questions/10691001/the-type-or-namespace-name-directoryservices-does-not-exist-in-the-namespace
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Published to folder iWeb site always using Times New Roman for every piece of text in published site and not showing the original text style used when building the site in iWeb.

    Dear All
    Hello from rainy, windy and cold North East England! I need to ask for your help as I'm new to iMac and new to iWeb and it's frustrating the life out of me!
    I'm just beginning to build a website for my business. Previously, I used Frontpage, but it's been that long since I used it - I've forgotten half of it and so, I'm using iWeb instead as it's silly to use an iMac for business but a PC laptop for the website design.
    I've got the background image I want on the homepage (beautiful image of a rain forest - even if I do say so myself!) and I'm trying to enter a text box at the lower half of the screen, in the centre of the page saying 'click to enter'. I type in the text, I edit it so as to change it to the font style of my company (Gill sans MT) and then I publish the site to a folder so that I can see what it would look like when viewed via the internet. When I do this - the font changes size to a bog standard size of 'so small you need a magnifying glass to read it', it changes colour from black to purple (which looks disgusting) and it changes font style from Gill Sans MT to Times New Roman.
    It doesn't matter if I delete the entire site and start again or delete the text box, and insert a new one. I've googled this subject until I'm blue in the face and I can't find an answer - can anyone suggest anything that will help?
    Many thanks for your help,
    Best wishes,
    Sean.

    Try the following:
    delete the iWeb preference files, com.apple.iWeb.plist and com.apple.iWeb.plist.lockfile, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    Click to view full size
    launch iWeb and try again.
    NOTE: If you don't use  Web Safe Fonts any computer that does not have that font installed  will substitute another font for it and change the look and feel of the web page.
    So it's safest to use one of those web safe fonts.
    OT

  • Getting the message "Error generating preview" when building the installer.

    I'm getting this error when attempting to expand the application in the installer.  However, I am able to preview the built application without errors.  Please see the attached screen shots.  I have built this application several times before without incident.  I made some modifications to the application and now I'm getting this error.  What does it mean?  I'm using Win XP and LV8.5.
    Dave
    Attachments:
    App Builder Error.pdf ‏55 KB

    If I understand this correctly, you are able to build the executable--it's just that you are not able to see the preview in the Application Builder. Is that right?
    I searched some of our internal documentation. I found a record of a customer who also experienced the "unable to generate preview" error when upgrading to a new version. He was able to solve it by making sure that all of the VIs ini the build were saved in the current version of LabVIEW. This may be helpful for you.
    Also, I would like to recommend that you create a new forum thread rather than posting on a very old thread like this one. You will generate more discussion from the other ni.com users. It also helps our R&D department to automatically keep track of how often these issues are reported.
    Jeremy P.
    Applications Engineer
    National Instruments

  • Why is the outcome of the envelope detection vi different when run within a for loop

    Given that signal 1 and signal 2 are identical what could cause  the outputs at appended array and appended array 2 to be different. The output at appended array 2 comes out incorrectly. Given only one band specification the subvi works in the loop. With more than 1 band specification the output from the loop is not correct.

    Jeff·Þ·Bohrer wrote:
    From where I seen simmilar issues: (And these get to be head scratchers)
    Appended Array 1 is the output of two seperate dataspaces (prealocated clones)
    Appended array 2 is two output from the same dataspace called twice.
    I bet dollars to doughtnuts there is an IIR filter in that vi that assumes (correctly, because we know nothing about the signal) a zero magnitude initial value (which is almost never the actual case) and has a reset implied. this introduces an initial transient in the filtered signal that is different in the two loop iterations since the filter has been "Pre-settled" in the second iteration.
    [I has a nightmare of a time finding that when using the Mod Toolkit to generate bursts of pi/4-QPSK until I took I/Q to polar and saw the transient on Rho  - the work around was to just generate the burst twice once, to settle the filter and once to get a useful signal throwing out the first burst]
    Wow, that hurt my brain.  But I do understand what you were talking about.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Icon path restricted error when building release version for ipad3

    Hi,
    i get the following error when building the release build ipa file for ipad 3: "The path icon.png is restricted. If you were trying to package Icon.png you should correct the case."  In debug mode everything works. My icon is under assets folder and added in the app-xml with:
    <icon>
    <image72x72>assets/icon_72.png</image72x72>
    </icon>
    Did I missed something in configuration? Seems to be that the problem is known but cant find a solution for it. If i try to packegae per command line despite the fact building works I could not install the app. When I change the icon tag to use no icon everything works fine. Any ideas?
    Greetz and thanks in advance!

    I solved it. When you export the release build you can choose package contents to be compiled in the ipa. When I tried to add an icon at first I named it icon.png, which seems to be a reserved name. The configuration to include this icon.png was still saved though i deleted it. Wired... After unchecking the ceckbox for icon.png not to be compiled in the ipa, the release build was build.

  • Error message when building an application for Labview PDA

    When using LabView PDA module to build an application for a PDA target, I receive the following message: "Error building executable. Unable to create file". Why is this happening?
    When looking at the error log, it reads "The system cannot find the file specified."
    This happens even when looking at one of the Labview PDA example VI's, so it is not a result of the VI containing functions of features not supported by Labview PDA.
    When installing Labview PDA, I installed files as follows, and in this order:
    (i) Labview 7.1 (installed previously)
    (ii) Microsoft eMbedded Visual C++ 4.0
    (iii) Microsoft eMbedded Visual C++ 4.0 SP 3.0
    (iv) Microsoft SDK for Windows Mobile 2003-based Pocket PCs
    (v) Microsoft ActiveSync 3.8
    (vi) NI Labview 7.1 PDA module for PocketPC
    (vii) DAQmx Base 1.0 for PDA or later
    Any ideas?

    Did you attempt to add the _wordsub.llb and _excelsub.llb files to the application as support files?  I believe in LabVIEW 8.0 instead of adding the entire LLBs you should just add the _Word Dynamic VIs.vi and _Excel Dynamic VIs.vi as dynamic VIs.  I think I've seen a similar post on the discussion forums in the past that recommended this.
    If this suggestion doesn't help, please reply, and attach a simple VI and .lvproj file demonstrating the problem so I can investigate further.
    Good luck,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • What jars are necessary when building an Executable for JAXB??

    I'm using JWSDP-1.2. I get the following error when I try to run my executable: DefaultValidationEventHandler: [FATAL_ERROR] Document root element is missing. I was curious which jars are necessary when making an executable for JAXB. So far I have: 1)dom.jar, 2) jaxb-api.jar, 3) jaxb-impl.jar, 4)jaxb-libs.jar, 5)jaxb-xjc.jar, 6)jax-qname.jar, 7)namespace.jar, 8)relaxngDatatype.jar, 9)sax.jar, 10)xalan.jar, 11)xercesImpl.jar, 12)xsdlib.jar . Are there any jars I'm missing? I thought I might be getting the error due to a missing class. I've made sure that the XML document is readable and that it exists. The application runs fine in Eclipse, but when I make an executable I get the ERROR message.

    I'll have to read up on the doctype stuff, but I don't have anything like that included. Is it necessary? I read from the same XML document when I run inside Eclipse and also read the same document when I run the jar.
    Below is the XML document I use and below the XML code is the code I use for my schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <Information>
      <Employee number="1" TabPn="true">
        <FName>Jack</FName>
        <LName>Perry</LName>
        <Status>Part Time</Status>
        <Title>Software Developer</title>
        <DaysEmployed>
          <WorkDay>Monday</WorkDay>
        </DaysEmployed>
      </Employee>
      <Employee number="2" TabPn="true">
        <FName>Bob</FName>
        <LName>Smith</LName>
        <Status>Full Time</Status>
        <Title>Janitor</title>
        <DaysEmployed>
          <WorkDay>Monday</WorkDay>
          <WorkDay>Tuesday</WorkDay>
          <WorkDay>Wednesday</WorkDay>
          <WorkDay>Thursday</WorkDay>
          <WorkDay>Friday</WorkDay>
        </DaysEmployed>
      </Employee>
      <Employee number="3" TabPn="true">
        <FName>Fred</FName>
        <LName>Williams</LName>
        <Status>Full Time</Status>
        <Title>Sales</title>
        <DaysEmployed>
          <WorkDay>Thursday</WorkDay>
          <WorkDay>Friday</WorkDay>
        </DaysEmployed>
      </Employee>
    </Information>------------------------------------------------------------------------------------------------------------------------------------------------
    Schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <!--definition of simple elements-->
    <xs:element name="FName" type="xs:string"/>
    <xs:element name="LName" type="xs:string"/>
    <xs:element name="Status" type="xs:string"/>
    <xs:element name="Title" type="xs:string"/>
    <xs:element name="WorkDay" type="xs:string"/>
    <!--definition of attributes-->
    <xs:attribute name="number" type="xs:positiveInteger"/>
    <xs:attribute name="TabPn" type="xs:boolean"/>
    <!--definition of complex elements-->
    <xs:element name="DaysEmployed">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="WorkDay" maxOccurs="7"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Employee" >
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="FName"/>
          <xs:element ref="LName"/>
          <xs:element ref="Status"/>
          <xs:element ref="Title"/>
          <xs:element ref="DaysEmployed"/>
        </xs:sequence>
        <xs:attribute ref="TabPn" use="required"/>
        <xs:attribute ref="number" use="required"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="Information">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="Employee" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    </xs:schema>

  • 100-pin Connector Required when Building Custom Cable for PCI-6031E

    Four 100-pin connectors are required to make custom cables to connect the PCI-6031E. Where can I get this connector?

    Hi Tom,
    Thanks for your reply.  The ringing (noise if you like, but it is definetly being coupled to the output signal from the source) is occuring during both the logic low and logic high periods of the output.  I agree, this is still within the TTL noise margins, but is staying within the margins the only important thing? - e.g. what happens multiple devices are clocked using the same output pulse - the pulse shape is degraded slightly due to cabling and input capacitance etc, and now, because of the additional ringing, the logic thresholds are being crossed when they shouldn't be.  If you consider that the source signal is 5Vpp and the induced ringing is 0.4Vpp then the rejection ratio would be 20*log10(0.4/5) = -22dB, not very good.  The situation is not as bad when one of the internal timebases is used as the source but this particular application requires an external one.  So, I'm looking for ways to reduce the ringing if you're aware of any.  One possibility might be to reduce the cable length - I'm using the 2m cable so maybe you could try the 1m cable for me and see if things improve.
    Jeff

  • What are the best specs when building a PC for video & where to buy in US?

    Our current video machine has died - a problem we have constantly battled over the years with our video machines, primarily from the heat generated in the system. These have been spacious, well spec'd out desktops, so while I'm budget concious I thought I'd reach out for advice before going ahead. The biggest problems occur when  rendering video, esp. larger files.
    Also, I'm visiting the US for a few weeks, so that opens up some new possibilities (it's common to see much better pricing for systems in Canada than the US.)
    So my questions are two-fold.
    1) What would you recommend for buying a PC video machine today, while still on a budget? I would normally look for a higher end i7 processor, 16 Gb DDR3 ram, dedicated video card, ASUS motherboard with raid 0/5 and a couple of decent sized harddrives (not striped... had terrible experiences with my striped drives in the past). In particular, what would you recommend on the video card front for the best value/performance while not creating issues with heat (this is where I've had problems with a number of machines in the past)? In terms of harddrive management, are there some better options now for handling real time editing and rendering? (I would like to connect the 2 harddrives from the machine that has failed to the new machine.)
    2) I'm in Ft. Myers, FL for the next couple of weeks... what are some good options for either having a machine built or getting the parts to build myself? (I don't need an OS, but will install Win 7 Pro myself.) Normally I'd look to TigerDirect or CanadaComputers for a new system.
    My main use for the machine will be Premiere/After Effects, with some Photoshop/Illustrator.
    Any other advice/input on how to optimize the machine so that I don't have HDD issues and other isssues from overheating would be appreciated. Please keep in mind, I'm on a budget (which means I'd ideally like to spend between $800-$1300). :-)
    Thanks!
    Julie

    Build a Desktop Video Editing PC
    -3 price level ideas in http://www.pacifier.com/~jtsmith/ADOBE.HTM
    -what PC to build http://forums.adobe.com/thread/947698
    -2 how to build videos http://forums.adobe.com/thread/1104182
    -another video http://forums.adobe.com/thread/1145366
    -planning & Building http://ppbm7.com/index.php/intro-part-1
    -memory for LGA2011 http://forums.adobe.com/thread/1098759
    -an Adobe FAQ http://forums.adobe.com/thread/878520
    -http://www.shawnlam.ca/2012/premiere-pro-cs6-video-editing-computer-build/
    -http://www.videoguys.com/Guide/E/Videoguys+DIY9+Its+Time+for+Sandy+Bridge+E/0xe9b142f408a2 b03ab88144a434e88de7.aspx
    -several more links http://forums.adobe.com/thread/815798
    -build tuning http://ppbm7.com/index.php/final-results

  • What does the "styles" parameter pertain to when building a resource module?

    There are a number of things I'd like to get into a single resource module.  CSS is one of them.
    Does the 'styles' parameter refer to CSS styles, and if so, how do I add them to the module and access them at runtime?

    Dear Vijayudu1,
    First things first.
    1. Failovers are NOT errors. They are just showing that if particular url set for the RSL(Runtime Shared Libraries) as mentioned in flex-config.xml, is not found then they had used a backup url to get connected.
    Have a reference from : http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf674ba-7fff.html
    2. Try using: -locale en_US -source-path=locale/{locale} -keep-all-type-selectors=true ,and other paramaters for compiling resource bundles. Hope you may resolve your errors.

  • How to correct the error message that appears when installing photoshop CS5 for the third time

    I need help so solve the error message that appears on my computer when I try to register the program for the third time. Please helpppppp!

    If you're referring to the activations warning, simply call support to reset them.
    Mylenium

  • Where on your site can I find out the history of Firefox versions, when they became available for upgrade/upload?

    A custom application within our company used to work using Firefox however in July we were alerted that the application was not working properly when combined with Firefox. I would like to know when you updated your versions of Firefox starting with June of this year so I can advise the users of my program that it works with version "X" but not the others.

    Try:
    *http://en.wikipedia.org/wiki/History_of_Mozilla_Firefox
    *http://www.mozilla.com/en-US/firefox/releases/

  • Where is the security feature (closed lock) when I sign on for internet banking?

    I upgraded to firefox4.0.1 and now I can't tell if my internet banking is safe. I don't see the closed "lock" when I'm about to sign on.

    The lock symbol has been removed in Firefox 4 and replaced with the [[Site Identity Button]]
    Install this add-on to get it back: https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/

  • Getting the time and date of when tracks are playing for an honours project

    Hi people.
    I am in 4th year at Glasgow Caledonian University studying Audio Technology. I am doing an honours project on the classification of contemporary music and what I am looking to do is retrieve information on exactly when tracks are played (time and date) on an iphone using itunes.
    I know that last fm time stamps each time a track is played and running this through itunes is an option. Does anyone know of a way to get this information from itunes? I have even tried phoning apple but they say possibly only a third party app which I have had no luck finding.
    Thanks for reading.
    Gerry Gregory

    If I understand you correctly and you want to get this information from tracks being played on an iPhone, one of these might work for you:
    http://itunes.apple.com/app/iscrob/id381910892?mt=8
    http://itunes.apple.com/us/app/iscrobble-premium/id328295497?mt=8#
    Regards.

Maybe you are looking for