Search:

Type: Posts; User: k0k33

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,497

    Ok - i didn't have the "export C" in only one...

    Ok - i didn't have the "export C" in only one header file.. put it in there, but the problem remains the same - when trying to run the test, using the .so, the compiler doesnt seem to find some...
  2. Replies
    7
    Views
    2,497

    g++ -m32 SiEcnGetTest.o -L. -L/app/csi/lib ...

    g++ -m32 SiEcnGetTest.o -L. -L/app/csi/lib -lcsi_hlclient -lcsi_report -lm -lc -lZziCsiLib32 -o SiEcnGetTest...
  3. Replies
    7
    Views
    2,497

    Hi! My testApp iz compiled like this: g++...

    Hi!

    My testApp iz compiled like this:

    g++ -m32 SiEcnGetTest.o -L. -L/app/csi/lib -lcsi_hlclient -lcsi_report -lm -lc -lZziCsiLib32 -o SiEcnGetTest
  4. Replies
    7
    Views
    2,497

    problem creating .so

    Hi!

    In my project, I have to make a .so . In order to create the .so, I also need to compile some files:

    this is how the makefile looks like:

    CC = g++

    FLAGS_FPIC = -fPIC -m32...
  5. invalid conversion from (void *) to unsigned char

    Hello!

    I'm having trouble compiling my application. I was using gcc to compile the code, but now i have to compile it using g++...
    But when using g++, i always get the error "invalid conversion...
Results 1 to 5 of 5