Blank Target Build Settings

hello folks,
I have some knowleadge with the MPC555 processor in the MatLab RealTime Workshop -- but iam currently trying to get into the embedded Modules for LabView.
I will try to build a little vi (something like a+b=c)  within a "Blank Target - Template". Once thats done i need to configure the Build Specifications to incorporate with my Compiler, Linker and so on -- i hope that will bring me to some sort of flash or ram imagefile.
but the "Build Specifications"-Window doesn´t fully display all entry fields -- see the picture.
* do i need those fields?
* what are they used for?
* any workaround known?
I will happy for all hints on that
iam using Labview 8.5, a MPC555 will be my target (so the Codewarrior is the Compiler)
bye arne
Attachments:
screen7.jpg ‏60 KB

Hi Arne,
One option is to open the dialog plug-in VI and scrolldown on the front panel a little, then save the VI. This will change what you see in the build specifications window.
Another option: Create another build specification Category page using the Target Editor. If you plan to add several configuration options, this step would probably be best. 
Message Edited by Michael P on 02-12-2008 10:23 AM
Michael P
National Instruments

Similar Messages

  • Xcode 4.2 crash after a few minutes working on Build Settings

    Working with the Build Settings screen the editor area turns gray in a 75% (only one square visible) and the only solution is to restart the mac mini. It seems like running out of video memory.
    Using XCode 4.2
    Mac OS x 10.7
    Lion
    Thanks

    How to reproduce the problem:
    In Build Settings switch between Project and Targets several times.
    Some times resizing the screen the problem is solved. Other the Mac hangs.
    May be it's a refresh problem... Is there any patch?

  • Disappearing build settings?

    I have just been messing around with trying to get the equivalent of "NDEBUG" working in xcode. I put NDEBUG on the preprocessor line in the build settings for the release target, and now my preprocessor settings don't even show up under build settings? I must have corrupted some file. How do I get this back?

    I would think that if the server is continually powered up, the ILOM settings would remain, regardless of the battery - as I expected the one in my cubicle to do. Perhaps not. I'll check that documentation you listed - thanks.
    Update: checking on the most recent system where this happened, on 25 JAN there was a PS0 fault, but on 10 FEB the ILOM was successfully accessed. No power outages in the logs since then and the ILOM was most recently accessed today when the ILOM settings were completely re-inputted because they were missing. The sensor for the battery (I assume) indicates good voltage unless there is some other battery that is not indicated in the sensor settings. So, the ILOM shows no power outages or faults since the last time the ILOM was accessed.
    Edited by: mdinaz-2 on Jul 3, 2012 12:19 PM

  • PhoneGap Build Settings for Android SDK

    On Mac 10.6.8, Dreamweaver CS6
    I want to test the PhoneGap Build Service with the default  "Hey, it's PhoneGap" index.html page. Specifically, I want to run the resulting apk inside an Android emulator. In preparation for this, I have:
    1) Downloaded the Android SDK
    2) Run...
    android-sdk-macosx/tools/android sdk
         ... from a Terminal window
         This launches the Android SDK Manager, which I have used to download
    Android 2.2 (API 8 - Froyo) and all its associated files
    Android SDK Tools
    Android SDK Platform-tools
    Android Support Library
    (I have also installed Eclipse, but I think that that is irrelevant for the current task)
    4) Run...
    android-sdk-macosx/tools/android avd
         ... from a Terminal window
    This opens the Android Virtual Device Manager, which I have used to create a Virtual Device:
    Name Froyo
    Target Android 2.2 (API level 8)
    Skin WVGA800
    Located at /Users/<username>/.android/avd/Froyo.avd
    This Dreamweaver Help page says:
    Once you've installed the Android SDK, you'll need to start the Android SDK and AVD Managers, and select the Android tools you want to work with locally on your computer. Dreamweaver uses the information you select during this initial setup to populate the Android emulator settings in the PhoneGap Build Service panel. For more information on specifying these settings, see the Android documentation.
    (My emphasis)
    I'm guessing that I've done the parts of these instructions in italics, but I get lost when I reach the part in bold. The window that opens when I select Site > PhoneGap Build Service > PhoneGap Build Settings asks me to "provide the root paths to the [Android] sdk". None of the paths that I have provide seem to satisfy the Emulate Application button in the Build Panel.
    Question: What folder should I select as the root path to the SDK?
    Thanks in advance,
    James

    Lexogram wrote:
    All that's missing is to understand how to convince Dreamweaver CS6 to perform the same steps, rather than going through a Terminal application.
    I haven't installed the Android SDK on my Mac. Dealing with Xcode was painful enough for me.
    However, I do have the Android SDK installed on Windows. I installed it at the top level of my C drive in C:\dw-android. All that was necessary to register it in the PhoneGap Build Settings panel was to enter C:\dw-android in the SDK location field. As long as you have the correct path to the SDK, it should be the same on a Mac.
    I used the PhoneGap Build Service panel to build the app, and then clicked the Download icon. Once it had downloaded, I selected the AVD and target version of Android, as shown in the following screen shot:
    After clicking Launch, it started the emulator and displayed the app. I found it necessary to make sure the AVD and target both used the same version of Android. Otherwise, it just launched the emulator, but the app didn't load.

  • How can I programmatically retrieve the CVI Target Version Settings (e.g. File Version, Copyright, etc) in my CVI application?

    Is there any way that I can programmatically retrieve the CVI Target Version Settings (e.g. File Version, Copyright, etc) in my CVI application?
    I am using LabWindows/CVI version 7.0.
    The settings that I'd like to retrieve within my application are those that are set under Build | Target Settings... | Version Info...
    e.g.
          File Version
          Product Version
          Company Name
          Legal Copyright
    Thanks,
    Darren
    Message Edited by Darren Draper on 01-16-2006 02:03 AM

    Well, "File access permission denied" claims for an authorization problem . I suggest you double check file attributes in the project directory: it could be that you have downloaded this example from a CD and the read-only attribute has not been cleared.
    The library does not reside in the example folder: as you can see by selecting View >> Show full pathnames in the project window, it should be in ....CVI\sdk\lib folder.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Error by compiling yacy: Target "build-jar" does not exist

    Hello
    I am trying to compile yacy by using this PKGBUILD (based in this one: http://aur.archlinux.org/packages.php?ID=14464):
    pkgname=yacy-svn
    pkgver=7387
    pkgrel=1
    pkgdesc="Peer to peer searchengine"
    arch=(i686 x86_64)
    url="http://yacy.net/"
    license="GPL"
    depends=('java-runtime' 'sudo')
    #depends=('jre' 'sudo')
    #makedepends=('jdk' 'apache-ant' 'subversion')
    makedepends=('apache-ant' 'java-environment')
    conflicts=(yacy)
    replaces=()
    provoids=(yacy)
    install=yacy.install
    source=()
    md5sum=()
    _svntrunk=svn://svn.berlios.de/yacy/trunk/
    _svnmod=yacy
    build() {
    cd $startdir/src/
    msg "Checking out svn-tree..."
    svn co -r $pkgver $_svntrunk $_svnmod || return 1
    cd $startdir/src/yacy/
    msg "Create working directory"
    cp -r $startdir/src/yacy $startdir/src/yacy-work
    rm -rf $(find "$startdir/src/yacy-work" -type d -name ".svn" -print)
    # svn-file, that buildscript can determine revision
    mkdir -p $startdir/src/yacy-work/.svn/
    cp $startdir/src/yacy/.svn/entries $startdir/src/yacy-work/.svn/entries
    cd $startdir/src/yacy-work/
    msg "compile and copy files..."
    ant build-jar installonlinux -DDESTDIR=$startdir/pkg || return 1
    mkdir -p $startdir/pkg/usr/share/java/yacy/
    cp lib/*.jar $startdir/pkg/usr/share/java/yacy/
    cp libx/*.jar $startdir/pkg/usr/share/java/yacy/
    mkdir -p $startdir/pkg/etc/rc.d
    m4 -DArchLinux $startdir/src/yacy/addon/yacyInit.m4 >yacy.init || return 1
    install -Dm755 yacy.init $startdir/pkg/etc/rc.d/yacy
    msg "Delete working directory"
    rm -rf $startdir/src/yacy-work
    But in the process I get this error:
    Buildfile: ~/yacy/src/yacy-work/build.xml
    BUILD FAILED
    Target "build-jar" does not exist in the project "YaCy".
    I have searched information related using google but I don't find one solution.
    I think it is a java related problem. I have installed Oracle's Java Runtime Environment jre-6u23-1
    I use Archlinux x86 2.6.36-2.
    Can anyone help me please?
    Thanks in advance

    OK
    Still I can't install yacy, but I was reading the file readme.txt included in the program's tarball.
    There, says to start yacy run:
    ./startYACY.sh
    I get this terminal output:
    ****************** YaCy Web Crawler/Indexer & Search Engine *******************
    **** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****
    **** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/ ****
    ** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **
    ** STOP YaCy: execute stopYACY.sh and wait some seconds **
    ** GET HELP for YaCy: see http://wiki.yacy.net and http://forum.yacy.de **
    >> YaCy started as daemon process. Administration at http://localhost:8080 <<
    When I have tried to access to localhost, I get the following message:
    Error connecting to localhost. Connection refused.
    But from terminal I can ping to localhost
    Can anybody help me with any of this troubles please?
    Last edited by zuargo (2011-01-08 15:55:48)

  • Help with blank folio builder panel in InDesign CS6?

    Hello. I am having the same peoblem that was discussed on February 7th regarding a blank folio builder screen. Mine looks exactly like the image posted during that thread (i.e., no actionable items in the panel... not even hints just empty. This occured as soon as I installed the 8.0.1 unpdate of 7 February.
    1. Following the suggestions in the previous thread I uninstalled InDesign using the Adobe cleaner program. I reinstalled InDesign from the Adobe Application Mamager (as I am a Creative Cloud member) and once installed, ran the updates from within InDesign (2.0.6) and reset the preferences. Over the past day I have repeated the cleaner/uninstall/reinstall/update/clear preferences 3 more times. The updates had been about 72MB. Today after loading InDesign I checked for updates and it showed an 8.0.1 update of about 43MB. I tried that. Same results. I'm running the software on a 15" MacBook Pro with up to date OS X software. I have also run the current DPS updates.
    Help!

    Go to help Menu in InDesign and click on Update. Install DPS Tools. If that does not help, go to http://www.adobe.com/downloads/ and install DPS Tools for InDesign CS6.

  • Getting error message after trying to correct for blank folio builder

    This is my first app using IDCC6. I opened the folio builder from the document, gave a name to the article that consisted of 12 picture panels (about 12mg) and tried to review on desktop but just got a blank folio builder screen. Then I updated to cc28 viewer, reset the ID prefs and restarted. Then I got an error message
    that said: "article <name> is not compatible with the viewer for which the folio is being published."
    Can someone tell me what I'm doing wrong here, other than perhaps being in the wrong forum. If so, pls let me know where i should post. I'm somewhat confused about naming articles. If that's the problem, I'd like to go into it...cheers all
    mac pro OS 10,5,8

    It's a good idea to check the Project Info (under the Project menu in iDVD) before burning a disc. If any of the Duration bars are in the red, then you need to go back and edit your project. Also check the Encoding type with your total Project Duration: if the project total is under 60 minutes choose "Best Performance;" if it is between 60 and 120 minutes you'll need to select "Best Quality."
    Unless you have freed a lot of GB on your hard drive, iDVD will not be able to burn the disc. You'll need at least 15 -25 GB free on your boot drive in order for the app to do all that encoding. It takes a lot of brainwork to turn a 13+ GB movie project into a 4GB DVD file.
    When your project is ready to burn, choose File > Save as Disc Image. This tells iDVD to do all the encoding, and will result in a disc image file that you can mount in your DVD Player app to see that all is well. If so, you can quickly burn the disc image with Disc Utility or an app like Toast. If not, then you haven't burned any coasters. Another advantage is that you will be able to burn duplicates of the disc image very quickly, without going through all that encoding again, should other relatives request a copy.
    Regards.

  • Xcode 3.2.6 best build settings for Mac

    Hi!
    I'm using Xcode 3.2.6 on Mountain Lion 10.8.5 to create Applescript based applications.
    They are tiny utilities that needs more complex UI Applescript can provide.
    I''m wondering what's the best build settings for applications aimed to run on Mac OS X
    - since 10.6
    - non universal binary (no PPC code)
    - 64 and 32 bit
    Thanks for your help.

    Mark,
    Now I'm confident about my buids.
    red_menace,
    Ok. That's what I was affraid about. So if I want to go further, I have to learn AppleScriptObjC.
    But the learning curve…
    I'm not a developper. Just a graphic designer.
    Don't have the time to check out this link, but maybe the solution for a smooth transiton to AppleScriptObjC is there:
    http://www.macosxautomation.com/applescript/apps/runner_vanilla.html
    Thanks both of you.

  • Build settings "remove panel" option gray in application builder

    I am trying to create a stand alone application from my VI using application builder. My problem is I do not want a GUI front panel for it. In the application builder I go to "build settings" but the option to set "remove panel" to yes is gray and unselectable. Is there a setting somewhere that I need to change so I can select this? I can see that some of the VIs in my main VI have this as selectable. Any help would be appreciated.
    Steve

    Thank you, that took care of it.
    Steve

  • Blank Target Size Specifications

    I have the need to open a small blank target link to the size
    of 220 x 155. I cannot figure out how to set the blank target size.
    For now, it opens up in a large window and I need the window to fit
    to the exact size. Please help this was due 2 hours ago.
    How do I set the size to fit the image of the blank target
    link instead of a large window with white in the back of it?
    Thank you all so much.

    Or perhaps Michaels own version...
    http://divahtml.com/products/divaPOPgold/open_popup_windows.php
    and
    there is even a free version.
    TC2112 skrev:
    > Hello,
    >
    > Here's a free DW extension that's to use. You can set
    the size of the
    > window.:
    >
    >
    http://www.fourlevel.com/dreamweaver/extensions/openbrowser/index.htm
    >
    > Take care,
    > Tim
    >
    >
    > "MooreDesigner" <[email protected]>
    wrote in message
    > news:fshfsr$5pu$[email protected]..
    >> I have the need to open a small blank target link to
    the size of 220 x 155.
    >> I
    >> cannot figure out how to set the blank target size.
    For now, it opens up
    >> in a
    >> large window and I need the window to fit to the
    exact size. Please help
    >> this
    >> was due 2 hours ago.
    >>
    >> How do I set the size to fit the image of the blank
    target link instead of
    >> a
    >> large window with white in the back of it?
    >>
    >> Thank you all so much.
    >>
    >
    >
    >
    Kim
    http://www.geekministry.com

  • Windows Preview Build Settings Missing/Unavailable from Build 10049

    The Preview Build settings has been missing from 10049. I have tried doing Windows Update registry change to enable that option in the Windows Update through settings and also through the control panel but still no success. Please tell me how can i look
    upto that?

    The Windows Registry version trick doesnt work in build 10049 and after runnning the registry script also there is no windows update option available. You cant just manually select updates to install. Its really a tough job updating your computer. 
    Moreover, the concept of fast rings and slow rings when a product is under development is useless as the latest updates should be processed simultaneously for everyone and the users should be allowed to download the ISO of the latest builds released on fast
    rings via windows update. The windows update mechanisms should be changed.

  • Quitting Adobe Flash Professional Creative Cloud (CC) Loses All Project Build Settings

    I am currently working on an Adobe AIR iOS project, targeting the 3.7 SDK in Flash Professional CC running on Mac OS X 10.8.4.  If I quit out of the Flash application, reopen it, and then reopen my AIR iOS project, all build and publish settings are lost.  This includes the "output file" path location, the publish settings "target", all "source" paths provided under the "Source path" tab under "ActionScript Settings", all "library" paths provided under the "Library path" tab under "ActionScript Settings".  I have to go in and reset these everytime by hand after relaunching the Flash CC application.
    Anyone else experiencing this problem?
    Thanks in advance.

    Dharmendra,
    while you're about to fix this publishing problem, you might also want to look into the problem, that the 'Output file:' in the publish settings doesn't update its value when one changes the current active Profile.
    Test case:
    - create 2 profiles, e.g. WebDebug, DesktopDebug
    - have [WebDebug] publish the .SWF to [WebOutput] and...
    - ... [DesktopDebug] publish the .SWF to [DesktopOutput]
    When switching between the 2 profiles, the 'Output file:' text box does NOT change its content.
    "Workaround":
    - select the targeted profile
    - close the dialog via [OK]
    - reopen the dialog
    --> The 'Output file' text box now has changed its content accordingly.
    As it seems to be of no interest at the moment, when bug reports are being created - like in here "http://forums.adobe.com/community/report_a_problem" - or the 'Adobe bug reporting page' doesn't work at all (http://bugs.adobe.com/flex/), I'm just posting it here...
    Thanks

  • Integration builder settings

    Hi All,
    Our XI system is runnig in system PXD and the integration engine and adaper engine is configured in the same system. SLD is configured in a different system viz PBD system.
    The problem is when we are executing sxmb_ifr transaction
    the integration builder is getting opened from PBD system. I already checked the exchange profile parameters and couldn't able to find anything other than SLD parameters pointing to PBD.
    Please give some suggestions to change it back to PXD system when executing sxmb_ifr ?
    also please mention where can we make settings specific to integration builder
    Thanks
    Aby

    hi aby
    Check the exchange profile parameters in url
    http://<webas>:5<sysnr>00/exchangeProfile
    maintain  the entries under "Connections"
    com.sap.aii.connect.repository.name
    com.sap.aii.connect.repository.httpport
    Make sure your J2EE server is running. You can find out by going to the URL http://hostname:50000.
    Also complete all your post installation activities
    reward points if helpfull.
    regards
    kummari

  • Why does firefox many times opens last browsed page when started (I have set 'show a blank page' and 'about blank' in General settings)

    I have made the following settings in general tab of firefox in settings
    When firefox starts - Show a blank page
    Home page - About blank
    Inspite of the above settings, when I start firefox, it many times opens the page I was browsing before I had closed firefox previous time. Please help me with this.

    See [[Firefox makes unrequested connections]]

Maybe you are looking for