Build error under g++ 3.4.6

I am attempting to build an app but every time I hit the followng error:
===========================================================================
Undefined first referenced
symbol in file
UnwindRaiseException /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_throw.o)
__divdi3 /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(locale-inst.o)
UnwindResume_or_Rethrow /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_throw.o)
__muldi3 /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(locale-inst.o)
UnwindGetRegionStart /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
UnwindResume Codec.o
UnwindGetTextRelBase /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
UnwindGetDataRelBase /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
UnwindDeleteException /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_catch.o)
__udivdi3 /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(locale-inst.o)
__umoddi3 /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(locale-inst.o)
UnwindGetLanguageSpecificData /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
UnwindSetIP /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
UnwindSetGR /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
UnwindGetIP /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/../../../libstdc++.a(eh_personality.o)
ld: fatal: Symbol referencing errors. No output written to decoder
collect2: ld returned 1 exit status
make: *** [decoder] Error 1
===========================================================================
The g++ version used is as following:
===========================================================================
bash-2.03$ g++ -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs
Configured with: ../configure with-as=/usr/ccs/bin/as with-ld=/usr/ccs/bin/ld enable-shared enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.6
===========================================================================
The build option used is as following:
===========================================================================
"g++ -nodefaultlibs -o $@ $^ -lgcc -lsocket -lc `g++ -print-file-name=libstdc++.a".
===========================================================================
Note that I have to build the app by linking the "libstdc" library statically.
Any ideas on how to solve these build error? Thank you very much.

It is a self-maintained tool named decoder. The build was successful until the build server was upgraded. But I did not notice the g++ version previous used.

Similar Messages

  • [Solved] g++ (in geany) building errors under Arch

    I am having some issues with g++ (in geany) failing to build my programs correctly. I used Geany under Ubuntu with no issues with any of my code. To give some context though, I am taking an intro CS class, and the book is about 10 years old. As a result, a lot of my strategies might seem outdated or improper.
    Specifically I am finding that the cin.get command runs through:
    // Example of Dysfunction
    #include<iostream>
    using namespace std;
    int main()
    int a;
    char test[3];
    cout<<"What does 2 + 2 = "<<endl;
    cin>>a;
    cout<<"Define the string: ";
    cin.get(test, 3);
    cin.ignore(80, '\n');
    return 0;
    This was executed correctly in Ubuntu. When executed in Arch it does the first "cin>>a", then it runs to the end skipping the "cin.get". Any assistance?
    Last edited by nanix (2010-12-04 14:57:51)

    drcouzelis wrote:
    I think I Duck Duck Go'd the solution! http://www.augustcouncil.com/~tgibson/t … l#problems ("std::cin.getline() can run into problems..." section)
    I'm not sure why it worked before.
    Ha, I never considered it was a problem with things left in the buffer with "cin>>a". Thank you for your assistance!
    As for it working before, I still can't understand it. I am sitting here right now under ubuntu running the exact same code and it works.

  • Building i686 under x86_64 error

    Have tried arch wiki guide on building i686 under x86_64 but am getting this error
    --2014-08-26 17:01:13-- https://aur.archlinux.org/packages/br/broadcom-wl/broadcom-wl.tar.gz
    Resolving aur.archlinux.org (aur.archlinux.org)... 5.9.250.164, 2a01:4f8:160:3033::2
    Connecting to aur.archlinux.org (aur.archlinux.org)|5.9.250.164|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 2528 (2.5K) [application/x-gzip]
    Saving to: ‘STDOUT’
    100%[==============================================================================================>] 2,528 --.-K/s in 0s
    2014-08-26 17:01:13 (725 MB/s) - written to stdout [2528/2528]
    ==> Making package: broadcom-wl 6.30.223.248-1 (Tue 26 Aug 17:01:13 BST 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    ==> ERROR: Unknown download protocol: http
    My makepkg.i686.conf looks like this
    CARCH="i686"
    CHOST="i686-pc-linux-gnu"
    CFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    CXXFLAGS="${CFLAGS}"
    BUILDENV=(fakeroot !distcc color !ccache check !sign)
    An am using this command
    linux32 makepkg -src --config /etc/makepkg.i686.conf
    Would very much like to build i686 packages for my laptop under x86_64 (desktop is much faster) not sure what the problem is?

    YW.  I wrote ccm to minimize the number of commands I needed for building.  I find the local repo within the chroot very handy as well.  Lemme know how you like it.
    EDIT:
    Last edited by graysky (2014-08-27 19:00:53)

  • OAS 407 Build Error on RedHat 6.0

    Hi All,
    Furhter to my last post, can someone tell me if there is
    something I am missing here. Below is the build error I get
    when trying to build OAS407. I have RedHat 6.0 and I have made
    sure I have the latest glibc installed, based on the notes for
    the patch for oracle 8.0.5.1.
    Any information would be hugely appreciated.
    thanks
    Wayne
    Error during action 'Relinking executable dbsnmp'.
    Command: make -f ins_oemagent.mk idbsnmp
    i386-glibc20-linux-gcc -L/oracle/product/8.0.5/lib/ -
    L/oracle/product/8.0.5/lib/ -L/oracle/product/8.0.5/rdbms/lib -
    L/oracle/product/8.0.5/network/lib -o
    dbsnmp /oracle/product/8.0.5/network/lib/s0nmi.o /oracle/product/
    8.0.5/network/lib/waat0.o -lnmi -lnms -lnmd \
    lnms0 /oracle/product/8.0.5/rdbms/lib/defopt.o /oracle/product
    /8.0.5/rdbms/lib/ssdbaed.o \
    /oracle/product/8.0.5/lib/nautab.o /oracle/product/8.0.5/lib/naee
    t.o /oracle/product/8.0.5/lib/naect.o /oracle/product/8.0.5/lib/n
    aedhs.o `cat /oracle/product/8.0.5/lib/naldflgs` -lnetv2 -
    lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lclient -
    lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -
    lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -
    lnttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lepc -
    lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -
    lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -
    lnlsrtl3 `cat /oracle/product/8.0.5/lib/sysliblist` -ldl -lm -
    ltcl -lm -ldl -lc -lcrypt
    /oracle/product/8.0.5/lib//libcore4.a(lcd.o): In function
    `lcdprm':
    lcd.o(.text+0xacb): the `gets' function is dangerous and should
    not be used.
    /usr/lib/libtcl.so: undefined reference to `getgrnam@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `atexit@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `chown@@GLIBC_2.1'
    /usr/lib/libtcl.so: undefined reference to
    `__strtod_internal@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `rename@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strchr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `fdopen@@GLIBC_2.1'
    /usr/lib/libtcl.so: undefined reference to
    `__ctype_tolower@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `localtime@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strcmp@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `fprintf@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `getenv@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `getservbyname@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strerror@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `getpwuid@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `getgrgid@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `memchr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `gethostbyaddr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `inet_ntoa@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `mkfifo@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `listen@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `tmpnam@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strftime@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strpbrk@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `stdout@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `stderr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `abort@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__xstat@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `setsockopt@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `time@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strstr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__lxstat@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strcspn@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `uname@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `__strtol_internal@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `__ctype_toupper@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `execvp@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strncmp@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `inet_addr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__environ@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `bind@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `memcpy@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `getsockname@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strrchr@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `endpwent@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `gethostbyname@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `getpwnam@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `exit@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `gmtime@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `sscanf@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `utime@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `memset@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__ctype_b@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `_exit@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__xmknod@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to
    `__strtoul_internal@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `endgrent@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `sprintf@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `__bzero@@GLIBC_2.0'
    /usr/lib/libtcl.so: undefined reference to `strcpy@@GLIBC_2.0'
    collect2: ld returned 1 exit status
    make: *** [dbsnmp] Error 1
    null

    Sorry, but officialy the OAS 4071 is not supported under RedHad 6
    (because of the glibc 2.1). We ran into the same problems. Oracle
    Support has no possibilities (in Germany) to build a version
    which runs under glibc21. We shall wait to version 4.08.
    I hope this will help you. Downgrade to RedHad 5.2 an it3s
    running.
    Greetings
    Sven
    George (guest) wrote:
    : Wayne Stanton (guest) wrote:
    : : Hi All,
    : : Furhter to my last post, can someone tell me if there is
    : : something I am missing here. Below is the build error I get
    : : when trying to build OAS407. I have RedHat 6.0 and I have
    : made
    : : sure I have the latest glibc installed, based on the notes
    for
    : : the patch for oracle 8.0.5.1.
    : : Any information would be hugely appreciated.
    : : thanks
    : : Wayne
    : : Error during action 'Relinking executable dbsnmp'.
    : : Command: make -f ins_oemagent.mk idbsnmp
    : : i386-glibc20-linux-gcc -L/oracle/product/8.0.5/lib/ -
    : : L/oracle/product/8.0.5/lib/ -
    : L/oracle/product/8.0.5/rdbms/lib -
    : : L/oracle/product/8.0.5/network/lib -o
    : dbsnmp /oracle/product/8.0.5/network/lib/s0nmi.o
    /oracle/product/
    : : 8.0.5/network/lib/waat0.o -lnmi -lnms -lnmd \
    : lnms0 /oracle/product/8.0.5/rdbms/lib/defopt.o
    /oracle/product
    : : /8.0.5/rdbms/lib/ssdbaed.o \
    : : /oracle/product/8.0.5/lib/nautab.o
    /oracle/product/8.0.5/lib/na
    : ee
    : t.o /oracle/product/8.0.5/lib/naect.o
    /oracle/product/8.0.5/lib/n
    : : aedhs.o `cat /oracle/product/8.0.5/lib/naldflgs` -lnetv2 -
    : : lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lclient -
    : : lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -
    : : lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -
    : : lnttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lepc -
    : : lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn
    : : lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -
    : : lnlsrtl3 `cat /oracle/product/8.0.5/lib/sysliblist` -ldl -
    : lm -
    : : ltcl -lm -ldl -lc -lcrypt
    : : /oracle/product/8.0.5/lib//libcore4.a(lcd.o): In function
    : : `lcdprm':
    : : lcd.o(.text+0xacb): the `gets' function is dangerous and
    : should
    : : not be used.
    : : /usr/lib/libtcl.so: undefined reference to
    : `getgrnam@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `atexit@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `chown@@GLIBC_2.1'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__strtod_internal@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `rename@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strchr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `fdopen@@GLIBC_2.1'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__ctype_tolower@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `localtime@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strcmp@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `fprintf@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `getenv@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `getservbyname@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `strerror@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `getpwuid@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `getgrgid@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `memchr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `gethostbyaddr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `inet_ntoa@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `mkfifo@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `listen@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `tmpnam@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `strftime@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strpbrk@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `stdout@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `stderr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `abort@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `__xstat@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `setsockopt@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `time@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strstr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `__lxstat@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strcspn@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `uname@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__strtol_internal@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__ctype_toupper@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `execvp@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strncmp@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `inet_addr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `__environ@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `bind@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `memcpy@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `getsockname@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strrchr@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `endpwent@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `gethostbyname@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `getpwnam@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `exit@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `gmtime@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `sscanf@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `utime@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `memset@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `__ctype_b@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to `_exit@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `__xmknod@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : : `__strtoul_internal@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    : `endgrent@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `sprintf@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `__bzero@@GLIBC_2.0'
    : : /usr/lib/libtcl.so: undefined reference to
    `strcpy@@GLIBC_2.0'
    : : collect2: ld returned 1 exit status
    : : make: *** [dbsnmp] Error 1
    : Is that bacause of the Glibc 2.1 and Glibc 2.0? I think OAS is
    : link with Glibc 2.0 not 2.1, so it does not work here.
    : I meet the same problem when I install webdb on RH6.0.
    : RGS
    null

  • Web services build error

    Hi All,
    I have created and deployed a Java web service banking project now i want use this web services methods into .net clint. For that in .net peoples able to see the list of web services mathods when they are use those methods they face the problem like "Web services build error...". But when the java clint call the same web services methods it works fine.
    Im tired to resolved this problem please any one tel me how to resolve this problem.
    Thanks,
    kalyan N

    Both. I deployed the application under the IAS (902) and a standalone (903)environment. The IAS (port 7777) an the standalone oc4j (port 8888) is running with the same error.
    P.S. The server is down today for hardware technical reasons

  • Need help resolving build Errors.

    I get the following nasty error under application builder (see attached screen shot).  Can anyone help me resolve this?  SS
    Attachments:
    Build Errors.JPG ‏43 KB

    Hi,
    This is a common error.  The first thing I would try it disabling "Disconnect Type definitions" under the Additional Exclusions section application properties.  If you are using object oriented programming there might be a different issue.  Let us know if the type definitions trick works.
    Eric A.
    National Instruments
    Distributed I/O Product Support Engineer

  • Reg Build Error

    Hi All,
    I am using Export to Excel functionality in my application. When I am running my application, I am getting the following error.
    <i>     [wdgen] WARNING: Metadata of component ViewAdListNoPriceComp is not valid! ContextElementMapping "//WebDynpro/Controller:com.sap.nyt.SearchResultNoPrice/OutgoingControllerUsage:ExportToExcelCompocom.sap.nyt.ExcelExportCompInterfaceUsage/ContextMapping:1", Role "MappedElement": A minimum of 1 object(s) is required
         [wdgen] [Error]   com.sap.nyt.ViewAdListNoPriceComp --> Controller ViewAdListNoPriceComp [ExportToExcelCompoUsage]: Controller has invalid controller usage. Please check the referenced controller or delete the usage.</i>
    Please anyone do explain regarding this error. I am unable to understand what exactly the error is. It is very important for me. Please do help me in this regard asap.
    Thank You.
    Regards,
    Murthy.

    Satya,
    We have developed a custom Web Dynpro DC, to which the public part, default of com.sap.security.api.sda under SAP-JEE_1 is added as a Used DC.
    All the Used DCs under this DC are SAP standard DCs, and none of them have any build errors associated with them.
    The issue is only with Web Dynpro DC. Kindly help.
    Regards,
    Pavithra

  • Build Errors for Imported WLI 10.3.0 projects

    I've upgraded WLI 10.3.0 to WLI 10.3.1 using the upgrade installer on my Windows machine. I then created a new domain using the current WL Server 10.3.0 and WLI 10.3.1. I then imported Oracle's Tutorial Worklist application projects into a new workspace. This WLI application was originally developed with WLI 10.3.0 and was builiding/working correctly in the old WLS 10.3.0/WLI 10.3.0 environment. I get the following build errors now:
    - The project was not built since its build path is incomplete. Cannot find the class file for java.io.Serializable. Fix the build path then try building this project          Loan_Web
    - The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project          LoanUtil     
    - The type java.io.Serializable cannot be resolved. It is indirectly referenced from required .class files     Loan_Web/src/process     MyControl.java     line 1     
    - CHKJ3010W: Welcome Files cannot begin or end with a /.     Loan_Web/WebContent/WEB-INF     web.xml     org.eclipse.jst.j2ee.webapplication.internal.impl.WelcomeFileImpl@5b5bec (welcomeFile: /user.portal)
    The source files don't even appear under the projects in the workspace now. How can I fix this? Shouldn't importing the WLI 10.3.0 application into WLI 10.3.1 be transparent?
    Thanks.

    Hi,
    Does you check for the build path for this issue.
    Might this would be the problem with default JRE internal.
    Please check build java path and correct the JRE subsystem it will solve your issue.
    Regards,
    Kal.

  • Another Compiler Bug (message: An internal build error has occurred... Unknown Flex Problem)

    I was fighting with this problem for a few days. Finally I've got it resolved. I want to describe it and fill in BUG in the bug report, but I am not sure about Adobe support options. So, I am putting bug report here.
    1. ASSUMPTION: All problems which compiler reports as unknown problem are the real compiler BUGs/Problems. Eventually MXML compiler/ActionScript compiler should be able to take C++ or FORTRAN code or an aribitrary text and nicely tell "Error: It is not ActionScript (Flex) code" or "the code is corrupted from Line so and so...". When compiler crashed, it is most probably due to one of the states not handled (or not handled correct). Keeping this in mind I assume, that my code has nothing to do with the compiler crash.
    2. PROBLEM Description.
         - I tried to port our internal project from Flex3.5/Flex Builder 3 to Flex4.1/Flash Builder 4.
         - After checking out and trying to build code I start getting weird problems like Error 1037: Packages cannot be nested.
         - After cleaning and compiling project by project, walking up dependency tree, I was able to get rid of this problem.
         - On last Project I've got another problem (An internal build error has occurred... Unknown Flex Problem). Which I stuck with for a while.
         - When I checked log file I found following messages:
    ============================================================
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-12-21 15:45:24.353
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.ClassCastException: macromedia.asc.parser.InputBuffer cannot be cast to flex2.compiler.as3.CodeFragmentsInputBuffer
    at flex2.compiler.as3.AbstractSyntaxTreeUtil.lineNumberToPosition(AbstractSyntaxTreeUtil.jav a:1266)
    at flex2.compiler.mxml.ImplementationGenerator.generateBinding(ImplementationGenerator.java: 569)
    at flex2.compiler.mxml.ImplementationGenerator.generateBindingsSetupFunction(ImplementationG enerator.java:863)
    at flex2.compiler.mxml.ImplementationGenerator.generateBindingsSetup(ImplementationGenerator .java:812)
    at flex2.compiler.mxml.ImplementationGenerator.generateInitializerSupportDefs(Implementation Generator.java:1878)
    at flex2.compiler.mxml.ImplementationGenerator.generateClassDefinition(ImplementationGenerat or.java:1044)
    at flex2.compiler.mxml.ImplementationGenerator.<init>(ImplementationGenerator.java:206)
    at flex2.compiler.mxml.ImplementationCompiler.generateImplementationAST(ImplementationCompil er.java:499)
    at flex2.compiler.mxml.ImplementationCompiler.parse1(ImplementationCompiler.java:197)
    at flex2.compiler.mxml.MxmlCompiler.parse1(MxmlCompiler.java:168)
    at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2871)
    at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2824)
    at flex2.compiler.CompilerAPI.batch2(CompilerAPI.java:446)
    at flex2.compiler.CompilerAPI.batch(CompilerAPI.java:1274)
    at flex2.compiler.CompilerAPI.compile(CompilerAPI.java:1496)
    at flex2.tools.oem.Application.compile(Application.java:1188)
    at flex2.tools.oem.Application.recompile(Application.java:1133)
    at flex2.tools.oem.Application.compile(Application.java:819)
    at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:344)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(A SApplicationBuilder.java:276)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder.build(ASApplication Builder.java:127)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBuilder.java:190)
    at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build(ASItemBuilder.java:7 4)
    at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(FlexProjectB uilder.java:480)
    at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuild er.java:306)
    at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncremen talBuilder.java:157)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:633)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:218)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:360)
    at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:516)
    at org.eclipse.core.internal.resources.Project.build(Project.java:94)
    at org.eclipse.ui.actions.BuildAction.invokeOperation(BuildAction.java:221)
    at org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.java:162)
    at org.eclipse.ui.actions.WorkspaceAction$2.runInWorkspace(WorkspaceAction.java:483)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38 )
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !SESSION 2010-12-22 09:48:27.766 -----------------------------------------------
    eclipse.buildId=M20100909-0800
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments:  -product org.eclipse.epp.package.jee.product
    Command-line arguments:  -data C:\Client_Flex4 -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
    ================================================
    3. RESOLUTION/WORK AROUND
         - I was able to get this problem cleared by putting compiler option for Flex Application projects:  -keep-generated-actionscript
    4. SIDE NOTE
      I do not really see putting this compiler option as the solution and living with the mistery is making me fill a bit bad.

    Hi Faser,
    I just tried it on Vista with our latest FB Plugin build but
    I was unable to reproduce your issue with the following setup:
    - FB Plugin build installed by Administrator account user
    under her Documents folder
    - Administrator account user can launch, create Flex projects
    under her own workspace without any problems
    - Standard account user can launch the FB Plugin build (need
    Admin's password) and create Flex project (default location) under
    his own workspace
    If your setup is different, can you please log a bug at
    http://bugs.adobe.com/flex.
    Be sure to include what build you are using, whether it's
    reproducible, the detail of the setup, etc...
    thanks,
    Sharon

  • Report Generation Toolkit and Office 10 - build errors

    Using LabView 2011 and Report Generation Toolkit 2011.
    After installing Office 10, I would get build error for Excel-Print.Vi and Excel-SetCell.vi and build is then aborted.
    2011/vi.lib/addons/_office/_excelsub.llb/Excel-Print.vi.
    Says it is unable to save a vi without a block diagram.
    Uninstalled Office 10 and reinstalled Office 2003 and build went thru just fine.
    I can program using Excel 2003 and the compiled executable will work on another computer with Excel 2011 but once I install Office 10 on my LabVIEW computer I cannot build.
    Can't believe I could be the only one to experience this. Any workarounds?

    Duplicate Post

  • Build error: an input parameter is invalid

    I am looking for help with a build error. I am getting the following error message when I try to build a project in 8.5.1:
    Error 1 occurred at Open VI Reference in AB_Source_VI.lvclasspen_Reference.vi->AB_Build.lvclass:Copy_Files.vi->​AB_Application.lvclass:Copy_Files.vi->AB_Build.lvc​lass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_​Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.P​roxyCaller
    Possible reason(s):
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488:  Command requires GPIB Controller to be Controller-In-Charge.
    VI Path:
    Tom Rhoads
    Goodrich FUS
    Vergennes, Vermont

    Arducopter:
    Did you check to see if the KB Hunter posted resolves the issue?
    If you're opening a project in a newer version of LabVIEW, then there's a chance the mass compile tool might work. It will open and save all of the VIs within a specified folder. The tool is fairly self-explanatory, and you can access it from within LabVIEW by going to "Tools --> Advanced --> Mass Compile..."
    Good luck!
    Caleb Harris
    National Instruments | Mechanical Engineer | http://www.ni.com/support

  • Wp8 build error="The name 'InitializeComponent' does not exist in the current context" in app.xaml.cs."

    I added a new xaml page to my project and copy and pasted some regular snippets to it that I've done before to many other pages.  After all the changes looked good to me, I did a rebuild and got this error in the app.xaml.cs which I hadn't changed.
    I also get the same error in the new page I created.  It seems that the xaml design and code are not linked because there are other build errors in the new page's code file that reference other controls in it's design.  Those references also look
    ok to me but they get the similar "The name '.....' does not exist." error. 
    walter fink

    Hi,
    You don’t have “x:Class="DIYMedAPP.App"”
    in your App.xaml file, which caused such error in App.xaml.cs. Please add it.
    <Application
     x:Class="DIYMedAPP.App"
     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
     xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone">
    <!--Application Resources-->
    <Application.ApplicationLifetimeObjects>
    <!--Required object that handles lifetime events for the application-->
    <shell:PhoneApplicationService
     Launching="Application_Launching"
    Closing="Application_Closing"
     Activated="Application_Activated"
    Deactivated="Application_Deactivated"/>
    </Application.ApplicationLifetimeObjects>
    </Application>
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error 7 Build Error - File not found

    I am trying to build my software to another computer over the network. I am able to  access the directory I am installing to and the program is not indicating any build errors(all VI's are not broken). This error only occurs when building. Any suggestions would be great.
    Thanks,
    Nate 
    The Build was unsuccessful
    Possible Reasons: An included VI or one of its dependencies does not exist. Open all  Startup/Exported/Dynamically called VIs, recompile them  (Ctrl-Shift Click the run arrow), and save them to update their dependencies.
      \\PAINESTORAGE\Engineering\Test & Manufacturing Software\AutoTest Software\Current Version\AutoTest ...
     Extended Details: Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
      Error 7 occurred at ABAPI Dist Report Read Link Info Error.vi -> ABAPI Dist Cmp Settings to Disk Hier.vi -> ABAPI Get Settings From File2.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Rule_Editor.vi -> EBUIP_Item_OnDoProperties.vi -> EBUIP_Item_OnDoProperties.vi.ProxyCaller
      Possible reason(s):
      LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    =========================
    NI-488:  Non-existent board.
    -Nate
    Solved!
    Go to Solution.

    Is there a way to see a report of the dynamically called VI's? I inherited this software and am relatively new to LabView...
    -Nate

  • Build Error while trying to import a dc from the track.

    Hi All,
              I  imported a Java perspective Dc from a track to local developement,
              When i tried to build locally developed dc, but i was getting a build error as
    "error reading C:\Documents and Settings
    .dtc\0\DCs\dc_ext_lib\_comp\gen\default\public\Excel_API\lib\java\Jexcel-install.jar; error in opening zip file"
    There was a error in opening the JExcel file.
    Any Ideas?
    Thanks,
    Anil

    Hi Anil,
    I think the jar file(Jexcel-install.jar) is zipped.Unzip the zar file from the folder......lib/java.
    Or else remove the jar file and import the application into NWDS,then add the jar externally from the NWDS.
    Make sure that the dc does not have any files.
    Once you import the dc rightclick on the prj-.properties-.add the external  jar file or directly place the jar file in java folder.
    Regards,
    Lavanya.G

  • How to remove build errors while creating an Order App. for Handhelds

    Hi Friends,
    As per the Tutorial: Developing an Order Application for Handhelds provided at the given link http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm
    I am creating mobile application for PDA . I have finished many steps but at one step I am getting build errors.
    The step is when we create service and paste the code provided in the document.
    public void generateTestData() {
    //@@begin implementation
          if( !(((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).getOrderOrderheaders().size() > 0))
             OrderOrderheader order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0023378");
             order.setLongtext("Repair front door");
             order.setServiceunit("SU01");
             order.setCreatedOn(Date.valueOf("2007-06-30"));
             order.setCreatedAt(Time.valueOf("08:45:00"));
             order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0024897");
             order.setLongtext("Analyse malfunction");
             order.setServiceunit("SU01");
             order.setCreatedOn(Date.valueOf("2007-07-01"));
             order.setCreatedAt(Time.valueOf("09:00:00"));
             order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0034534");
             order.setLongtext("Repair escalator");
             order.setServiceunit("SU03");
             order.setCreatedOn(Date.valueOf("2007-07-03"));
             order.setCreatedAt(Time.valueOf("19:45:00"));
             order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0024589");
             order.setLongtext("Analyse computer problem");
             order.setServiceunit("SU04");
             order.setCreatedOn(Date.valueOf("2007-07-01"));
             order.setCreatedAt(Time.valueOf("15:45:00"));
             order = ((Order_srvModel)OcaRoot.getInstance().getModel(Order_srvModel.class)).createOrderOrderheader();
             order.setOrderid("0027890");
             order.setLongtext("Repair door lock");
             order.setServiceunit("SU03");
             order.setCreatedOn(Date.valueOf("2007-07-05"));
             order.setCreatedAt(Time.valueOf("10:00:00"));
             OcaRoot.getInstance().commit();
    //@@end
    The issue is I am getting a red line below each set methods as I have shown by underlining. I am struggling with how to rectify the error.When I write ORDER and write . after it , it shows only get methods in the popup not the set methods.
    Please suggest .
    It will be a great help.
    Regards,
    Nitesh

    Hi Nitesh
    Check if the data object you created is bi directional in DOE?
    Regards
    Vidyadhar

Maybe you are looking for

  • IPhoto 6 & Photoshop Elements color management

    Hi All - I have recently purchased and installed both iPhoto6 and P.S. Elements 3.0 so both are new to me. I'm trying to co-ordinate the color between iPhoto, PS Elements, the camera and printing. Forget printing for now. At this point I just want th

  • Printing from InDesign Poor; From Photoshop Good

    I have some images, that I converted to B&W in Photoshop. If I print them (samsung clp-315), from Photoshop CS2, they look great. I saved them as TIF files and imported them into InDesign CS4.  This is my first book layout. I printed them to see how

  • Stuck on Windows.

    Using Windows with bootcamp and now stuck with it. Took drive out and deleted Bootcamp partition thinking it would start in OS X. But it just asks for a Windows Boot Disk. Can't use keyboard and mouse must be in computer not in keyboard to work.

  • For the merge statement

    Hi, Is it possible to insert and update at the same time in the when not matched part of the MERGE statement. Pl provide me the information how to do it in MERGE statment. thanks in advance.

  • Why won't my email let me attach anything? Just updated to 10.9.2 and it worked fine beforehand.

    I just updated to the new OS X version 10.9.2 and all of a sudden I can't attach anything to any of my emails using the attach option. I have to copy and paste now. Before this new software update, everything was working fine. I don't know what to do