linker-errors
Cross Compiling Qt for Embedded Arm: libpthread.so.0 not found
I am trying to cross compile Qt with WebKit for an embedded arm device (freescale processor). I have a arm-none-linux-gnueabi toolchain.[详细]
2023-03-05 11:48 分类:问答undefined reference to `crypt'
I am using the below code that i found somewhere in the net and i am getting an error when i try to build it. The compilation is ok.[详细]
2023-03-05 09:33 分类:问答Why getting linker error with vector?
I have for homework to write my own abstract class Vector. I make some of the code, but when I try to compile it I have error. This is the code:[详细]
2023-03-03 16:37 分类:问答Why do I explicitly have to declare functions inline here?
Okay, up until now, I thought that functions defined in header files are treated like inline functions, just like template stuff, defined once, and all that.[详细]
2023-03-02 02:35 分类:问答Missing symbol error (undefined reference)
I have trying to define a class DS with the declaration in DS.h and implementation at DS.cpp The code is very small so here is the listing:[详细]
2023-03-01 12:49 分类:问答Converting C source code to a DLL results in "unresolved externals"
I am trying to run the code which is written using C and that is for a dialogic board dmv 960A 4T1pci. I am trying to convert that code to a DLL but I am facing 34 errors which are almost same , here[详细]
2023-02-28 07:54 分类:问答Undefined reference to t1sl_steup_key_block when linking OpenSSL
I got a problem of linking an OpenSSL library into an existing project. Where I do get it wrong? Below are the steps I have followed.[详细]
2023-02-26 03:12 分类:问答LNK2019 error when building solution
I am trying to compile a sample code using OpenHaptics libraries in Visual Syudio 2010. I linked the multi-threaded C-runtime, and the libraries through Project Properties -> Linker -> Input. An[详细]
2023-02-25 07:27 分类:问答Using Core Plot iPhone - Linker error
I kept getting the following linker error when i try using Core Plot in my project... Undefined symbols for architecture i386:[详细]
2023-02-25 01:07 分类:问答Linker error when using templates
I\'m trying a controlled, learning experiment with my project and it involves creating my own collections and iterators, essentially an array and a linked list.There is something that I\'m missing sin[详细]
2023-02-24 22:44 分类:问答