Problem with legacy cross compiler - Killed.

OK, so we have some legacy cross compilers, particularly pSOS and Lynx2.4 which work successfully on Solaris 10. We installed a Server with Solaris 11 and every time we try to invoke the compiler with a make command it just responds "Killed". I've been searching but making no headway on why this occurs. What am I missing? :/
Build scripts, etc.. all work well. For some reason the older gcc is not handling the transfer to Solaris 11 right now.
Thanks,
Ted

Looks like I got it working by changing from compiling options to javac.

Similar Messages

  • Problem with socket cross domain

    Hi guys,
    This is my cross domain file:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
    <!-- Policy file for xmlsocket://socks.example.com -->
    <cross-domain-policy>
       <site-control permitted-cross-domain-policies="*"/>
       <allow-access-from domain="localhost" to-ports="80" />
    </cross-domain-policy>
    I am placing it in my server.
    From flex i am running this:
    Security.loadPolicyFile("my server address");
    And yet I am getting this event:
    SecurityErrorEvent type="securityError" bubbles=false cancelable=false eventPhase=2 text="Error #2048"
    What can I do?

    Hello ILikeMyScreenNameNdCoffee,
    I had the same problem with XMLSocket and I used a policy server that runs
    on the remote server on port 843 and from Flex I load file before connecting
    the xmlsocket Security.loadPolicyFile("my server address:843"). If you want
    I can upload a version of my policy server or you can use the server policy
    from here
    http://www.broculos.net/tutorials/how_to_make_a_multi_client_flash_java_server/20080320/en
    Also you can read here more about file policy:
    http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_04.html.
    On Thu, Aug 19, 2010 at 5:40 PM, ILikeMyScreenNameNdCoffee <[email protected]

  • Problems with GCC version - compiling OpenOffice

    I am trying to compile OpenOffice 4.1.1 to run on 10.6.8. When I run the ./configure it runs for a few seconds then shows the following error:
    "checking the GNU gcc compiler version... configure: error: found version "1.0.2", use version 3+ of the gcc compiler"
    If I run:
    gcc -v
    I get:
    gcc version 4.2.1 (Apple Inc. build 5659)
    Any ideas on how to fix this?
    Thanks

    I suppose the real incentive is to be able to just continue using 10.6. But it seems from other feedback that the problem with OpenOffice 4.1 is dependencies on libraries in 10.7, rather than the GCC version. I know that I could probably eventually code around those dependencies, but it would certainly involve more time and effort than I am currently able to devote to it.
    I have tried LibreOffice in the past, but frankly I found it so horrible and slow (I think because of its dependency on Java) that I ended up using the X11 version of OpenOffice - which in itself was not a terrific user experience, but was a lot better than the alternative.
    I will try the version you have mentioned, but I also note that this is planned to be obsolete by May next year, and is also the last version that will support 10.6 or 10.7 (10.8 will be the lowest requirement). Which will leave a fair number of 64-bit intel machines unsupported, since some of those are only able to run 10.7. Thanks for the feedback.

  • Problem in GCCFSS cross compiler

    I have followed the instructions of using gccfss as a cross compiler. But when I compile my HelloWorld.c I encountered the following error:
    ld fatal: file /usr/lib/libc.so: wrong ELF machine type: EM_386
    Can anyone help me?

    All
    I have gccfss installed along with target (sparc) machine's /usr/include and /usr/lib directory contents.
    I'm trying a simple "Hello" {color:#0000ff}cross-compile{color} exercise below and getting linking {color:#ff0000}error(s){color:#000000}.
    Any ideas/suggestions?
    Thank you in advance, Attila.
    NB: I tried setting/defining LD_LIBRARY_PATH environment variable to point to copy of target system's library directories but get "wrong ELF machine type" errors because gccfss is referencing /usr/lib directory instead.
    {color}{color}{color:#ff0000}{color:#0000ff}
    $ /opt/gccfss/gcc/bin/gcc -L/opt/sparc/usr/lib -L/opt/sparc/usr/lib/mdb/proc -L/opt/sparc/usr/lib/mdb/proc/sparcv9 hello.c{color}
    Undefined first referenced
    symbol in file
    exit /opt/gccfss/gcc/bin/../lib/gcc/sparc-sun-solaris2.10/4.2.0/crt1.o
    puts /tmp/ccobWhgs.o
    _exit                               /opt/gccfss/gcc/bin/../lib/gcc/sparc-sun-solaris2.10/4.2.0/crt1.o
    bzero /opt/sparc/usr/lib/mdb/proc/libc.so
    mdb_snprintf /opt/sparc/usr/lib/mdb/proc/libc.so
    mdb_printf /opt/sparc/usr/lib/mdb/proc/libc.so
    atexit /opt/gccfss/gcc/bin/../lib/gcc/sparc-sun-solaris2.10/4.2.0/crt1.o
    mdb_lookup_by_obj /opt/sparc/usr/lib/mdb/proc/libc.so
    strcat /opt/sparc/usr/lib/mdb/proc/libc.so
    strcpy /opt/sparc/usr/lib/mdb/proc/libc.so
    mdb_alloc /opt/sparc/usr/lib/mdb/proc/libc.so
    mdb_vread /opt/sparc/usr/lib/mdb/proc/libc.so
    sig2str /opt/sparc/usr/lib/mdb/proc/libc.so
    mdb_free /opt/sparc/usr/lib/mdb/proc/libc.so
    mdb_warn /opt/sparc/usr/lib/mdb/proc/libc.so
    strerror /opt/sparc/usr/lib/mdb/proc/libc.so
    mdb_get_xdata /opt/sparc/usr/lib/mdb/proc/libc.so
    _environ                            /opt/gccfss/gcc/bin/../lib/gcc/sparc-sun-solaris2.10/4.2.0/crt1.o
    ld: fatal: Symbol referencing errors. No output written to a.out
    collect2: ld returned 1 exit status{color}

  • Problem with pro*c compilation and linking

    Hi all,
    I have a problem running the pro*c program on an windows environment.
    I have oracle9i and visual studio .net. Ya kinda strange about the combo, but need to live with it.
    I create a .pc file and precompile it using oracle pro*c/c++ precompiler. so now I got the .c file.
    I used .net command line to compile this .c file
    It gave me the .obj file. Now I am getting a link error. I am not sure how I need to link the linkfile.
    Let me know if you have any suggestions.
    Thank you,
    -Raghu

    Make sure you are including the Pro*C library. The platform docs tell you explicitly what the library name is. I think for 9i it is called orasql9.lib.

  • Problem with package and compile

    I am new to Java. I am currently using Java in developing a simple system. However, my system need to import other external classes.
    The main problem is i dont know how to compile this file when they are in separate folder (i am using windows). Let say the main .java is in one folder and other external .java in other folders. I knew this can be done with the use of package. the problem is when i try to compile, there is a problem.
    I used to refer from the below link for many times, but still cannot get it.
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javac.html
    can anyone provide me the most simple way of:
    1. import from external classes into my main system
    e.g: import com.jrefinery.report.Element;
    2. how to compile all .java from different directory
    3. after i compile, i need the .class files place in other directory
    advanced thanks to those who able to provide help.
    Sosan

    can anyone provide me the most simple way of:
    1. import from external classes into my main system
    e.g: import com.jrefinery.report.Element;You can use the -classpath option with javac, specifying the path of your external classes.
    javac -classpath C:/classes D:/classes
    2. how to compile all .java from different directoryYou simply indicate the path of the different sources files one after the other, like that :
    However, you really should put all your source files in the same package unsig the package instruction. All files that belong to the same package must reside in the same directory indicated by the package name. Look up some doc about the package instruction.
    javac -classpath C:/classes D:/classes C:/source/myclass.java D:/source/myClass.javaYou should put all the source files in 1 directory an compile using the * wildcard by :
    "javac C:/sources/*.java" for example
    3. after i compile, i need the .class files place in
    other directoryuse -d option with javac to specify the output directory :
    javac -classpath C:/classes D:/classes -d C:/outputdir C:/source/myclass.java D:/source/myClass.javaTo simplify things, put all source files in the same directory and put a copy of each external package you use in this directory. So you won't have to use classpath.
    I also suggest you write a .bat file to do all the operations at once, and stick with it so that each time you change something in the sources you won't have to go through all the steps.
    Beware, because path issues in java can be very tricky.

  • Using MS Visual Studio C++ 2008 Express, the "LoadLibrary" function doesn't recognize the NI-VISA DLL: "visa32.dll". I've included all the paths to the DLL. Is there a problem with this C++ compiler?

    I'm using MS Visual Studio C++ 2008 Express.  I've included all the paths to the DLL, "visa32.dll" but the LoadLibrary("visa32.dll") call returns the statement that can't convert character string to LPCSTR (pointer).  I ran the same code with the Portland Group compiler (which I no longer have) and there was not a problem accessing the DLL.  Is there some requirement for the C++ 2008 Express compiler that needs to be met?

    Hello jterry,
    If you compile as Unicode you need to pass Unicode strings to
    Win32 APIs which have LPTSTR or LPWSTR string.
    When you want to write code compilable for Unicode
    and Ansi just enclose all string constants in _T(). In your case:
    LoadLibrary(_T("visa32.dll"))
    You can look at this post on the microsoft discussion forums for more information.  Have a great day.
    O. Proulx
    National Instruments
    www.ni.com/support

  • Problem with STO-cross company code

    hi,
    I am configuring  STO process for cross company code( plants in different company code). I have done all the config. When creating the PO i am entering the supplying plant, i am getting the error "Purchasing organisation xxxx is not responsible for Plant YYYY".  Could some one pls. suggest what may be the problem?
    Thanks & Regards,
    Pathanjali Bhat

    Hi Pathanjali,
    For cross company STO, the prerequiste is.
    1.0 You have to create a customer in SUPPLYING PLANT and assign to RECEIVING PLANT.
    ex: for plant:3000, sales org:3000,dist. chanl:12, divn:00.
    and assign to plant:1000 in spro sto setting.
    ( **maintain shipping notification**)
    2.0 Create a vendor in receiving plant .
    3.0 Here doc type:NB.
    4.0 Maintain supl. plant rec. plnt. and doc type in spro.
    5.0 Maintain del type: NLCC.
    6.0 Maintain supplying plant in vendor master in purchasing tab>extras> add.purchasing details--> maintain supplying plant here.
    Create a PO .
    enter vendor which u have created.
    ex u r procuring for plant 3000.
    maintain pur org, cocode 3000, here ( I think u might have done a mistake here).
    maintain plant 3000 in item details tab.
    enter the matl. price and qty and check the  status.
    If every thing ok save.
    Then
    go to VL10B, maintain del. date (should be before than ur delivery date in PO)
    press F8.
    ur po line item comes.
    select the line item press back ground button
    one more line item wil comes.
    select any line item, press log. u wil get new screen.
    place a cursor on that and press doc details button,
    system shows the delevery note. make a note of no. come to LT03.
    maintain required fields, select back ground processing. and select 2 below that field( ie pick and post) and press enter.
    system picks and post the doc.
    now check in PO history. 641 mvt has taken or not?
    if not do once again LT03.
    Rewert back if any clarification.
    Reward if useful.
    regards
    Viru

  • Problem with environment variable & compiling

    G'day all,
    I'm totally confused :(
    I've set my environment detail but when I use javac the command window just does nothing. The cursor (or flashing thingo) drops to the line below and just hangs there. If i manually type in the entire path javac works fine.
    Image of my environment variable window is here:
    http://img130.imageshack.us/img130/5120/environvariables.jpg
    Using Windows 7, JDK 1.6.0_18 and latest version of Eclipse is installed.
    Second issue:
    I wrote a program using Eclipse. It all went into a package named "openagil". 3 classes in total. Class "A", "B", "C". A uses both B and C. It creates an instance of B and C. Included in each is package openagil; at the very top.
    Running in eclipse it works fine. However, how do I compile this using javac and then in turn run it? The .java files are located within a workbench folder (java) and then in the package directory (openagil). These are contained on the D drive so "d:\java\openagil" - No class variables are set as I am unsure how this is done (despite reading a few guides).
    I can do javac d:\...*.java and it'll compile all of them fine but I am then unsure how to run it. I think what I do is do java openagil.classA but this pulls up errors - an "exception in thread' error followed by a "noclassdeffound: openagil/classA" then a whole bunch of URL/Access Controller stuff.
    I understand programming fine, but configuring this is a bitch. My Java book doesn't cover installation nor does it cover packages and the

    LordMidol wrote:
    Second issue:
    I wrote a program using Eclipse. It all went into a package named "openagil". 3 classes in total. Class "A", "B", "C". A uses both B and C. It creates an instance of B and C. Included in each is package openagil; at the very top.
    Running in eclipse it works fine. However, how do I compile this using javac and then in turn run it? The .java files are located within a workbench folder (java) and then in the package directory (openagil). These are contained on the D drive so "d:\java\openagil" - No class variables are set as I am unsure how this is done (despite reading a few guides).
    I can do javac d:\...*.java and it'll compile all of them fine but I am then unsure how to run it. I think what I do is do java openagil.classA but this pulls up errors - an "exception in thread' error followed by a "noclassdeffound: openagil/classA" then a whole bunch of URL/Access Controller stuff.You need to us the -classpath (or -cp) command line option to specify where java looks for your .class files. I think it would be java -cp d:\java openagil.classAFYI class naming convention is to start with a capital letter - YourMainClass for example. It may help to go here [http://java.sun.com/javase/6/docs/technotes/tools/index.html] and go to General Information, then click on How Classes Are Found.

  • Problem with path and compiling

    I am trying to compile a class where I have and object I created as well. It complains that it cannot find that object (or class in the classpath) and fires this error when I try to compile:
    Error: csci5433.database.animals.Pets.customerName is declared to be of type csci5433.database.customer.Customer and class csci543
    3.database.customer.Customer can't be located in the classpath.
    Now, when I add the class file to the classpath it fires this other error:
    Exception in thread "main" java.lang.NoClassDefFoundError: and
    Customer class does not have a main method or anything of the like and when I compile that class it compiles without problem.
    Thanks!

    You don't put full paths to class files in the classpath. You just put in jar files and directories that hold the classes. And the directories should reflect the package structure. So if there's a file c:\monkey\cow\Horse.class, and Horse is a class in the package "cow", then the classpath should include "c:\monkey", and that's it. It shouldn't include c:\monkey\cow\ or c:\monkey\cow\Horse.class.
    Also try to remember that most things in java take class names, not file names. In the above example, the full name of the Horse class is "cow.Horse". Except for the compiler, one almost never mentions filenames.
    So I'm guessing that you specified the classpath incorrectly, and you created your jars incorrectly.
    I'm still confused why the compiler would say:Exception in thread "main" java.lang.NoClassDefFoundError: andWhere did you ever use the word "and"?

  • Is anyone having problems with the w3c validator killing Dreamweaver

    CS5.5 on win7 64bit is my system.
    If I try to validate a PHP page in live view, most times the validator works fine.
    If there is an error, and I click on the line number to find the error location, edit the file and close the validator window, I get a short fat barber's pole in blue and white on the bottom right of my screen, or sometimes a long thin one at the top right.
    The following message appears:
    >>>>>>>>>
    Server not found
    The page
    "http://localhost (path to page) was not loaded because Dreamweaver could not find the server "localhost". Please make sure that you are connected to the internet and the server name is correct.
    >>>>>>>>>
    On other occasions, the following  message appears after using the validator:
    >>>>>>>>>
    path to filename      The request to the W3C service has timed out. The service or your Internet connection appears to be down.
    My Internet connection is fine, and if I click on the w3c button again it validates with no problem.
    >>>>>>>>>
    When the first message appears, Dreamweaver becomes unstable and hangs, the only solution is to restart the program, after which everything works fine - including the validator, until it finds another error and the whole thing starts over again.
    CS5.5 on win7 64bit is my system.
    Is anyone else having problems like this with the validator?

    Try this: http://forums.adobe.com/message/2796075

  • Problem with "Convert to Compiled Clip"

    I have a MovieClip symbol called BarGraph, set to Export,
    with Linkage Identifier BarGraph, and AS 2.0 Class specified as
    BarGraph. The BarGraph class is in BarGraph.as, stored in the same
    folder as the .fla file.
    When I right-click the symbol in the Library, and select
    convert to compiled clip, it places the compiled clip in the
    library with the name BarGraph SWF. When I try to run the movie,
    this is what shows up in the Output panel:
    "**Warning** The linkage identifier 'BarGraph' was already
    assigned to the symbol 'BarGraph', and cannot be assigned to the
    symbol 'BarGraph SWF', since linkage identifiers must be unique."
    I don't see how I can avoid this, since the compiled clip
    takes on the MovieClip symbol's linkage identifier, and you cannot
    change the linkage identifier for the compiled clip.
    Anybody know how to deal with this?

    I have the solution:
    Before jhs 10.1.3.1:
    #if (${JHS.current.item.property2}!='')
         ${JHS.current.item.property2}
    #end
    After jhs 10.1.3.2. Example on formTextInput
    #if (${JHS.current.item.property2}!='')
    #set ($propiedad = ${JHS.current.item.property2.replaceAll("&quot;","\"").replaceAll("&lt;","<").replaceAll("&gt;",">")})
    $propiedad
    #end
    Thanks,
    Orlando Vásquez
    Soluciones Bolívar
    Colombia

  • Problem with Legacy using IBIP for IP01

    Hi everybody, i have one particualr question about one legacy that i'm doing in this case i'm using IBIP, with the object 0460 and the method is 0001(Create)
    The first screen fills okey as the header and the items but when it's in screen 0210 appears this message and i don't know why is making this having in count that in Maintenance plan scheduling parameters, in date determination all the field that i can see are
    RMIPM-VSPOS
    RMIPM-TOPOS
    RMIPM-VSNEG
    RMIPM-TONEG
    RMIPM-HORIZ
    RMIPM-ABRHO
    RMIPM-HUNIT
    RMIPM-SZAEH
    RMIPM-UNITC
    Field RMIPM-ZEIT. does not exist in the screen SAPLIWP3 0201
    And also my legacy has this Structure Relashionship
    IBIPMPLA IBIP: Maintenance Plan                                       <<<
    Select Target Structure IBIPMPLA .
         IBIPMPOS IBIP: Maintenance Item
             IBIPTEXT IBIP: Long text line
             IBIPOLST IBIP: Objectlist
             IBIPBDCD IBIP: Direct BDCDATA: formatted BDCDATA: expert use only
    The structure RMIPM doesn't appear
    Thanks for all
    Vanina

    Hi
    why not using the Maintenance Plan API which are RFC enabled?
    MPLAN*
    MPLAN_ACTIVATE
    MPLAN_CLEAR_DELETION_INDICATOR
    MPLAN_COMPLETE_CALL            Maintenance Scheduling - Set Call to Completed
    MPLAN_CREATE                   Create Maintenance Plan
    MPLAN_CREATE_WITH_TEMPLATE     Change Maintenance Plan
    MPLAN_DEACTIVATE               Deactivate Maintenance Plan
    MPLAN_FIX_CALL                 Maintenance Scheduling - Fix Call
    MPLAN_ITEM_READ                Read Maintenance Item
    MPLAN_MANUAL_CALL              Maintenance Plan Scheduling - Manual Call
    MPLAN_MULTI_SCHEDULING
    MPLAN_READ                     Read Maintenance Plan
    MPLAN_READ_MULTIPLE
    MPLAN_RELEASE_CALL             Maintenance Plan Scheduling - Release Call
    MPLAN_RESTART                  Maintenance Plan Scheduling - Restart Scheduling
    MPLAN_SET_BUFFERSIZE
    MPLAN_SET_DELETION_INDICATOR   Set Deletion Flag for Maintenance Plan
    MPLAN_SKIP_CALL                Maintenance Plan Scheduling - Skip Call
    MPLAN_START                    Maintenance Plan Scheduling - Start Scheduling
    MPLAN_START_CYCLE              Maintenance Plan Schedluing - Start in Cycle
    MPLAN_UPDATE_SCHEDULING        Maintenance Plan Scheduling - Update Scheduling
    thanks
    Stephan Bantlin

  • HT4889 I have problems with legacy time vault on my current computer. Will migrating my files ransomer this to my new computer.

    When I installed Lion to my current macbook pro I didn't relise there was a new timevault. I am unable to disable the legacy version as more disc space than I have available is required.
    Will I be able to start fresh WITHOUT timevault when I migrate to my new Air? Or will the legacy timevault transfer.

    That article doesn't say that you have to disable FV before installing Lion; in fact, it says the opposite. You have to disable legacy FV before activating FV 2.
    Actually, upon further reading, you can install Lion with a previous FileVault, where it is then called a legacy FileVault. And, Linc, you are correct, you are supposed to have the option of deactivating the lagacy FileVault after installing Lion.
    However, after migration, the OP appears to not have enough disk space to do the deactivation.
    My question is ...when I move my stuff from my old to my new laptop, with migration assistant,  will the legacy filevault move too, or is it specific to the old machine?
    The question itself probably reveals my basic lack of understanding, so be gentle with me!
    Oldcelt,
    Since you have now bought a new MacBook Air, you may now have enough space to deactivate the legacy FV after migration, and yes, it would be migrated over. However, I recommend that you deactivate the FV on your old machine before you migrate it over to the new machine. That way you'll remove any possibility of not being able to deactivate it later on.
    Sorry, for contributing to the confusion.

  • [Solved] Network problems with MSI GX60 Destroyer, killer newtork LAN and wireless

    Hi, I bought a MSI GX60 Destroyer 2 weeks ago, and I realized that my internet was a little slow, you don't realize in the web but when downloading it doesn't perform how it should, I tested the speed now with wireless and I got 5 mb/s, and I have 20 mb/s in my house (I also tested with cellphones and other pc's), with LAN the speed was normal, so I saw some forums about the Killer network, I tried to change the drivers but nothing, the wireless is limited to 5 mb/s and now my LAN too.... please help, my phone has 4x better internet than my GAMING Laptop.
    Also the Atheros drivers are a pain in the ass it's really hard to remove them.
    I'm now with the drivers without the Management app.

    Quote from: hch;109858
    Hi Tzin,
    Which graphics driver are you using?
    The quick stream is installed on the notebook with the generic graphics driver from the AMD website.
    If you install the AMD's generic graphics driver, you'll find the quick stream program in your Uninstall programs window.(Control Panel> Uninstall a program)
    Hi hch , i only can find the "amd cystal manager " under the unintall a program , so when i click into in then only saw the device but dont see the quick stream .

Maybe you are looking for

  • CRM Best Practices V1.2007 with ERP HR Integration, C01 and C05

    Hi, working on Best Practices CRM V.1.2007 I  now should proceed with Building Block C01 (CRM Organizational Model). I want to use the CRM System integrated with a new installed ERP System and HR Integration. Therefore I have to use the Building Bloc

  • How to process a cvs file in vbscript

    I have a several folders on a server with part of the computer names.  The computer names are csimpam3353726, csimpam3379465, etc. The Folder names are just the numbers.  3353726, 3379465, etc...  These folders contain the favorites for each of the c

  • Customer Ledger Reports

    Hi Fnds,    Do we have customer Ledger Reports other than FBL5N ?? Regards Rakesh

  • Sales office O 00001006 is not available

    hi all, i am getting an error in bdoc while i was request downloading CUSTOMER_REL object for a particular BP. it is giving BDOC in red state stating that 'Sales office O 00001006 is not available'. when i looked for that sales office in ppoma_crm it

  • HT204204 iPad no vga

    SSince up dating iOS no VGA from the dock connector. I went to the Apple Store and they confirmed it is a bug in the new iOS. I will have to wait until apple does a fix dixk