Error in linking by using arm-linux-g++

Hi
I use arm-linux-g++ to link my program, and get the following error message:
"/usr/local/BerkeleyDB.4.5b/bdb-4.5.so: could not read symbols: ?????"
The question marks is post by system, I don't know what it is on earth.
But it was no problem using gcc/g++ to compile and link the program for PC version. I generated the MAKEFILE by qmake.
And the configuration in it showed below:
INCPATH = -I/qt/qt-embedded-arm-3.3.6/mkspecs/qws nux-arm-g++ -I. -I. -I../..
/include -I.moc/release-shared-mt-emb-arm/ -I /usr/local/BerkeleyDB.4.5/include
LIBS = $(SUBLIBS) -L/qt/qt-embedded-arm-3.3.6 b -lqte-mt -ldl -lpthread -L/usr/local/BerkeleyDB.4.5 b -ldb-4.5 -g
My arm-linux-gcc/ arm-linux-g++ version is 2.95.3, my system is Red Hat Enterprise 4.2. And I am using C++.
I think that it should be the problem linking configuration, but I do not know how to make it correct.

I found the answer!!
1.Modify the configure file of Berkeley DB
#tar zxfv db-4.x.tgz
#cd db-4.x/build_unix
#vi /dist/configure
Insert the following lines to configure file
CC=/opt/host/armv4l/bin/armv4l-unknown-linux-gcc
AR=/opt/host/armv4l/bin/armv4l-unknown-linux-ar
RANLIB=/opt/host/armv4l/bin/armv4l-unknown-linux-ranlib
STRIP=/opt/host/armv4l/bin/armv4l-unknown-linux-strip
#../dist/configure prefix=/opt/db host=arm41-unknown-linux
(Then, lib and include directories will be installed into /opt/db)
OR
#env CC=/opt/host/armv4l/bin/armv4l-unknown-linux-gcc \
AR=/opt/host/armv4l/bin/armv4l-unknown-linux-ar \
RANLIB=/opt/host/armv4l/bin/armv4l-unknown-linux-ranlib \
STRIP=/opt/host/armv4l/bin/armv4l-unknown-linux-strip \
../dist/configure prefix=/opt/db host=arm41-unknown-linux
2.Install with this configuration
#make
#make install
#vi /etc/ld.so.conf
3.Append the lib path of BDB into this file, now the path is /opt/db/lib
#ldconfig
4.Compile and link my program again, everything is OK!!! :)

Similar Messages

  • Error with Links if using x3 primary keys

    Hi Folks:
    Here is the error code I'm receiving:
    ORA-01422: exact fetch returns more than requested number of rows
    Unable to fetch row.
    Background: I am using Application Express 3.2
    All of the pages I have created that rely on x2 primary keys (first_name, last_name) work fine.
    I have a table that has x3 primary keys: Table is called "time_off_awards". The x3 primary keys are: last_name, first_name, approval_date.
    I created a report that works properly and lists the awards for each person (each person can receive more than one award-on different dates).
    I also created an edit link that works properly IF *(only if)* each individual has only one award. If the individual has more than one award then I get the error above. When I set up the link I used all three keys. The x3 PK's should uniquely identify each row, but if the same last name/first name appear more than once (that is if the person has more than one award) I get the error. I thought at first maybe it was just not reading the 3rd key/part of the link (approval_date), but it shows properly if you move your cursor over the edit link.
    Here is a link to a screen pic of how I have my link set in Apex:
    [http://www.wczone.com/link_settings.gif]
    Here is a link to a pic of the report with some info:
    [http://www.wczone.com/report_link.gif]
    If needed, here is my table info:
    CREATE TABLE PERSONNEL.TIME_OFF_AWARDS (
    LAST_NAME VARCHAR2(40) NOT NULL,
    FIRST_NAME VARCHAR2(25) NOT NULL,
    APPROVAL_DATE DATE NOT NULL,
    HOURS_OFF NUMBER(3),
    CITATION VARCHAR2(1500),
    /* Keys */
    PRIMARY KEY (LAST_NAME, FIRST_NAME, APPROVAL_DATE),
    /* Foreign keys */
    CONSTRAINT TOA_PERSONNEL
    FOREIGN KEY (LAST_NAME, FIRST_NAME)
    REFERENCES PERSONNEL.MARC_PERSONNEL(LAST_NAME, FIRST_NAME)
    TABLESPACE PERSONNEL;
    Thanks for any help, I've tried looking at a couple of Apex books, but they didn't help much.
    Matt
    Edited by: user10495310 on Mar 4, 2009 8:21 AM

    Thank you everyone for the help and information you gave to me.
    Your ideas and advice helped me to think through the issues involved.
    The way i actually found to work around this issue was a little different.
    What I did was the following (which may only be usable with empty tables. If its possible to create a new column with a sequence and trigger on a table that already contains data it should work also):
    1. I removed the current PK's that were currently set.
    2. I added a single, unique PK (that used a sequence and trigger to automatically increment) to the table as was suggested in this thread and other APEX forum threads.
    3. I changed the link on the report so that it used the new PK, and also changed the PK used on the forms (under Processes - both the page rendering and page processing processes).
    The Difference:
    4. Next I changed the table (not by using APEX, but directly) from using the automatically generated ID as the PK, back to using the compound PK (x3 keys). I then added an constraint to make sure that the automatically generated column was unique. So now I have the compound PK that my supervisor wants us to use, and I'm able to use a unique, automatically generated key for APEX to use.
    I found also that if you already have a column that uses a unique/auto-generated key you can still use it with APEX without switching keys around.
    1. I added the new column to the sql in the reports source section so that the new column was searched (and then used 'hidden' so it wouldn't be displayed on the report users would see).
    2. You can still add the unique key under the processes on the form that is being linked too under the Primary key tabs. If its not a PK it won't show up in the pop up which is to the right of "Item Containing Primary Key Column Value" but it can be entered manually (i.e. p23_AUTO_ID) and it will work fine. You would also need to edit your form so that the auto ID that is being passed from the report is part of the form - but hidden if desired).

  • [USB network problem]arm linux to use RNDIS host funtion

    I am trying to use  RNDIS host function on my arm linux device,so i can use android phone to browse my device's WebUI with usb cable plug in.
    my device's platform is at91sam9260,kernel version 2.6.19
    if i plug my android phone  into my device and set phone's usb tethering fuction on, my device can find it.But usb0 network device never show up.
    [root@ICIM ~]# usb 1-1: USB disconnect, address 2
    usb 1-1: new full speed USB device using at91_ohci and address 3
    usb 1-1: configuration #1 chosen from 1 choice
    [root@ICIM ~]# lsusb
    Bus 001 Device 003: ID 04e8:6863 Samsung Electronics Co., Ltd
    Bus 001 Device 001: ID 0000:0000
    root@ICIM ~]# ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:24:DE:00:02:40
    inet addr:192.168.0.81 Bcast:192.168.0.255 Mask:255.255.255.0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:21 Base address:0x4000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:1 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:100 (100.0 B) TX bytes:100 (100.0 B)
    if i plug my android phone  into a linux PC and set phone's usb tethering fuction on, the linux PC can find my phone, and I can find the usb0 network.
    then i ping my phone from the linux PC, and it success
    [root:/home/xjl/EMS_Kernel/linux-2.6.19_ICIM] lsmod |grep rndis_host
    rndis_host 7108 0
    cdc_ether 6464 1 rndis_host
    usbnet 13646 2 rndis_host,cdc_ether
    [root:/home/xjl/EMS_Kernel/linux-2.6.19_ICIM] ifconfig -a
    eth1 Link encap:Ethernet HWaddr 00:16:76:D4:98:EC
    inet addr:192.168.5.158 Bcast:192.168.5.255 Mask:255.255.255.0
    inet6 addr: fe80::216:76ff:fed4:98ec/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:12142625 errors:0 dropped:0 overruns:10372 frame:10372
    TX packets:7310990 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:2921302257 (2.7 GiB) TX bytes:3720558580 (3.4 GiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:12 errors:0 dropped:0 overruns:0 frame:0
    TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:720 (720.0 b) TX bytes:720 (720.0 b)
    usb0 Link encap:Ethernet HWaddr CE:3A:A2:93:89:73
    inet addr:192.168.42.101 Bcast:192.168.42.255 Mask:255.255.255.0
    inet6 addr: fe80::cc3a:a2ff:fe93:8973/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:11 errors:0 dropped:0 overruns:0 frame:0
    TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1094 (1.0 KiB) TX bytes:5718 (5.5 KiB)
    [root:/home/xjl/EMS_Kernel/linux-2.6.19_ICIM] ping 192.168.42.129
    PING 192.168.42.129 (192.168.42.129) 56(84) bytes of data.
    64 bytes from 192.168.42.129: icmp_seq=1 ttl=64 time=2.17 ms
    64 bytes from 192.168.42.129: icmp_seq=2 ttl=64 time=0.473 ms
    64 bytes from 192.168.42.129: icmp_seq=3 ttl=64 time=0.543 ms
    64 bytes from 192.168.42.129: icmp_seq=4 ttl=64 time=1.27 ms
    64 bytes from 192.168.42.129: icmp_seq=5 ttl=64 time=0.568 ms
    64 bytes from 192.168.42.129: icmp_seq=6 ttl=64 time=1.21 ms
    64 bytes from 192.168.42.129: icmp_seq=7 ttl=64 time=1.21 ms
    64 bytes from 192.168.42.129: icmp_seq=8 ttl=64 time=1.24 ms
    64 bytes from 192.168.42.129: icmp_seq=9 ttl=64 time=1.20 ms
    64 bytes from 192.168.42.129: icmp_seq=10 ttl=64 time=0.505 ms
    ^C
    --- 192.168.42.129 ping statistics ---
    10 packets transmitted, 10 received, 0% packet loss, time 9850ms
    rtt min/avg/max/mdev = 0.473/1.041/2.176/0.506 ms
    [root:/home/xjl/EMS_Kernel/linux-2.6.19_ICIM]
    below is my kernel's configuration on usb. In the Linux pc, the RNDIS host function use rndis_host.ko cdc_ether.ko usbnet.ko.
    I compile all these drivers into my kernel, but it doesn't work.
    usb support
    <*> Support for Host-side USB │ │
    │ │ [ ] USB verbose debug messages │ │
    │ │ --- Miscellaneous USB options │ │
    │ │ [*] USB device filesystem │ │
    │ │ [ ] Enforce USB bandwidth allocation (EXPERIMENTAL) │ │
    │ │ [ ] Dynamic USB minor allocation (EXPERIMENTAL) │ │
    │ │ --- USB Host Controller Drivers │ │
    │ │ < > ISP116X HCD support │ │
    │ │ <*> OHCI HCD support │ │
    │ │ < > SL811HS HCD support │ │
    │ │ --- USB Device Class drivers │ │
    │ │ <*> USB Modem (CDC ACM) support │ │
    │ │ < > USB Printer support │ │
    │ │ --- NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' │ │
    │ │ --- may also be needed; see USB_STORAGE Help for more information │ │
    │ │ < > USB Mass Storage support │ │
    │ │ [ ] The shared table of common (or usual) storage devices │ │
    │ │ --- USB Input Devices │ │
    │ │ < > USB Human Interface Device (full HID) support │ │
    │ │ USB HID Boot Protocol drivers ---> │ │
    │ │ < > Aiptek 6000U/8000U tablet support │ │
    │ │ < > Wacom Intuos/Graphire tablet support │ │
    │ │ < > Acecad Flair tablet support │ │
    │ │ < > KB Gear JamStudio tablet support │ │
    │ │ < > Griffin PowerMate and Contour Jog support │ │
    │ │ < > USB Touchscreen Driver │ │
    │ │ < > Yealink usb-p1k voip phone │ │
    │ │ < > X-Box gamepad support │ │
    │ │ < > ATI / X10 USB RF remote control │ │
    │ │ < > ATI / Philips USB RF remote control │ │
    │ │ < > Keyspan DMR USB remote control (EXPERIMENTAL) │ │
    │ │ < > Apple USB Touchpad support │ │
    │ │ --- USB Imaging devices │ │
    │ │ < > USB Mustek MDC800 Digital Camera support (EXPERIMENTAL) │ │
    │ │ < > Microtek X6USB scanner support │ │
    │ │ USB Network Adapters ---> │ │
    │ │ [*] USB Monitor │ │
    │ │ --- USB port drivers │ │
    │ │ USB Serial Converter support --->
    usb network adapters
    < > USB CATC NetMate-based Ethernet device support (EXPERIMENTAL) │ │
    │ │ <*> USB KLSI KL5USB101-based ethernet device support │ │
    │ │ < > USB Pegasus/Pegasus-II based ethernet device support │ │
    │ │ < > USB RTL8150 based ethernet device support (EXPERIMENTAL) │ │
    │ │ <*> Multi-purpose USB Networking Framework │ │
    │ │ <M> ASIX AX88xxx Based USB 2.0 Ethernet Adapters │ │
    │ │ --- CDC Ethernet support (smart devices such as cable modems) │ │
    │ │ < > GeneSys GL620USB-A based cables │ │
    │ │ <M> NetChip 1080 based cables (Laplink, ...) │ │
    │ │ < > Prolific PL-2301/2302 based cables │ │
    │ │ < > MosChip MCS7830 based Ethernet adapters │ │
    │ │ <*> Host for RNDIS devices (EXPERIMENTAL) │ │
    │ │ <*> Simple USB Network Links (CDC Ethernet subset) │ │
    │ │ [ ] ALi M5632 based 'USB 2.0 Data Link' cables │ │
    │ │ [ ] AnchorChips 2720 based cables (Xircom PGUNET, ...) │ │
    │ │ [*] eTEK based host-to-host cables (Advance, Belkin, ...) │ │
    │ │ [*] Embedded ARM Linux links (iPaq, ...) │ │
    │ │ [ ] Epson 2888 based firmware (DEVELOPMENT) │ │
    │ │ <M> Sharp Zaurus (stock ROMs) and compatible
    anyone familiar with the RNDIS host can help me ? Is my configuration of the kernel right?
    Last edited by snakewind (2013-06-08 08:04:06)

    We don't support archlinux-arm here, try archlinuxarm.org.

  • Linker problem using version 12.4 on Linux

    I am trying to use Solaris Studio 12.4 on Linux ( OpenSuse 13.2 ). I have installed the compiler and set up the PATH to its bin directory. When I compile/link a program I am receiving:
    "sun.link ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem
        "/opt/oracle/solarisstudio12.4/bin/CC" -g -m64 -KPIC   -o "../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem" "../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o"  -Bdynamic -lrt -Bstatic  -Bdynamic
    CC: Warning: failed to detect system linker version, falling back to custom linker usage"
    and this is followed by:a series of errors involving standard streams, standard output, and the like:
    "../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `__SLIP.INIT_A()':
    /opt/oracle/solarisstudio12.4/lib/compilers/CC-gcc/include/c++/4.8.2/iostream:74: undefined reference to `std::ios_base::Init::Init()'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `__SLIP.FINAL__A':
    test_after_array_elem.cpp:(.text+0x28f): undefined reference to `std::ios_base::Init::~Init()'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `boost::report_errors()':
    /home/suseldiener/vcs/modular-boost/libs/vmd/test//../../../boost/core/lightweight_test.hpp:133: undefined reference to `std::cerr'
    /home/suseldiener/vcs/modular-boost/libs/vmd/test//../../../boost/core/lightweight_test.hpp:139: undefined reference to `std::cerr'
    /home/suseldiener/vcs/modular-boost/libs/vmd/test//../../../boost/core/lightweight_test.hpp:139: undefined reference to `std::ostream::operator<<(int)'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `boost::detail::error_impl(char const*, char const*, int, char const*)':
    /home/suseldiener/vcs/modular-boost/libs/vmd/test//../../../boost/core/lightweight_test.hpp:75: undefined reference to `std::cerr'
    /home/suseldiener/vcs/modular-boost/libs/vmd/test//../../../boost/core/lightweight_test.hpp:75: undefined reference to `std::ostream::operator<<(int)'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `std::ostream & std::endl<char, std::char_traits<char> >(std::ostream &)':
    test_after_array_elem.cpp:(.text.std::ostream & std::endl<char, std::char_traits<char> >(std::ostream &)[std::ostream & std::endl<char, std::char_traits<char> >(std::ostream &)]+0x75): undefined reference to `std::ostream::put(char)'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `std::ostream & std::operator<<<std::char_traits<char> >(std::ostream &, char const*)':
    /opt/oracle/solarisstudio12.4/lib/compilers/CC-gcc/include/c++/4.8.2/ostream:536: undefined reference to `std::ostream & std::__ostream_insert<char, std::char_traits<char> >(std::ostream &, char const*, long)'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `std::ios::setstate(std::_Ios_Iostate)':
    test_after_array_elem.cpp:(.text.std::ios::setstate(std::_Ios_Iostate)[std::ios::setstate(std::_Ios_Iostate)]+0x7d): undefined reference to `std::ios::clear(std::_Ios_Iostate)'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `std::ostream & std::flush<char, std::char_traits<char> >(std::ostream &)':
    test_after_array_elem.cpp:(.text.std::ostream & std::flush<char, std::char_traits<char> >(std::ostream &)[std::ostream & std::flush<char, std::char_traits<char> >(std::ostream &)]+0x37): undefined reference to `std::ostream::flush()'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
    /opt/oracle/solarisstudio12.4/lib/compilers/CC-gcc/include/c++/4.8.2/bits/basic_ios.h:49: undefined reference to `std::__throw_bad_cast()'
    ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem.o: In function `std::ctype<char>::widen(char) const':
    /opt/oracle/solarisstudio12.4/lib/compilers/CC-gcc/include/c++/4.8.2/bits/locale_facets.h:869: undefined reference to `std::ctype<char>::_M_widen_init() const'
    ...failed sun.link ../../../bin.v2/libs/vmd/test/test_after_array_elem.test/sun-cxx11-12.4/debug/address-model-64/test_after_array_elem..."
    This is all being done from Boost and Boost Build and the linker errors are occurring because of the run-time use of the lightweight_test component of Boost.
    There is no problem using gcc directly compiling in 64-bit mode but Solaris Studio C++ 12.4 is failing.
    Any ideas why it cannot find the system linker and use it, or why it is failing with the "custom linker", whatever that is, would be appreciated. If Boost Build needs some other compiler/linker option to work I can adjust that. Maybe I need to install some library for -std=c++11 mode or maybe -std=c++11 mode dopes has some sort of bug.

    > undefined reference to `std::ios_base::Init::~Init()'
    It looks like you link with different -library/-std set of options compared to those that you compiled with.
    > CC -g -m64 -o test *.o -Bdynamic -lrt -Bstatic  -Bdynamic
    This link line uses default settings, which is -library=Cstd for Studio 12.4.
    And since you use Boost most likely you compile with -library=stlport4 or with -std=c++03, which implies -library=stdcpp (gcc STL).
    Otherwise you would most likely get compilation failures (since -library=Cstd is a rather outdated STL).
    You should use pretty much the same set of options when you compile and when you link.
    Verify your build configuration (CXXFLAGS/LDFLAGS whatever).
    regards,
      Fedor.

  • Linked server using kerberos working fine then after inacitive for 10 minutes start receiving the anonymous logon error

    Linked server using kerberos working fine but after leaving the session inactive for 10 minutes is startin to fall down to ntlm and receive the anonymous logon error

    we are connecting to  SQL mgmt studio app published on citrix, using  Windows authentication and Kerberos to forward the credentials to the linked servers and avoid the double hop issue, that part is working fine,  we already have the Constrained
    delegation, SPNs and Active directory settings for the Service accounts and the authentication is working, we can connect to the linked servers without errors, it's only whe the Session get idle when we faced the issue, the citrix team already have verifyed
    any timeout setting and they mentioned there is no 10 minute timout setting anywhere,  we also looked at the Kerberos AD Global policy settings to see if maybe the kerberos service ticket was expiring, but the configured values are  Maximum lifetime
    for service ticket 600 minutes  Maximum lifetime for user ticket 10 hours  Maximum lifetime for user ticket renewal 7 days, if you have any other suggestion please let me know.

  • Unable to Build VC++ application it showing error 1 LINK : fatal error LNK1104: cannot open file 'NiFieldPoint71D.lib' but I am Using Measurement Studio 2009 ,NI DAQ 7.01 and Field Point 6.05.

    I am having a application in Visual Studio 2003 on Windows XP  , Now I am Migrating the application in Visual Studio 2005 on Windows-7 .
    In my Development PC , I was install Measurement Studio 2009 ,  NI DAQ 7.01 and Field Point 6.05.
    my application is Showing following error:
    Linking...
    LINK : fatal error LNK1104: cannot open file 'NiFieldPoint71D.lib'
    Build log was saved at "file://c:\EdacsNt\Source\SaftyServices\NICfpDAQDl?l\Debug\BuildLog.htm"
    NICfpDAQDll - 1 error(s), 0 warning(s)
    When I copy from NiFieldPoint71D.lib library from Measurement Studio 7.1 and put in :\Program Files\National Instruments\MeasurementStudioVS2005\VCNET\Lib.
    my application is Showing following error:
    1>Linking...
    1>atlsd.lib(atltrace.obj) : error LNK2005: "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA) already defined in NiFieldPoint71D.lib(StdAfx.obj)
    1>atlsd.lib(atlbase.obj) : error LNK2005: "class ATL::CAtlWinModule ATL::_AtlWinModule" (?_AtlWinModule@ATL@@3VCAtlWinModule@1@A) already defined in NiFieldPoint71D.lib(StdAfx.obj)
    1>   Creating library ..\..\lib\debug\NICfpDAQDll.lib and object ..\..\lib\debug\NICfpDAQDll.exp
    1>..\..\bin\debug\NICfpDAQDll.dll : fatal error LNK1169: one or more multiply defined symbols found
    I want to ignore NiFieldPoint71D.lib from using project setting(Linker->Input->ignore Specific Library ) but still it is showing same error.
    In the project Setting I am done following setting:
    "C:\Program Files\National Instruments\MeasurementStudioVS2005\VCNET\Lib";"
    C:\Program Files\National Instruments\NI-DAQ\Lib"
    Linker->Input->ignore Specific Library: mfcs71d.lib;libc.lib;'NiFieldPoint71D.lib
    Please provide some solution.
    Thanks
    Nityanand

    You posted this in the LabVIEW forum.
    Are you programming in LabVIEW?
    There is a separate Measurement Studio for VC++ forum. http://forums.ni.com/t5/Measurement-Studio-for-VC/bd-p/231

  • Yaourt -S arm-linux-gnueabi-gcc , error

    hi,
    i'm running on 3.4.4-2-ARCH  #1 SMP PREEMPT  x86_64
    when i do yaourt -Sy arm-linux-gnueabi-gcc
    i have an error with arm-linux-gnueabi-eglibc-headers dependencies
    but I've not yet the knowledge to debug
    A ports/ChangeLog.hppa
    Révision 19308 extraite.
    patching file aclocal.m4
    patching file configure
    Hunk #1 FAILED at 7732.
    Hunk #2 succeeded at 9695 (offset 8 lines).
    1 out of 2 hunks FAILED -- saving rejects to file configure.rej
    patching file configure.in
    ==> ERREUR : Une erreur s'est produite dans build().
    Abandon...
    ==> ERREUR: Makepkg n'a pas pu construire .
    ==> Relancer la compilation de arm-linux-gnueabi-eglibc-headers ? [o/N]
    ==> -------------------------------------------------------------------
    ==>
    What it means  Hunk ?
    thanks for your help

    It means part of the patch failed to apply: probably because the files against which it was originally made has changed. You can see what didn't apply in the configure.rej file and try and patch it in manually.
    You could leave a note on the AUR page describing the issue.

  • Linked server using kerberos working fine then after inactive for 10 minutes start receiving the anonymous logon error

    Linked server using kerberos working fine then after inactive for 10 minutes start receiving the anonymous logon error

    Hi,
    This Could be  a double hop problem or some thing could have gone wrong with your SPN
    This could also be non trusted Service Account under which your SQL Server is running
    Check the following links
    http://blogs.technet.com/b/askds/archive/2008/06/13/understanding-kerberos-double-hop.aspx
    http://blogs.msdn.com/b/sql_protocols/archive/2006/12/02/understanding-kerberos-and-ntlm-authentication-in-sql-server-connections.aspx
    https://technet.microsoft.com/en-us/library/cc739474(v=ws.10).aspx
    Hope this helps
    Thanks
    Bhanu

  • Unable to Build VC++ applicatio​n it showing error 1 LINK : fatal error LNK1104: cannot open file 'NiFieldPo​int71D.lib​' but I am Using Measuremen​t Studio 2009

    I am Migrating a application in Visual Studio 2005.
    In my development PC I was install the Measurement Studio 2009
    my application is Showing following error:
    1>Linking...
    1>LINK : fatal error LNK1104: cannot open file 'NiFieldPoint71D.lib'
    1>Build log was saved at "file://c:\EdacsNt\Source\SaftyServices\NICfpDAQDll\Debug\BuildLog.htm"
    1>NICfpDAQDll - 1 error(s), 0 warning(s)
    In the project Setting I am done following setting
    "C:\Program Files\National Instruments\MeasurementStudioVS2005\VCNET\Lib";"
    C:\Program Files\National Instruments\NI-DAQ\Lib"
    but in  "C:\Program Files\National Instruments\MeasurementStudioVS2005\VCNET\Lib";"  directory Not having the 'NiFieldPoint71D.lib' because Measurement Studio 2009 not provide this dll.
    Please provide some solution.
    Thanks
    Nityanand

    You posted this in the LabVIEW forum.
    Are you programming in LabVIEW?
    There is a separate Measurement Studio for VC++ forum. http://forums.ni.com/t5/Measurement-Studio-for-VC/bd-p/231

  • Unable to Build VC++ application it showing error 1 LINK : fatal error LNK1104: cannot open file 'NiFieldPoint71D.lib' but I am Using Measurement Studio 2009

    I am Migrating a application in Visual Studio 2005.
    In my development PC I install the Measurement Studio 2005.
    my application is Showing following error:
    1>Linking...
    1>LINK : fatal error LNK1104: cannot open file 'NiFieldPoint71D.lib'
    1>Build log was saved at "file://c:\EdacsNt\Source\SaftyServices\NICfpDAQDll\Debug\BuildLog.htm"
    1>NICfpDAQDll - 1 error(s), 0 warning(s)
    In the project Setting I am done following setting
    "C:\Program Files\National Instruments\MeasurementStudioVS2005\VCNET\Lib";"
    C:\Program Files\National Instruments\NI-DAQ\Lib"
    but in  "C:\Program Files\National Instruments\MeasurementStudioVS2005\VCNET\Lib";"  directory Not having the 'NiFieldPoint71D.lib' because Measurement Studio 2009 not provide this dll.
    Please provide some solution.
    Thanks
    Nityanand

    You posted this in the LabVIEW forum.
    Are you programming in LabVIEW?
    There is a separate Measurement Studio for VC++ forum. http://forums.ni.com/t5/Measurement-Studio-for-VC/bd-p/231

  • Java Embedded ARM Linux edition

    I tried "Java Embedded ARM Linux edition" on "Familiar GPE 2.7".
    Magically for the 1st time, I was I able to compile a java source using GPE linux on my iPAQ h2200.
    Then I manually copy a few more libraries to test up in the device, "tools.jar" and "hsqldb.jar".
    I tried to compile and run a simple "JOptionPane.showMessageDialog()" UI object.
    I'm able to compile but failed to run it with errors below:
    "java.awt.HeadlessException ... <unknown source> ..."
    "... <unknown source>"Was Java Embedded meant to support swing object, or awt?
    Since this is an evaluation distribution (which will expired after 90 days), how do I get a full distribution?
    Thanks for any help.
    By Avatar Ng

    Yes I'm refering to "Embedded SE for Linux ARM evaluation binary", and I'm testing it on GPE Linux on my iPAQ h2200 device.
    I got following when I typed "java -version"
    I able to run and compile java in console mode, just that I didn't get my gui working ...
    The last finding I have is to run with phoneme arm distribution, crossing my fingers ... wish me luck.
    I should update the testing results ib my blog below should it be a fail or success.
    Thanks for any help!
    by Avatar Ng
    http://avatar21.superihost.com/

  • New Java SE for Embedded 6 free evaluation releases on ARM/Linux available

    Hi:
    People who are reading this forum might be interested to know about
    Sun's Java SE for Embedded 6 releases on ARM/Linux that have been
    made available today for free evaluation -- three updated releases (for
    ARM v6 and v7) and two new releases (for ARM v5), both headless
    and headful versions are available:
    [http://java.sun.com/javase/downloads/embedded.jsp|http://java.sun.com/javase/downloads/embedded.jsp]
    [http://java.sun.com/javase/embedded/system_requirements.jsp|http://java.sun.com/javase/embedded/system_requirements.jsp]
    When you select a Java SE for Embedded eval through either of the
    above URLs, the download link will be sent to you by e-mail after you
    fill out a quick survey and agree to a click-through, 90-days e-license.
    For more information about Sun's Java SE for Embedded product, please
    start at the main web page for this product:
    [http://java.sun.com/javase/embedded/|http://java.sun.com/javase/embedded/]
    This page also includes a link through which you can [contact Sun|http://www.javelinfeedback.com/sun/index.jsp?pi=353770340fcc19a6ca0f558647d48f48] to submit
    any further questions about the Java SE for Embedded product.
    Thanks,
    Carlos B. Lucasius
    Java SE Embedded and Real-Time Engineering
    Sun Microsystems, Inc.
    [http://sites.google.com/site/javartsandjavaseforembedded/|http://sites.google.com/site/javartsandjavaseforembedded/]

    Hello,
    Just a quick question: can we have an official position from Sun regarding support of earlier releases of Solaris with Java RTS 2.1? Our customer is currently running Solaris 10 Update 3 with current Recommended patches, and the 2.1 beta cyclic driver supported this version of Solaris. However with the official release version of 2.1, support for U3 disappeared (only U4 and U5 are now supported). Aside from "rubber stamping" the Solaris build via /etc/release, is there a technical reason why U3 is no longer supported? As long as our kernel is up to date, can we safely use 2.1? Or is it just a case of being unable to officially support and test so many releases of Solaris?
    Is this a general rule-of-thumb we can expect in future: only supporting the last 2 updates of Solaris 10?
    Your advice is appreciated.
    Thanks,
    Dave.

  • INVALID_QUEUE_NAME :  Error while scheduling message using qRFC

    Hello SDNers
    We are currently performing our PI 7.1 upgrade and one of our scenario uses a Sender SOAP of the type EOIO. We tried executing this scenario in PI 7.1 XID environment and in it worked fine without any errors but in our PI 7.1 QA environment it is giving the following errors
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message Split According to Receiver List
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">SCHEDULE_ERROR</SAP:Code>
      <SAP:P1>XBQOC___*</SAP:P1>
      <SAP:P2>INVALID_QUEUE_NAME</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Error while scheduling message using qRFC (queue name = XBQOC___*, exception = INVALID_QUEUE_NAME)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can you please exaplian what could be the issue we are facing.
    Thanks.
    Kiran
    Edited by: Kiran Sakhardande on Oct 22, 2008 4:08 PM

    HI Kiran,
    Have gone throgh the following link?
    INVALID_QUEUE_NAME
    Regards
    Sridhar Goli

  • Error while starting DAC Server on Linux (32 bit)

    Dear Friends,
    I installed Informatica Powercenter 8.6.1 on Linux (32 bit) with 11g database mapping
    and I installaed DAC Server on the same server
    I could start the Informatica services successfully
    but when i try to start the DAC Server it throws the following error:
    #./startserver.sh
    OS detected: Linux
    Dec 23, 2010 5:49:33 AM com.siebel.etl.engine.core.ETLUtils logException
    SEVERE:
    ANOMALY INFO:::
    An exception occurred. Shutting down server...
    EXCEPTION CLASS::: java.lang.ExceptionInInitializerError
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    ::: CAUSE :::
    MESSAGE:::Application Manager Failed Initialization
    EXCEPTION CLASS::: com.siebel.etl.bootup.ApplicationManagerInitializationException
    com.siebel.etl.bootup.ApplicationManager.initFileSource(ApplicationManager.java:157)
    com.siebel.etl.bootup.ApplicationManager.initSysProps(ApplicationManager.java:79)
    com.siebel.etl.bootup.ApplicationManager.<clinit>(ApplicationManager.java:62)
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    ::: CAUSE :::
    MESSAGE:::/oba/BI/DAC/bifoundation/dac/conf/server.properties (No such file or directory)
    EXCEPTION CLASS::: java.io.FileNotFoundException
    java.io.FileInputStream.open(Native Method)
    java.io.FileInputStream.<init>(FileInputStream.java:106)
    java.io.FileInputStream.<init>(FileInputStream.java:66)
    com.siebel.etl.bootup.ApplicationManager.initFileSource(ApplicationManager.java:151)
    com.siebel.etl.bootup.ApplicationManager.initSysProps(ApplicationManager.java:79)
    com.siebel.etl.bootup.ApplicationManager.<clinit>(ApplicationManager.java:62)
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    Dec 23, 2010 5:49:33 AM com.siebel.etl.net.QServer <init>
    SEVERE:
    Shutting down server...
    what could be the Issue.
    Regards,
    DB

    Listen Sheikh Abdullah, if u don't need remote access to that server over secure conn., don't use password file authentification but change REMOTE_LOGIN_PASSWORDFILE to NONE and when u conn thru OEM as sysdba try to change his pass and then try conn thru command promt(CP) usin that new pass.
    Or recreate pass file adding new pass in it, set REMOTE_LOGIN_PASSWORDFILE to exclusive or shared and conn thru CP using password file pass.
    Try this possible solutions in order u wish.

  • Error while linking DMS document in cProject

    Hi,
         When I link the document of DMS in cProject an error  message
    `` Link Not Possible: The SAP R/3 DMS document info record contains orig( Message number 26 000)``
    is appearing. I could search the list of documents . I am facing this issue only selecting and clicking the continue button under SAP DMS tab in cProject. RFC is doing well. Pls help me to solve the issue.
    Regards,
    Ramesh

    Hi,
    Please check after using following steps.
    Goto - SPRO -
    > Collaboration Projects---->Structure---> Define Project Type
    Please select the your project type and check SAP DMS is selected under tab Active Function.
    Regards

Maybe you are looking for

  • Problem with boot camp

    Hi, how are you all I have a problem since 3 months I tried something in boot camp and ended up doing something wrong Now every time I want to start my iMac I need to hold alt and choose MAC, or else it will take me to black screen that shows "no dri

  • What does the number in my dock icon mean?

    I thought it meant, for example, three posts not uploaded, but that's not it. Anyone have the same thing? Here's the icon (might download instead of just appearing in Safari but I don't know how to show it without downloading it by copying the shared

  • BAPI for invoice creation with reference SalesOrder

    hi Mr Anjireddy, i am able to create invoice with the bapi BAPI_BILLING_CREATEMULTIPLE, here i'm giving the RefDocNo of the SalesOrder, the invoice is generated but i'm not gettting the NetValue, TaxValue. plz give the information for that prob, eswa

  • Empty smart album (Album is not any)

    Hello, I have recently began to use iPhoto (it's late i know ;p) and I have a problem with a smart album feature. Indeed, i have created albums,  and in order to know what are the remaining photo to classify, i use the "Album is not any" smart album!

  • Disabling the screen

    Hi, I have written a swing program and am running it through windows. I was wondering if there is any way of disabling the rest of the screen ie : the start button and the rest of the desktop when the program is run until they click on the exit butto