Creating .mem.image files

Can anyone briefly give the procedure to compile the C code (written for a custom application using OpenSPARC T1) to create the .mem.image files??
I have sun studio 12.2 on CentOS I am encountering errors like :
some command under /usr/ccs/bin/ld is missing
I am guessing that the ccs folder isnt there as a part of CentOS.If that is the case then which operating system (apart from OpenSolaris??) can be used for the .mem.image compilation???
Kindly reply,thanks in advance.

          but if you wanted to:
          http://www.acknowledge.co.uk/snippets/java/code_examples/servlets/writetoate
          mporaryfile.html
          "Bob Lee" <[email protected]> wrote in message
          news:[email protected]..
          > If you're dynamically creating it, there may be no need to write it to a
          > file at all. You could just dynamically generate it and send it straight
          to
          > the client. Then you wouldn't have to worry about the cleanup either.
          >
          > Bob
          >
          >
          > "Mike Voltin" <[email protected]> wrote in message
          > news:[email protected]..
          > > I am dynamically creating an image file from within a servlet based
          > > upon user selections. Where is the best location to save these jpg's.
          > > I will have an img tag, <img src=theLocationAndNameOfTheImageFile>,
          > > in the HTML that I am generating.
          > >
          > > Also, what's the best way to remove these image files so that they are
          > > cleaned up properly.
          > >
          > > Thanks.
          > >
          > > Mike V.
          >
          >
          

Similar Messages

  • The export operation failed to create an image file

    I've been experiencing bizarre behavior when attempting to export images to my Usb-connected card reader. After reading some threads on this form, I was convinced that my reader was defective. Same problem on a brand-new reader.
    The specific behavior was as follows: I attempted to export roughly 150 custom-named 500 KB image files to the memory card. The last 15 or so failed to transfer and I got the message, "the export operation failed to create an image file for the versions identified below."
    Trashing VP list didn't help. What did was changing the custom name. There was nothing particularly unusual about the original custom name and the new one was virtually identical. After changing the name, the export worked without a hitch.
    Has anyone experienced similar behavior? Any ideas what's going on?

    problem was that the NEW card reader was faulty as well. My luck!

  • Creating siebel image file for Siebel Patch 7.8.2.16 to upgrade from Siebel 7.8.2.14

    I new to installing Siebel Patch 7.8.2.16 for Microsoft Windows 2003 Servers, Mobile Web Client. We are currently running Siebel version : 7.8.2.14 on 7.8.2.14 SIA [19251] ENU patch applied. We need to install upgrade to Siebel 7.8.2.16 to install QF0E26 for an issue with MVG popup. What is the best practice to create Siebel image file from Siebel CD which has multiple JAR files on CD media for Siebel CD Media pack sent to me. Let me know if you need additional details.  Thanks JollyRoger

    Hello Jolly,
    Thanks for using Oracle communities.
    You need to download installables for 7.8.2.16 SIA. Follow below instructions to download:
    1) Login to My oracle support through your credentials
    2) Go to tab 'Patches & Updates'
    3) Enter patch number as '11687049' in 'Patch Name or Number' field and click on search.
    4) Download patch for Windows.
    Once you download, you need to use Image Creator Utility to generate an Installation image.
    Please follow below online bookshelf link on how to create Image.
    http://docs.oracle.com/cd/B31104_02/books/SiebInstWIN/SiebInstCOM_Image5.html#wp1594731
    I hope it helps.
    Best Regards,
    Chetan

  • Best way to create an image file

    Hi,
    I am drawing a huge image by using java 2d .to store that image into a image file i am using the following code...
    BufferedImage bf=new BufferedImage(diagramHandle.getWidth(),diagramHandle.getHeight(),BufferedImage.SCALE_SMOOTH);
                   Graphics2D gd=bf.createGraphics();
                   diagramHandle.paintComponent(gd);--> this class will render the image and store into bufferred image
                   ImageIO.write(bf, "PNG", file);
    for the small images it is working properly. but when i am trying to generate bigger images more than 1240 width and 40000 height it is throwing out of memory error. with out increasing the heap size is there any way to store the images better way..can i directly use the gd object to draw the image..?
    Please help me out

    thanks for your reply. if i changed the type also it is throwing the out of memory exception ..
    at java.awt.image.DataBufferByte.<init>(Unknown Source)
         at java.awt.image.Raster.createInterleavedRaster(Unknown Source)
         at java.awt.image.BufferedImage.<init>(Unknown Source)
    </code>
    it is throwing the error while constructing the bufferedimage with the specified width and height.is there any other way around to create an image file.please help me out.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Labview crashes when creating large image files

    I have a problem with Labview 6.0.2( I've tested evaluation version 7.0 too).
    I'm constructing a very large image, for example: 4500x4500 pixels. Labview crashes when converting the pixture to a pixmap. The image is fully constructed on my screen (in a picture control), but when converting it to a pixmap (for saving the image in a known format (bmp, jpg, tiff)), Labview crashes.
    I did some testing and when the number of pixels exceeded the limit of 2^24(16777216), the file 'image.cpp' crashes on line 1570. The vi to convert it to a pixmap is: P'icture to pixmap.vi'
    Does someone know a workaround for this problem? Or is there a fix for it?
    Thank you!

    I've tested the 6i version of my VI in Labview 7.0 evalutation version. It raised an error but not the same error:
    d:\lvworm\src\lvsource\compatexport.cpp(37) : DAbort: Called a routine not in the compatibility LVRT table
    $Id: //labview/branches/Wormhole/dev/lvsource/compatexport.cpp#11 $
    0x004BD4CB - LabVIEW_Eval + 0
    0x0EB710D9 - lvs248 + 0
    0x094C87A0 - + 0
    So i replaced the picture VI's with the 7.0 evalutation version VI's, and it worked. It is now possible for me to construct very large image files!
    I see no attached VI to test. But i guess it is also solved in Labview 7.0
    I used this file to convert the picture to image data:
    C:\Program Files\National Instruments\LabVIEW 7.0 Evaluation\vi.lib
    \picture\pictutil.llb\Picture to Pixmap.vi
    And this file to convert image data to bmp:
    C:\Program Files\National Instruments\LabVIEW 7.0 Evaluation\vi.lib\picture\bmp.llb\Write BMP File.vi
    I guess i have to write a workaround for this problem:
    divide the picture in blocks of 4096 x 4096 and then merge the image data arrays of the bloks together.

  • Create cramfs image files for applications

    I desire to make many cramfs image files of applications in my computer.
    I find in googling that such a project is made possible with a program called ...mkcramfs...
    Can such a program be implemented in archlinux?

    Perhaps this link will provide an answer;
    http://sourceforge.net/projects/cramfs/

  • Unable to create large image file in iphoto

    I make a lot of panoramic images by stitching together overlapping images with hugin in TIFF format, then edit them in iphoto and use it to export them in jpeg format for greater versitality of use. So far I haven't had any trouble, even with large images as big as ~25,000x2000 pixels and ~90MB file size.
    However, I have come across a problem recently trying to export an edited version of a particularly large one - 38,062x1799 136MB file size. I can export an unedited version to jpeg without trouble, but when I tried to export an edited version it gave me an error saying it couldn't create the file. I looked around here for solutions and found the suggestion to check the file size in finder, it was zero. After experimenting I've found that the file size goes to zero as soon as any changes are made to the file, the edited image can still be viewed in iphoto, but does not display if you try to zoom in. I have tried making the TIFF file again with hugin to see if it is a problem with the file, but I also experience the same problem with the newly made file.
    I am working on a Macbook air (1.7 GHz Intel Core i5, 4 GB 1333 MHz DDR3 Memory, Intel HD Graphics 3000 384 MB, Version 10.7.5 OS X) in iphoto '11 version 9.2.2 (629.40). Any suggestions for getting round this issue?

    I thought of something that might help with working out what's going on.
    After I make any edits to the image, if I move on to the info tab the image initially goes a bit blurry as it often does with large images, but instead of coming up as a clear image after a few seconds like normal, I get the image I've attached here and the file size changes to zero. To be able to see the thumbnail of the edited image I need to come back out to the library again, but the file size is still zero. If I revert to original the file size is restored.

  • Creating an image file from cd

    Good day,
    I was wondering how if anyone knows a way to create an ISO image from a cd to run on virtual box. I tried creating one using disk utility, but it did not work. Can this be done through Snow Leopard default programs, or would I need to purchase a new prog?
    Tried searching google, but the article I followed was the failed attempt. Did this fail due to copy protection? Before I got rid of my windows pc, I was able to make a copy of the cd, but that would not work either.
    The end result would be to mount the iso file on virtual box so I can install age of mythology (Titans expansion) on my XP host. (I know that there is an age of mythology for mac, but its not the latest version, and Virtual box has beta direct X and 3d support).
    Any help would be great!
    Thanks.

    Okay. Thanks for trying Perhaps I can pay for the Mac version when I have the cash, then perhaps in a few months/years when enough people have bought the original, they will make the expansion ready on mac as well. And I suppose there is always boot camp.

  • Assigning a palette to create an image file

    I am using IMAQ Vision for Measurement studio in Visual Basic and need to output an image with a specific palette. Whatever I have tried has resulted in a default grayscale palette being used for the output. Note, my input image has been thresholded to a binary, but this problem also occurs with a full range of values in the image. Most of the time the grayscale work but I really need color for this output!
    Here are the steps I am using
    'Threshold Image
    CWIMAQVision1.Threshold CWIMAQViewer1.Image, CWIMAQViewer1.Image, 1, 255, True, 1
    ‘On screen I now have a red 1 and black zero values when using the Binary Palette, that is how I would like the output to be!
    'OUTPUT JPG
    'Output Image
    OutName = App.Path & "/" & App.EXEName & "Test" & ".jpg"
    CWIMAQViewer1.Palette = cwimaqPaletteBinary
    CWIMAQVision1.WriteImage CWIMAQViewer1.Image, OutName, cwimaqFileJPEG, CWIMAQViewer1.Palette
    The image I get is Black! If I threshold to 254, I get Periwinkle as the color, (127, 127, 255) on screen and white for the same values in the output image. I am new to IMAQ Vision for Measurement studio in Visual Basic and may just be missing something in the syntax, the help files don’t help explain this except grayscale is the default! How do I override this?
    Secondly is there a way to take the current image from CWIMAQVision1 and place it in a VB Picture box? Similar to Picture1.Picture = Picture2.Image in VB takes the current image and transfers it to another picture box?

    The reason that you always see white instead of red when try to view your image outside of the cwimaqviewer is because the binary image is saved as an 8-bit image (thus no color). Look at this application I put together where I added two more color planes to the images to get a full fledged RGB image.
    Happy Programming....
    Attachments:
    Binary_Image_Save_in_VB.zip ‏4 KB

  • Unable to create cd from Image file

    I downloaded the Solaris 8 for Intel, unzipped the files. I have been unsuccessful creating an image file for the file sol-8-1_01-fcs-bin-ia-v1. I have tried various CD writing applications.
    I was able to create images from the other files.
    Thanks

    You are not supposed to create an image file from the unzipped data. These unzipped files are image
    files! You just have to rename them using the proper file extension so that your CD-R burning software
    recognizes them as cd image files. (common extension are .ISO or .RAW; check with your CD recording
    software)

  • Create image files?

    I want to create an image file (tiff, png, jpg, or bmp) from a JavaFX Image object. This seems like it should be something easy to do, but I can't find any methods in the JavaFX API to do it, and Google searches haven't turned up any examples either, at least not without using deprecated methods to convert to the AWT BufferredImage first. Any tips?

    Hi. Take a look at the following Javafx2.2 new features:
    http://docs.oracle.com/javafx/2/api/javafx/scene/image/WritableImage.html
    http://docs.oracle.com/javafx/2/api/javafx/scene/SnapshotParameters.html
    http://docs.oracle.com/javafx/2/api/javafx/scene/paint/ImagePattern.html
    Here is an example saving a scene as png file:
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    import java.awt.image.BufferedImage;
    import java.io.File;
    import javafx.application.Application;
    import javafx.embed.swing.SwingFXUtils;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.*;
    import javafx.scene.image.*;
    import javafx.scene.control.Button;
    import javafx.scene.layout.StackPane;
    import javafx.stage.*;
    import javax.imageio.ImageIO;
    import java.io.*;
    import javafx.scene.shape.Rectangle;
    * @author Shakir
    public class PrintScene extends Application {
        @Override
        public void start(Stage primaryStage) {
            Button btn = new Button();
            btn.setText("Say 'Hello World'");
            btn.setOnAction(new EventHandler<ActionEvent>() {
                @Override
                public void handle(ActionEvent event) {
                    System.out.println("Hello World!");
            StackPane root = new StackPane();
            root.getChildren().add(btn);
            Scene scene = new Scene(root, 300, 250);
            WritableImage wim = new WritableImage(300, 250);
            scene.snapshot(wim);
            primaryStage.setTitle("Hello World!");
            primaryStage.setScene(scene);
            primaryStage.show();
            File file = new File("scenImage.png");
            try {
                ImageIO.write(SwingFXUtils.fromFXImage(wim, null), "png", file);
            } catch (Exception s) {
        public static void main(String[] args) {
            launch(args);
    }

  • Create image file

    i need code to create an image file using core java .I also like to show a text in that image.

    [2D Graphics Tutorial|http://java.sun.com/docs/books/tutorial/2d/index.html]
    [Custom Painting in Swing Tutorial|http://java.sun.com/docs/books/tutorial/uiswing/painting/index.html]
    good luck and hth

  • Creating Image Files

    Is it possible in Tiger to create image files that are readable on a PC using Disk Utility? I a trying to copy my Canon software as a backup that can be used on both my Mac and PC. Disk Utility creates a .CDR file but I don't think that is compatible.

              but if you wanted to:
              http://www.acknowledge.co.uk/snippets/java/code_examples/servlets/writetoate
              mporaryfile.html
              "Bob Lee" <[email protected]> wrote in message
              news:[email protected]..
              > If you're dynamically creating it, there may be no need to write it to a
              > file at all. You could just dynamically generate it and send it straight
              to
              > the client. Then you wouldn't have to worry about the cleanup either.
              >
              > Bob
              >
              >
              > "Mike Voltin" <[email protected]> wrote in message
              > news:[email protected]..
              > > I am dynamically creating an image file from within a servlet based
              > > upon user selections. Where is the best location to save these jpg's.
              > > I will have an img tag, <img src=theLocationAndNameOfTheImageFile>,
              > > in the HTML that I am generating.
              > >
              > > Also, what's the best way to remove these image files so that they are
              > > cleaned up properly.
              > >
              > > Thanks.
              > >
              > > Mike V.
              >
              >
              

  • Windows Vista, 7 and 8 ISO / Image file Download Links

    Series: How to Re-Install Windows when you don't have the Recovery Discs
    Intro: What is an ISO? Why is it used? 
    Step 1 - Get the ISO - ISO Download Links
    Step 2 - Burn the ISO to a DVD or USB   
    Step 3 - What to do with the ISO DVD/USB? Change the Boot Order  
    Step 4 - What to do After Windows is Installed? How to Get HP Drivers?    
    Step 1 - Get the ISO - ISO Download Links
    First, look at the Product Key label on the bottom of the computer and make sure you can still read it, before proceeding.
    How is this legal?   As long as you have the Product Key (from the bottom of a computer you paid for) for the corresponding version of Windows you download, it is perfectly legitimate and legal.
    The ISO Links: 
    Windows Vista SP1  32 & 64-bit
    *****With that link, you will have to combine the three files into an Image file (aka ISO) first (How to create an image file from files/folders) , using a program like ImgBurn.*****
    Windows 7 32 & 64-bit
    Windows 8 32 & 64-bit
    See Step 2 - Burn the ISO to a DVD or USB
    If you have any questions, create a new post (How to Create a New Post - Video), copy and paste it's link into a private message to me, and I will respond on your thread

    You shouldn't need to edit any of the files. The Windows 7 ISO is a retail, untouched version. It doesn't have a Product Key embedded into it.
    You should be able to use a Windows 7 Product Key from the label on the bottom of the computer with no issues. The installation will ask you for a Windows 7 Product Key. The only exception would be if the Product Key were in use on a different computer. From my understanding, as long as it is not already in use, it should activate.
    Please let me know if you have any questions on that

  • Lightroom Unable to Import HDR Image File Opened as Smart Object

    I just started using Nik HDR Efex Pro and created an image file in PS CS4 Extended which was opened as a smart object and saved to play around with later.  The image shows up in Photoshop as "[image number]_hdr.tif" and both PS CS4 Extended and CS5 have no problem opening it.  But I cannot import it into LR3.  LR3 gives me a dialogue box which says in effect that the image file cannot be imported because it is corrupt or unsupported.  I am guessing the latter because (perhaps) as a smart object the image file is 32bit(?)  In any event, has anyone tried and had luck importing to LR3 in this circumstance?  Is it "operator error" or just something LR cannot handle?  Also, if you have encountered this problem, do you have a workaround?  Thanks in advance.

    Hi,
    The backend for middleware should be same as what it was in MI.
    the erro comes when the corrosponding structure in a bapi doesnot exists in current backend.
    Please check if the structure ZEFLMI_DOC_HDR_T51 exists in backend.
    Thanks,
    Rohit

Maybe you are looking for

  • UAG SP4 and Windows 8.1 native mail app

    Hello, I'm found that now SP4 for UAG is available. On the description of the SP4, it states the following: "Users can use the built-in Mail application on Windows 8.1 computers to connect to a published Microsoft Exchange server." What kind of Excha

  • HT201272 Some of the songs i purchased were not completely downloaded

    I just purchased an album and some of the songs weren't completely downloaded. Can anybody help me?

  • Airport Express not recognized in iTunes- reset not working.

    I have spent 2 days trying everything I've read here in these forums to RESET my Express. I've done a soft & a hard reset each several times. I've tried unplugging the Express overnight. I've upoaded new firmware. I've discarded the new file created

  • Is maker notes data really preserved?

    Reading through DNG specs, I learned (or at least that was my understanding of) that private maker notes data is always preserved, even if it is not understood by the DNG format. However, these days I was playing with ExifTool and, while looking thro

  • G550 usb problem

    Hi!      I am using a lenovo g550(intel Pentium dual core t4500,Intel graphic, 4gib ddr2 ram,etc.). I currently have 3 systems on it-Windows 7 Home Basic(the native os), Windows Vista Business(2nd to be installed), and Linux Lubuntu Raring Ringtail(i