SDSoC development environment for Zynq SoCs and MPSoCs now available

Xilinx has announced the public access release of the SDSoC development environment for Zynq SoCs and MPSoCs. The SDSoC development environment provides a familiar embedded C/C++ application development experience including an easy to use Eclipse IDE and a comprehensive design environment for heterogeneous processing designs based on the Zynq SoC and MPSoC device families.

Sorry about the delay in responding. There isn't a document that spells out the bug fixes right now.
Briefly, the main fixes in 2.0.1 are around:
-Errors related to workspaces having spaces in the path
-Can't stop a server when there's a space in the domain path
-Difficult to create a server against a domain other than the default
-EPL syntax highlighting didn't work in some valid config files.
And a handful of smaller UI oriented fixes.

Similar Messages

  • Hardware Development Kits for Windows 10 Technical Preview now available!

    Install the latest tools to build, test, and deploy drivers; test and measure your hardware running Windows; and customize, assess, and deploy Windows 10 on your hardware.
     These tools are now available for Windows 10 Technical Preview:
    Visual Studio 2015 CTP 6
    Visual Studio Tools for Windows 10 Technical Preview
    Windows SDK for Windows 10 Technical Preview
    Windows Driver kit (WDK) 10 Technical Preview
    Windows Hardware Lab Kit (HLK) Technical Preview
    Windows Assessment and Deployment kit (ADK) Technical Preview
    Become a
    Windows Insider to get the latest Windows 10 technical preview and the latest hardware development kits and tools.
    Get
    the WDK samples from GitHub
    Check out the
    Windows Driver Framework source code. It’s now open source and available on GitHub!
    Known issues
    Be aware of these known issues (as of 3/23) in this release:
    Windows SDK
    After you install the Windows SDK, Windows 10 apps might not build successfully with
    Visual Studio 2015 Community Technology Preview (CTP) 6 due to a of a metadata problem. Although you should not install the Windows SDK if you are doing app development, you can use the following workaround to build an app
    successfully:
    Exit Visual Studio.
    Open a command prompt as administrator.
    Run the \Program Files (x86)\Windows Kits\10\bin\x86\GenerateUnionWinMD.cmd script. 
    Windows ADK
    When installing to Windows 7 PCs, run ADKSetup.exe in administrator mode.
    WDK
    Currently, WDM templates do not build
    Driver deployment to target PCs won’t work if the
    Display name used in the Device Configuration dialog is different than the
    Network host name. In this release, verify that these names are the same.
    Target creation of mobile devices causes Visual Studio to become non-responsive.

    Hello ,
    May I know ,where is the HLK download link
    Is it likely HLKSetup.exe ??thanks
    Windows Hardware Lab Kit (HLK) Technical Preview

  • Development environment for SharePoint 2013

    Hi,
    We have requirement for one of the project. Team size would be approximately 30 resources. Development would be entirely for SharePoint 2013 Intranet solution. this will be OOTB Intranet application. We will be developing InfoPath forms and Nintex Workflows.
    For such requirement we would like to setup local development environment by using either Virtual Machines.
    Can anyone help me to identify that how many VM's would be required for the same? How many simultaneous users can use and work at a time? What other things I need to consider for infrastructure? How can i suggest the best possible solution for this.
    Thanks in advance.
    Abhijeet Khopade

    Hi,
    According to your description, my understanding is that you want to set up the environment for SharePoint Development.
    Here is a detailed article about configuring development environment:
    Setting up a SharePoint 2013 Development Environment
    For VM count, it depends on your project development requirements, for VM license and management ,if you are using Hyper-V, I suggest you can create posts in Hyper-V forum:
    Hyper-V forum
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Development environment for 10g R2

    Guys,
    I need to setup a development environment for oracle 10g r2 forms development. I am a new to oracle and due to downsizing we lost our DBAs so I am on my own and need your huge support.........
    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *
    Secondly, I heard various stuff about development environment and would like your input as well:
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server where oracle is installed? *
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *
    Please help me to resolve my confusion so I can present the development environment to my management.....
    Thank you soo much...
    -Raj
    Edited by: user12236377 on Jan 28, 2010 10:55 AM

    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *If you want to go with Forms 10G, i would apply the latest patch set (i think its 10.1.2.3, but would suggest to consult Metalink for that)
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server >where oracle is installed? *Yes, you can develop "locally" on your PC using only OC4J, but for integrationtests it might be useful to have an "test"-OAS (Oracle Application server 10.1.2)
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *For running 10G forms in production you will need an OAS (Oracle Application server 10.1.2), not a WebLogic-server.
    As an alternative to 10G, you could also start directly using Forms11G, which is the latest release. In this case you need a WebLogic-Server 11-installation both for development as also for production.

  • Development Environment for Server APIs in Webcenter Interaction 10.3

    Hi, I installed “Oracle Web Center Interaction 10.3" on standard environment mentioned by oracle (Window 2003 server, IIS6.0, SQL Server 2005). Everything works fine concerning the portal and services.
    I also have visual studio 2005 on the same machine and trying to setup a development environment where I can user server APIs (I start with creating IPTSession).
    I am using follwong code to start with:
    /String serverConfigDir = ConfigPathResolver.GetOpenConfigPath();
    IOKContext configContext = OKConfigFactory.createInstance(serverConfigDir, "portal");
    PortalObjectsFactory.Init(configContext);
    IPTSession ptSession = PortalObjectsFactory.CreateSession();
    Problem: code compiles if I add few dlls, but it do not run, it throws following error
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    I think either server APIs are not more supported in 10.3 or I do not know how to setup the development environment for server APIs.
    Can anyone help??

    i have already tried putting hardcoded path but it didn't help, morover the previous line gives me correct path.
    I issue i mentioned seems to be related with some setting or missing native dlls
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    i got follwing extract from the wsserver-wrapper.log file
    INFO | jvm 1 | 2009/02/20 12:26:17 | 2-20-2009     12:26:17.606     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\ptws\10.3.0\bin\..\..\..\common/../settings
    INFO | jvm 1 | 2009/02/20 12:26:18 | 2-20-2009     12:26:18.325     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
    INFO | jvm 1 | 2009/02/20 12:26:18 | container config context:EAS:wsserver
    i didn't modified anything in any config file, just configured everything on one machine with oracle configuration manager

  • Rising development environment for developers on Forms 11g

    We installed Weblogic and oracle forms 11g on windows server. now we should allow our application team to develop and compile forms.
    Oracle support claims that we should install on every PC Weblogic in order to make possible forms builder 11g installation.
    We are looking for another possibility , because the proccess seams to be very complicated and waisted.
    Does anyone know how to rise development environment for developers in Forms 11g?
    Thank you.

    At this time, you are required to install Oracle WebLogic Server (WLS) in conjuction with Oracle Fusion Middleware (FMw) 11g (Forms/Reports). I agree that the process is more difficult that it should be, but if you use the My Oracle Support document, *"How to Install Fusion Middleware 11g Forms and Reports Only [ID 854117.1]"* as a guide, the installation is much easier. Note:  You do need an account with My Oracle Support in order to access this document.
    Also, because so many have complained about how "Heavy" the installation is for Forms 11g, Oracle is working on a "Lighter" install. Take a look at Grant Ronald's reply in the thread, Re: Forms/Reports 11g Builder without WebLogic. Unfortunately, there is no time table published when FMw 11g Release 2 will be available, but it is nice that Oracle has listened to our complaints and is working to address this issue.
    Craig...

  • Development Environment for G6

    I am having problems creating a development environment for G6.
    When I was using Plumtree 5.0, I installed a copy of the Portal on my laptop, installed the MSDE version of SQL Server, and everything worked fine.
    Now, when I install G6, the Portal server fails on startup because it cannot connect to the database.  I have no idea how to troubleshoot this further, since I can connect to the same database using Query Analyzer.  The config tool test db connection feature gives me the same error as the portal server startup.
    I noticed that 6.0 is only qualified for Windows 2003.  Could this be the problem?
    Thanks,
    Tim Halbach

    MSDE isn't supported for G6 (nor was it ever supported, although it just happened to work).  There were a lot of core engine changes, so the database access is no longer compatible with MSDE.
    The workaround is to use SQL Server Personal Edition (also free).  You're limited to 5 concurrent connections, but it works fine.

  • I have paid for itunes match and have now lost all my music of my iphone except what I paid for from itunes, 964 songs gone not at all happy.  Can anyone help

    I have paid for itunes match and have now lost all my music off my iphone except what I paid for from itunes, 964 songs gone into the cloud. Can anyone help please?

    Enabling iTunes Match does not delete music from your computer. Why do you think it is now not in the iTunes library if it was before? If all of your music was in the iTunes library then it is also now in the cloud if iTunes has completed it's scan and all the music meets the match requirements. Enable the iCloud Status column in the iTunes browser by switching to Song view and pulling down View > View Options. Select iCloud Status then close the small window. Sort on the new column. Your music should be listed as "purchased," "matched" and "uploaded." Some tracks may be "ineligible." Post back and let us know.

  • I would like to cancel all itune charges on my credit card there is one for 4.99 and .99 now I see another one for 7.95 as of March 16 Please cancel all of them. I didn't charge them.

    I would like to cancel all itune charges on my credit card there is one for 4.99 and .99 now I see another one for 7.95 as of March 16 Please cancel all of them. I didn't charge them.

    Do what Roger says above.
    Do you have 'in-app' purchases enabled on an iPhone/iPad or other device that kids or other family members use ?  That could be the issue.
    If not change your iTunes Store password to try to prevent whatever is doing this making further charges.
    Also if you can't find the cause, talk to your cc company.

  • HT4906 Have already purchased upgrade for iphoto for one mac and am now being asked to pay for it again for second app.  Is this right?

    have already purchased upgrade for iPhoto for my iMac and am now trying to upgrade my macbook pro and am being asked to pay again.

    If you log in under the same Apple ID and look under purchases you can update the other computer too
    LN

  • I have forgotten my passcode for my iphone and its now saying "iPhone is disabled connect to itunes" but i need to get in the phone to do anything first but i cant !!! please help me i will be so greatful

    i have forgotten my passcode for my iphone and its now saying "iPhone is disabled connect to itunes" but i need to get in the phone to do anything on itunes !!! please help me i will be so greatful

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    Forgotten Restrictions Passcode Help
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    Also, see iTunes- Restoring iOS software.

  • ANN: MEI Portico Version 2.0 for Adobe Digital Publishing Suite Now Available

    Jenkintown, PA (November 28, 2012) — Managing Editor Inc. (MEI) today announced MEI Portico™ version 2.0, the latest in the premier Adobe® development partner's lineup of solutions for publishers. The new version of MEI's custom storefront software for tablets was built to empower Adobe Digital Publishing Suite™ customers and is now available for purchase.
    MEI Portico lets publishers create custom branded UIs for their mobile and tablet apps on Apple, Google Android, and Amazon Kindle Fire platforms. Custom storefronts enable multiple gateways for showcasing user-targeted tablet content within the app. App administrators can enable search capabilities and organize their DPS folios as they see fit, so that navigation is easy and readers can effortlessly find the issues they want or are entitled to. Portico allows publishers to override in-app purchases for authenticated subscribers, and enables restricted distribution capabilities for corporate and educational institutions using Adobe DPS as part of their digital communications strategy.                       
    MEI Portico 2.0 introduces custom canvases to the original Portico toolbox. Rather than having to rely on templates for their storefront’s landing view, designers can now create their own HTML designs to incorporate into an MEI Portico-driven interface. Using web design skills, designers have full control over every aspect of their app’s look and feel — from storefront layout to images, login pages to RSS or social media feeds, subscriber views to featured folios. And because administrators can launch canvases at a moment’s notice, implementing new features into your app can be completed without a time consuming app update.
    "Custom canvases mean that DPS apps can take advantage of Portico’s robust feature set without compromising their brand’s look and feel," said Brett Kizner, MEI's director of new product marketing. "Portico 2.0 has delivered greater flexibility with the ability for our customers to design their own app experience on their app landing page."
    To see a sample of MEI Portico 2.0 in action, visit Adweek's new app at: https://itunes.apple.com/us/app/adweek-magazine/id570229326?mt=8
    About MEI Portico
    MEI Portico works with the Enterprise edition of the Adobe Digital Publishing Suite to build custom storefronts for your digital brand. For publishers who want to enhance their tablet output with functionality beyond the standard template, MEI’s creative services team can help develop specialized Porticos with custom features. For more details and purchasing information, contact an MEI sales representative at 215-886-5662 or [email protected]. To learn more about Portico, visit www.maned.com/portico.
    About MEI
    Managing Editor Inc., an Adobe premier development partner, specializes in quality, proven publishing solutions. MEI provides tools that manage content for any output medium — print, online, tablets such as the iPad, mobile devices such as the iPhone and other digital formats. Visit www.maned.com for more information. Nervous Pixel is the registered trademark of Managing Editor Inc. All rights reserved.

    Hi Tom,  The custom button functionality of DPS is restricted to DPS Enterprise. I'd love to discuss your needs to see if there is a way for us to assist you. I'll PM you my contact info.  Best, Brett

  • Trial version of SAP J2EE engine and Development environment for Windows

    Hello,
    I am looking for a trial version of the SAP J2EE Development Environment and the corresponding SAP J2EE Engine for windows environment. I looked at the link https://www.sdn.sap.com/irj/sdn/nw-downloads. But the downloads are for the Linux environment. Are there any downloads for the Windows Environment.
    Thanks for your help in advance.
    Sumit Agarwal.

    Hi Sumit,
    Currently trial versions of SAP NetWeaver 2004 and 2004s (7.0) are only available for Linux.
    Java EE development environment (the latest Java EE version - 5) trial versions for Windows are available in the [SAP NetWeaver CE download section|https://www.sdn.sap.com/irj/sdn/nw-ce-downloads].
    HTH!
    -- Vladimir

  • Development Environment for SP9

    Hello,
       I need to create some web dynpros in EP 6.0 SP9+. I have eclipse, is there a plug in for eclipse that is compatible with SP9? And, what development environent would you suggest using for developing web dynpros.
    regards,
    Tom

    Hi Thomas,
         It's on service.sap.com . Right now the website is down. If the website comes back up then i will post you the exact link.
    Try the following link.
    https://smpdl.sap-ag.de/~swdc/002007974700000089732005D/JIDE11P_1-10002804.SAR?_ACTION=DL_DIRECT
    Message was edited by: Prakash  Singh

  • Recommend development environment for Adobe Drive 4

    Looking at what is needed for Adobe Drive 4 and I wonder what the recommended development environment is.
    Would this suffice:
    Adobe Drive 4 SDK
    OSX 10.7
    Eclipse Juno 4.2 64Bit
    JDK 1.6 64bit
    Or should I be looking at 32bit versions?
    And should I follow what was in the documentation which was older version, 3.6 of Eclipse for instance?

    Please take 32 bit application to set up you dev environment, especially, make sure JDK 1.6 32 bit is used.
    Regarding Eclipse, 3.6 is recommended

Maybe you are looking for