Error in synthesizing SysGen FIR compiler

Hi
We have a SysGen project, which includes a bunch of FIR filters. We have defined their coefficients as MATLAB floating point arrays, which are quantized by the FIR Compiler block. When we try to synthesize the core (either through generate netlist or generate IP Block), we encounter a strange error when the core is being compiled. This does not happen when we generate a simple project including just one or two of these cores.
The error is as follows:
ERROR: array index -1 out of range
ERROR: Illegal unconstrained array declaration "ci_rnd_const"
Thanks in advance

Hi
Which version of vivado and Matlab are you using?
Is this seen with 2015.2

Similar Messages

  • Why am I getting an ORA-04052 error when I try to compile a Procedure?

    Hi,
    The following procedure I'm getting an ORA-04052 error when I try to compile the following procedure.
    CREATE OR REPLACE PROCEDURE APPS.Find_String (
    pin_referenced_name IN dba_dependencies.referenced_name%TYPE)
    IS
    cursor cur_get_dependancy
    is
    SELECT distinct owner, name, type
      FROM [email protected]        -- prod.world
    WHERE lower(referenced_name) = lower(pin_referenced_name) --'ftbv_salesrep_all_1d'
       AND referenced_type <> 'SYNONYM'
       AND owner <> 'SYS'
    order by name;
    v_owner  varchar2(40);
    v_name   varchar2(50);
    v_type   varchar2(40);
        BEGIN
           dbms_output.put_line(upper(pin_referenced_name)||' is found in the following objects.');
           dbms_output.put_line(' ');
           dbms_output.put_line(RPAD('OWNER', 30, ' ')||RPAD('NAME', 60, ' ')||RPAD('OBJECT TYPE', 30, ' '));
           dbms_output.put_line('-------------------------------------------------------------------------------------------------------------------');
            FOR i IN cur_get_dependancy
            LOOP
                v_owner := RPAD(i.owner, 30, ' ');
                v_name  := RPAD(i.name, 45, ' ');
                v_type  := RPAD(i.type, 30, ' ');
                dbms_output.put_line(v_owner ||v_name|| v_type);
            END LOOP;
    END find_string;I'm using the link [email protected]. The procedure compiles for other database links used in the cursor including the one commented to the right of the code 'prod.world'.
    What's even stranger is that I took the SELECT statement
    SELECT distinct owner, name, type
      FROM [email protected]        -- prod.world
    WHERE lower(referenced_name) = lower(pin_referenced_name) --'ftbv_salesrep_all_1d'
       AND referenced_type <> 'SYNONYM'
       AND owner <> 'SYS'
    order by name;out of the procedure and ran it on the command line using the @pinp.world link, the SQL statement ran just fine. But when I tried to compile the above procedure with that exact same SQL statement with the exact same link I get the following string of errors.
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02068: following severe error from PINP
    ORA-03113: end-of-file on communication channelHow can the link work just fine in a regular SQL statement but then cause an error when its compiled in code that otherwise compile just fine when using any other link or even just a plain database. Does anyone have any suggestions?

    OK Justin,
    Here's the query by itself run in another database using the @pinp.world link and querying the dba_dependencies table in the pinp.world database. As you can see the query using this link works just fine returning the requested rows. I can't figure out why the compiler is having an issue with essentially this same query when I try to compile it in a cursor in TOAD. Also this is the database (dev1.world) that I'm trying to compile this Procedure in.
    By the way I'm in an Oracle 9.2.0.6 database and TOAD v9.2.
    SQL> conn apps/apps1@dev1
    Connected.
    SQL> SELECT distinct owner, name, type
      2    FROM [email protected]
      3   WHERE lower(referenced_name) = lower('ALL_USERS')
      4     AND referenced_type <> 'SYNONYM'
      5     AND owner <> 'SYS'
      6   order by name;
    OWNER                          NAME                           TYPE
    PUBLIC                         ALL_USERS                      SYNONYM
    XDB                            DBMS_XDBUTIL_INT               PACKAGE BODY
    XDB                            DBMS_XDBZ0                     PACKAGE BODY
    SYSTEM                         MVIEW_EVALUATIONS              VIEW
    SYSTEM                         MVIEW_EXCEPTIONS               VIEW
    SYSTEM                         MVIEW_FILTER                   VIEW
    SYSTEM                         MVIEW_LOG                      VIEW
    SYSTEM                         MVIEW_RECOMMENDATIONS          VIEW
    SYSTEM                         MVIEW_WORKLOAD                 VIEW
    ORASSO                         WWCTX_API                      PACKAGE BODY
    PORTAL                         WWCTX_API                      PACKAGE BODY
    ORASSO                         WWEXP_UTL                      PACKAGE BODY
    PORTAL                         WWEXP_UTL                      PACKAGE BODY
    PORTAL                         WWPOB_API_PAGE                 PACKAGE BODY
    PORTAL                         WWPOF                          PACKAGE BODY
    ORASSO                         WWPRO_PROVIDER_VALIDATION      PACKAGE BODY
    PORTAL                         WWPRO_PROVIDER_VALIDATION      PACKAGE BODY
    PORTAL                         WWSBR_EDIT_ATTRIBUTE           PACKAGE BODY
    PORTAL                         WWSBR_FOLDER_PORTLET           PACKAGE BODY
    PORTAL                         WWSBR_USER_PAGES_PORTLET       PACKAGE BODY
    ORASSO                         WWUTL_API_PARSE                PACKAGE BODY
    OWNER                          NAME                           TYPE
    PORTAL                         WWUTL_API_PARSE                PACKAGE BODY
    PORTAL                         WWUTL_EXPORT_IMPORT_LOV        PACKAGE BODY
    ORASSO                         WWUTL_LOV                      PACKAGE BODY
    PORTAL                         WWUTL_LOV                      PACKAGE BODY
    PORTAL                         WWV_CONTEXT                    PACKAGE BODY
    PORTAL                         WWV_CONTEXT_UTIL               PACKAGE BODY
    PORTAL                         WWV_DDL                        PACKAGE BODY
    PORTAL                         WWV_GENERATE_UTL               PACKAGE BODY
    PORTAL                         WWV_GLOBAL                     PACKAGE
    PORTAL                         WWV_MONITOR_DATABASE           PACKAGE BODY
    PORTAL                         WWV_PARSE_AS_SPECIFIC_USER     PACKAGE BODY
    PORTAL                         WWV_PARSE_AS_USER              PACKAGE BODY
    PORTAL                         WWV_SYS_DML                    PACKAGE BODY
    PORTAL                         WWV_SYS_RENDER_HIERARCHY       PACKAGE BODY
    PORTAL                         WWV_THINGSAVE                  PACKAGE BODY
    PORTAL                         WWV_UTIL                       PACKAGE BODY
    PORTAL                         WWV_UTLVALID                   PACKAGE BODY
    38 rows selected.
    SQL>Let me know what you think.
    Thanks again.

  • Error message in excel 2003 : compile error in hidden module could be caused by Adobe Acroate add in

    The error message in excel 2003 : "compile error in hidden module AutoExecNew" could be caused by Adobe Acroate add ins, thats waht microsoft told me.I use windows xp service pack3.I have got reader newest version and photoshop 6.0. With this and also with an older reader version I got the error message when opening excel. what can I do?
    Best regards Ray

    If you have Adobe Reader, you (probably) don't have Adobe Acrobat, a
    commercial ($$) product. 5.0 is a very old release.
    But you can check if the files are there anyway from long ago. See
    http://support.microsoft.com/kb/307410
    Aandi Inston

  • How to track the information/error of java code while compiling.

    Hi,
    I want all the information or errors of java code during compilation.
    So that I can use this information or I can show these errors with different style.
    How to get the java syntax errors?

    Hi,
    I want all the information or errors of java code
    during compilation.
    So that I can use this information or I can show these
    errors with different style.
    How to get the java syntax errors?Redirect the STDOUT/STDERR from the the JAVA/JAVAC command to a file is one way...
    For instance at the commmand line:
    javac myClass.java > STDOUT.txt 2> STDERR.txt (Works for Unix variants or Windows OS's)
    Then you can do what ever you want with the data contained in the files.
    Hope this helps

  • Error C1001: An internal error has occurred in the compiler.

    Hello,
    I'm trying to a old project (VC6++) on Visual Studio 2013.But it gives me an error i don't know how to solve.I've searched google but can't find any solutions.
    Here is an error:
    Error 1
    error C1001: An internal error has occurred in the compiler.
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\mutex
    46 1
    Shared
    Compiler Output
    1>------ Build started: Project: Shared, Configuration: Release Win32 ------
    1> stdafx.cpp
    1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\mutex(46): fatal error C1001: An internal error has occurred in the compiler.
    1> (compiler file 'msc1.cpp', line 1325)
    1> To work around this problem, try simplifying or changing the program near the locations listed above.
    1> Please choose the Technical Support command on the Visual C++
    1> Help menu, or open the Technical Support help file for more information
    1> INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe'
    1> Please choose the Technical Support command on the Visual C++
    1> Help menu, or open the Technical Support help file for more information
    2>------ Build started: Project: AIServer, Configuration: Release Win32 ------
    2> StdAfx.cpp
    2>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\mutex(46): fatal error C1001: An internal error has occurred in the compiler.
    2> (compiler file 'msc1.cpp', line 1325)
    2> To work around this problem, try simplifying or changing the program near the locations listed above.
    2> Please choose the Technical Support command on the Visual C++
    2> Help menu, or open the Technical Support help file for more information
    2> INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe'
    2> Please choose the Technical Support command on the Visual C++
    2> Help menu, or open the Technical Support help file for more information
    ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
    I've tried on Visual Studio 2012 successfull but on Visual Studio 2013 gives me that error.
    How can i solve this ?
    Thanks...
    [Sorry About English]
    mbpakalin.net

    One thing that smells a little funny:  VC6 didn't have a mutex header.  Did you add std::mutex stuff as part of your porting process?  If not, it is possible that the project itself has a #include <mutex> that is now resolving to the
    standard library version of mutex, but was resolving to a project file in VC6.

  • C1001: An internal error has occurred in the compiler on WEC2013 in VS2013

    Has anyone experienced random internal compiler errors:
    BUILD: [02:0000013759:ERRORE] c:\wince800\osdesigns\mytidevkit\mytidevkit\wince800\am33x_evm_bsp_armv7_retail\cesysgen\sdk\inc\crt\string.h(189) : fatal error C1001: An internal error has occurred in the compiler. {log="C:\WINCE800\platform\AM33X_EVM_BSP\SRC\DRIVERS\sd45\bldsys.log(1062)"}
    BUILD: [02:0000014134:ERRORE] NMAKE : fatal error U1077: 'C:\WINCE800\sdk\bin\i386\ARM\cl.exe' : return code '0x1' {log="C:\WINCE800\platform\AM33X_EVM_BSP\SRC\DRIVERS\sd45\bldsys.log(1063)"}

    I experienced it in earlier WEC2013. i fixed it by disabling the code anaysis option from sources.cmn file. Just check the following variable is enabled in sources.cmn of your BSP. 
    CODE_ANALYSIS=1
    if enabled, clear it like this
    CODE_ANALYSIS=
    and try again
    Please mark as answer, if it is correct.
    Please vote,if it is helpful post.
    Vinoth.R
    http://vinoth-vinothblog.blogspot.com
    http://www.e-consystems.com/windowsce.asp

  • Getting an strange error in "PluginPrefix.pch" while compiling a plugin code with InDesign CS4 SDK.

    Hi everybody,
    Currently trying to compile/build the existing Plugin code (C++) with InDesign CS4 SDK on my Mac OS X 10.5 machine but getting following strange errors.
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:26:27: error: MemoryStatics.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:39:30: error: PluginBuildFlags.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:40:28: error: AnsiBasedTypes.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:41:26: error: ShukHeaders.cp: No such file or directory
    Though above mentioned files are present at the following directory
    /Volumes/../../../Adobe InDesign CS4 SDK/source/precomp/common/
    Note : However initially I did not find “MemoryStatics.h” and “AnsiBasedTypes.h” files in the installed SDK directory. I have downloaded them from the net and copied those into the above mentioned directory.
    I am not much familiar with Mac OS environment and compiling/building C++ code with Xcode. Can anyone help me to resolve this issue (might be very trivial and related to Xcode project configuration) ?

    Thanks for the quick response,
    Yes, current build settings include path shortcuts as mentioned below and it also contains “$(CS_SDK_PATH)/source/public/includes” path in HEADER_SEARCH_PATHS settings.  But still I am getting the same error: MemoryStatics.h: No such file or directory
    CS_SDK_PATH= /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK
    CS_SDK_PRJ_PATH=/Volumes/MAC Extended/Inbetween Extended/Visual Studio/InBetweenDev/Projects/InBetweenCS/IBClientPluginCS3/prjCS4/mac
    Just for clarification : my Plugin code /project files are not inside the InDesign SDK (build/mac/prj). All the plugin project is outside of the InDesign SDK directory. Thus above mentioned CS_SDK_PATH and CS_SDK_PRJ_PATH are completely different.
    Is it expected that the plugin code/project files should be inside the InDesign SDK/build/mac/prj  directory only ? or is it okay if we put it in the completely another directory structure and modify the  SDK_PRJ_PATH accordingly (as in my case) ?
    Please let me know if you want me to elaborate the situation further.

  • Error with import of new compiled java package

    Hi,
    in order to change some code in the java classes of the packages stored in the VV2-Content, 1.0 of SAP -> http://sap.com/xi/ISU-IDEX-GE/VV2 -> Mapping Objects -> Imported Archive, I exported all packages in this folder, extracted them, decompiled some classes (using jad), in which I would like to change some code, and imported these classes associated with other exported packages in a new project of eclipse. after changing the code and successfully compiling these java classes (with no error), I exported the ".class" from eclipse, replaced the old ".class" in the packages with the newly compiled ones(in a zip file) and at the end imported the changed packages (in zip files) in the folder "Imported Archive". After saving and activating the change, I sent an IDOC from R3 system to the XI system for test. In the monitor of the XI system, there was an error, which is
    "Inkompatible Versionen von Klassen (Linkage Error)" (in English "incompatible versions of classes (linkage error)"). Can anyone tell me, how I can do with this error? Thanks.

    Vishal,
    thanks for your reply. Actually I did change some code in the decompilied class "XEdixml2EdiConverter". I think this class does nothing with mapping(transformation), but it converts the tranformed edixml to final edifact. Can I test it in the repository as you said?
    regards
    Bin

  • Getting error for classpath setting during compilation

    Hi,
    I tried sampel code of SchematronValidation bpel sample code from oracle site.But while compiling the code,I am getting following error:
    Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "SchematronValdiationProcess" of composite "default/SchematronValidation!1.0"
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    Plz help me on this to resolve!!!
    Regards,
    Deb
    Edited by: DevD on Jun 30, 2011 2:40 PM

    Hi Yatan,
    Thanks for your inputs.
    I have added BPM-Workflow class file in project properties.Now SOA-BUILD successful,but while deploying to server I am getting error:
    Error during deployment: Deployment Failed: Error occurred during deployment of component: SchematronValdiationProcess to service engine: implementation.bpel, for composite: SchematronValidation: ORABPEL-01005
    Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "SchematronValdiationProcess" of composite "default/SchematronValidation!1.0*soa_1272dcc8-82cf-4306-b31f-7aacd0be61cb"
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    [05:10:15 PM] Check server log for more details.
    [05:10:15 PM] Error deploying archive sca_SchematronValidation_rev1.0.jar to partition "default" on server soa_server1 [10.185.51.136:8001]
    [05:10:15 PM] #### Deployment incomplete. ####
    [05:10:15 PM] Error deploying archive file:/C:/JDeveloper/mywork/GM_POC/SchematronValidation/deploy/sca_SchematronValidation_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Plese help me on this!
    Regards,
    Deb

  • Error with LOG4J, in 10G compilation

    Hi Everyone,
    Please I need Help I try to load Log4J en Database 10G, When I try to compile the class in toad, or in database, sende a message error the class are:
    ORA-29521: referenced name javax/management/RuntimeOperationsException could not be found
    ORA-29521: referenced name javax/management/AttributeList could not be found
    ORA-29521: referenced name javax/management/Attribute could not be found
    ORA-29521: referenced name javax/management/DynamicMBean could not be found
    ORA-29521: referenced name javax/management/MBeanRegistration could not be found
    ORA-29521: referenced name javax/management/MBeanException could not be found
    ORA-29521: referenced name javax/management/ReflectionException could not be found
    ORA-29521: referenced name javax/management/AttributeNotFoundException could not be found
    ORA-29521: referenced name javax/management/InvalidAttributeValueException could not be found
    ORA-29521: referenced name javax/management/MBeanServer could not be found
    ORA-29521: referenced name javax/management/ObjectName could not be found
    ORA-29521: referenced name javax/management/MBeanInfo could not be found
    I dont now what to do, if enyone know what cause this error, I try to update the JDK in data base to 1.5 but I dontknow to do.

    Alcides,
    For your information, the Oracle 10g database embedded JVM is compatible with java 1.4 and so supports logging. Hence no real need to install Log4j.
    As far as I know, you cannot upgrade the Oracle database embedded JVM.
    (See your How Install JDK 1.5 in Data Base Oracle 10G, urgent pleeeeese.)
    Certainly looks like the version of Log4j you are trying to use is compatible with java 1.5, so if you insist on using Log4j, you'll have to use a version that is compatible with java 1.4. Sorry :-(
    By the way, I think the Java in the Oracle Database forum is the most appropriate for your question.
    Good Luck,
    Avi.

  • Getting Deploy Error when using the WebDynpro Compiler

    Hi,
    I have a VC application which uses the RFC from R/3.
    When i am using the Compiler as WEBDYNPRO, it is giving me Deploy Error as:
    WebDynpro Compiler:
    Portal request failed
    (Model properties Namespace and Vendor are not specified for source archieve generator)
    Also,
    I checked the Iview property in the Portal but i am unable to find this properties.
    Guide me when and where this Complier type is uesd..?
    Thanks & Regards,
    Dhruv Shah

    Hi,
    I am unable to find this properties.
    In the Model View i searched a lot.
    I have another question also.
    Do you know how to refresh the table from the RFC.
    Thanks& regards,
    Dhruv Shah

  • Errors in jgrasp as I compile my java.

    I usually patiently wate and figure it out but that is not working so here I go. Help Help Help m please for the love of my grades help me.
    I compiled this:
    class DemoVaribles4
    public static void main(String[] args)
    int oneInt = 315 ;
         System.out.println("int is " + oneInt) ;
         short oneShort     =     23 ;
    System.out.println("The short is " + oneShort) ;
         long oneLong     =     1234567876543L ;
         System.out.println("The long is " + oneLong) ;
    System.out.println("Sum is " + sum ) ;
         System.out.println("Difference is " + difference) ;
         System.out.println("Product is " + product) ;
         System.out.println("Quotient is " + quotient) ;
         System.out.println("Modulus is " + modulus) ;
         sum     =     value1 + value2;
         difference = value1 - value2;
         product = value1 * value2;
         quotient = value1 / value2;
         modulus = value1 % value2;
         int value1     = 43,     value2 =     10, sum, difference, product, quotient, modulus;
    And I got this:
    DemoVaribles3.java:12: cannot find symbol
    symbol : variable sum
    location: class DemoVaribles4
    System.out.println("Sum is " + sum ) ;
    ^
    DemoVaribles3.java:13: cannot find symbol
    symbol : variable difference
    location: class DemoVaribles4
         System.out.println("Difference is " + difference) ;
    ^
    DemoVaribles3.java:14: cannot find symbol
    symbol : variable product
    location: class DemoVaribles4
         System.out.println("Product is " + product) ;
    ^
    DemoVaribles3.java:15: cannot find symbol
    symbol : variable quotient
    location: class DemoVaribles4
         System.out.println("Quotient is " + quotient) ;
    ^
    DemoVaribles3.java:16: cannot find symbol
    symbol : variable modulus
    location: class DemoVaribles4
         System.out.println("Modulus is " + modulus) ;
    ^
    DemoVaribles3.java:17: cannot find symbol
    symbol : variable sum
    location: class DemoVaribles4
         sum     =     value1 + value2;
    ^
    DemoVaribles3.java:17: cannot find symbol
    symbol : variable value1
    location: class DemoVaribles4
         sum     =     value1 + value2;
    ^
    DemoVaribles3.java:17: cannot find symbol
    symbol : variable value2
    location: class DemoVaribles4
         sum     =     value1 + value2;
    ^
    DemoVaribles3.java:18: cannot find symbol
    symbol : variable difference
    location: class DemoVaribles4
         difference = value1 - value2;
    ^
    DemoVaribles3.java:18: cannot find symbol
    symbol : variable value1
    location: class DemoVaribles4
         difference = value1 - value2;
    ^
    DemoVaribles3.java:18: cannot find symbol
    symbol : variable value2
    location: class DemoVaribles4
         difference = value1 - value2;
    ^
    DemoVaribles3.java:19: cannot find symbol
    symbol : variable product
    location: class DemoVaribles4
         product = value1 * value2;
    ^
    DemoVaribles3.java:19: cannot find symbol
    symbol : variable value1
    location: class DemoVaribles4
         product = value1 * value2;
    ^
    DemoVaribles3.java:19: cannot find symbol
    symbol : variable value2
    location: class DemoVaribles4
         product = value1 * value2;
    ^
    DemoVaribles3.java:20: cannot find symbol
    symbol : variable quotient
    location: class DemoVaribles4
         quotient = value1 / value2;
    ^
    DemoVaribles3.java:20: cannot find symbol
    symbol : variable value1
    location: class DemoVaribles4
         quotient = value1 / value2;
    ^
    DemoVaribles3.java:20: cannot find symbol
    symbol : variable value2
    location: class DemoVaribles4
         quotient = value1 / value2;
    ^
    DemoVaribles3.java:21: cannot find symbol
    symbol : variable modulus
    location: class DemoVaribles4
         modulus = value1 % value2;
    ^
    DemoVaribles3.java:21: cannot find symbol
    symbol : variable value1
    location: class DemoVaribles4
         modulus = value1 % value2;
    ^
    DemoVaribles3.java:21: cannot find symbol
    symbol : variable value2
    location: class DemoVaribles4
         modulus = value1 % value2;
    ^
    20 errors
    ----jGRASP wedge2: exit code for process is 1.
    ----jGRASP: operation complete.
    I don't know what I am doing wrong I was following this example from the book as told and it doesn't compile correctly I checked grammar and everything for the love of sweet oblivion can someone break it down for me?

    System.out.println("Sum is " + sum ) ;
    ----------------------------------------------^
    System.out.println("Difference is " + difference) ;
    -----------------------------------------------------------^
    System.out.println("Product is " + product) ;
    -----------------------------------------------------^
    System.out.println("Quotient is " + quotient) ;
    -------------------------------------------------------^
    System.out.println("Modulus is " + modulus) ;
    ---------------------------------------------------------^
    sum     =     value1 + value2;
    ---------^
    sum     =     value1 + value2;
    ------------------------------- ^
    sum     =     value1 + value2;
    --------------------------------------------^
    difference = value1 - value2;
    --------^
    difference = value1 - value2;
    ----------------------^
    difference = value1 - value2;
    ----------------------------------^
    product = value1 * value2;
    ------^
    product = value1 * value2;
    ------------------^
    product = value1 * value2;
    -------------------------------^
    quotient = value1 / value2;
    -------- ^
    quotient = value1 / value2;
    --------------------^
    quotient = value1 / value2;
    --------------------------------^
    and so on and so forth

  • Errors on wrong version during compiling

    I'm new in JAVA, please help.
    I am using "StringBuilder" class in my java program and I notited that it needs the JDK 1.5 compiler. AFter I installed the JDK 1.5.02 and I got this compilation error when I compile my program using JBuilder 5.
    "Lottery.java": Error #: 750 : initialization error: com.borland.compiler.symtab.LoadError: class file has wrong version 49.0
    Anybody out there can help?

    You can't use 1.5.0 in JB5. I think you need JB2004 at least.

  • Errors not showing up while compiling package spec

    Version :11g
    While compiling a package specification, i get the message
    Warning: Package created with compilation errors.But when i type
    SQL> show errors
    No errors.Why can't i see the errors?

    Weirdly enough, using double quotes around the proc/package name can cause this issue
    SQL> select * from v$version where rownum=1;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    SQL> create procedure "proc1" as
      2     begin
      3       null -[
      4     end;
      5    
      6  /
    Warning: Procedure created with compilation errors.
    SQL> show errors
    No errors.
    SQL> create procedure proc1 as
      2     begin
      3       null -[
      4     end;
      5    
      6  /
    Warning: Procedure created with compilation errors.
    SQL> show errors
    Errors for PROCEDURE PROC1:
    LINE/COL ERROR
    3/11     PLS-00103: Encountered the symbol "-" when expecting one of the
             following:
    3/11     PLS-00103: Encountered the symbol "-" when expecting one of the
             following:
             ;

  • Any clues on this error trace? Flash Builder compiling for iOS...

    Hi,
    All of a sudden, I am seeing the following when I try to compile an app for iOS:
    [code]
      Error occurred while packaging the application:
    # A fatal error has been detected by the Java Runtime Environment:
    # Internal Error (0xe06d7363), pid=3736, tid=7512
    # JRE version: 6.0_16-b01
    # Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode windows-x86 )
    # Problematic frame:
    # C [KERNELBASE.dll+0xc41f]
    # An error report file with more information is saved as:
    # C:\Users\GAIUSC~1\AppData\Local\Temp\AOT1351170957959\hs_err_pid3736.log
    [/code]
    The error log has been deleted by the time I get to it and there is no other clue, not aware of making any other changes that could affect it.
    Will try restarting but...
    Any clues or ideas would be welcome!
    Thanks,
    G

    Hmm.
    I have googled the error code C [KERNELBASE.dll+0xc41f] and it is suggesting an incompatibility with 64-bit versus 32-bit systems. I did previously install the 64-bit Flash Builder 4.7 trial, and then uninstall it again because it gave too many bugs on my machine and played havoc with FB 4.6.
    I will try in the 4.7 forum to see if they have any ideas.
    G

Maybe you are looking for

  • Clearing of vendor open items

    hi all when i am trying to clear the vendor open items using tcode f.13 for a production run, the system gives 2 error messages for each vendor like scheme       screen  mtype mid  mno message SAPMF05A 0700     S        00    344 no batch input data

  • Word Crashing When Discarding Checkout for Document Stored in SharePoint

    We have recently noticed an issue when we have a Word file checked out from SharePoint, if we then discard the checkout from Word, Word crashes. The error details point to an issue in wwlib.dll. Having done some further investigation into this it app

  • Disable 'open PDF in browser'

    Hi, I'm trying to disable the open PDF in browser option in a corporate enviroment. The Adobe knowledge base said that this can be done by disabling the addon called 'Adobe PDF Reader' I've set a policy to disable this addon, but the PDF still open i

  • Net invoice reciept

    my scenerio is po created of 100 pc @ 10rs/pc GR of 40 pc @ 10rs/pc invoice reciept 40pc @ 10rs/pc tax is 10% tcode MIRO document type  : NET INVOICE RE. terms of payment  : due immideatly invoice verified with refrence to delivery note of above case

  • Windows Vista Sync for a Tunsten T3

    Just got a new computer with Vista loaded and am trying, fruitlessly I might add, to download, install and use Palm Desktop version 6.2 to sync my Tungsten to my computer. I think I've tried almost every possible way to make it work to no avail. Is t