Search:

Type: Posts; User: indarkness; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. [SOLVED] Re: Cross-compilation shows>error: no termcap library found, why?

    I have found a workaround to cross-compile gbd, since i was only interested in crosscompiling the gdbserver, I went to that folder and using the cofigure there located, with my cross-compiling...
  2. [SOLVED] Cross-compilation shows>error: no termcap library found, why?

    I'm experiencing a frustrating error trying to cross-compile gdbserver for arm. I've downloaded and crosscompiled termcap with this command


    export CC="/bin/arm-mv5sft-linux-gnueabi-gcc"
    ...
  3. Re: java.lang.UnsatisfiedLinkError: no jinput-linux on Ubuntu 12.04LTS

    Thanks for your reply!

    I have already tried that link, but my issue is that I'm trying to execute the .jar I have created, in which the missing library seems to be included...
  4. java.lang.UnsatisfiedLinkError: no jinput-linux on Ubuntu 12.04LTS

    Hello,

    I'm having some issues with a java project in which I use a gamepad controller, thrustmaster firestorm dual analog 3 (usb), under ubuntu 12.04LTS. I know the controller works under ubuntu...
  5. [ubuntu] Failed to load library: no jinput-linux when attached controller

    Hello,

    I have a thrustmaster firestorm dual analog 3 with ubuntun 12.04LTS. But when I execute my .jar I get this error


    Failed to load library: no jinput-linux in java.library.path
    ...
  6. Re: Linker inlcusion error with ./configure in cross compilation

    Thanks for replying,I've tried that but it doesn't work, the ,/configure of the main project complains about it.

    I think I now the problem, libdeamon is not being cross-compiled for the arm, and I...
  7. Re: Linker inlcusion error with ./configure in cross compilation

    Thanks for replying,I've tried that but it doesn't work, the ,/configure of the main project complains about it.

    I think I now the problem, libdeamon is not being cross-compiled for the arm, and I...
  8. Re: Linker inlcusion error with ./configure in cross compilation

    Yes I understood what you meant, indeed I have tried to crosscompile the libdaemon library but I cannot achieve it,I've download the libdaemon source...
  9. Linker inlcusion error with ./configure in cross compilation

    Hello !

    I'm trying to cross-compile some C++ project for an arm-mv5sft-linux-gnueabi processor,I have set the ./configure in this way


    ./configure --build=i686-linux...
  10. Replies
    12
    Views
    815

    Re: A reference issue compiling in Eclipse

    I will take a look to see if that is the reason,

    Thanks again

    EDIT: do you know how to make this reference you mention on Eclipse??
  11. Replies
    12
    Views
    815

    Re: A reference issue compiling in Eclipse

    Hi all again,

    dwhitney67 the thing is that I can compile it through linux termnial, but not using Eclipse... Indeed, I have found that the project is using autotools in eclipse for linking and...
  12. Replies
    12
    Views
    815

    Re: A reference issue compiling in Eclipse

    Hi, thanks for your replies!!

    I had already tried to use


    #include "utils/Utils.h"

    or
  13. Replies
    12
    Views
    815

    Re: A reference issue compiling in Eclipse

    Thanks for the reply, I've tried it without success... I think it's some problem with eclipse include paths that I cannot figure out how to configure.:(
  14. Replies
    12
    Views
    815

    A reference issue compiling in Eclipse

    Hello,

    I am compiling a C++ project with Eclipse on ubuntu 12.04 LTS, but I'm having a niggling issue with a library reference. The point is that I don't understand why this reference is causing...
  15. Replies
    0
    Views
    515

    [ubuntu] Remmina doesn't work fine

    Hello!

    I'm using remmina to interconnect two Ubuntu 12.04 machines, but I have a problem since the machine that I used to control (I'll call it server) the other machine (it'll be called client),...
  16. Replies
    0
    Views
    275

    [ubuntu] Issuing commands to webcam

    Hi!

    I have got a webcam attached to a router, this webcam allows to receive commands through URL form like this:

    http://xxx.xxx.x.x/nphMeg4/g726-320x240

    I was wondering if there is any...
  17. Replies
    11
    Views
    2,112

    Re: "****missing separator" and make command

    Thanks all for helping me, now it works, I've run both( I know only one is necessary but I've try both)


    make helloworldand

    makefrom the directory my makefile is in, and it works!!:P:P
  18. Replies
    11
    Views
    2,112

    Re: "****missing separator" and make command

    From the directory in which I have my makefile, right??
  19. Replies
    11
    Views
    2,112

    Re: "****missing separator" and make command

    Yes I know that it's quite simple code and I don't need to create a make,but this is the pre-phase to create a make file for compiling C code in a router, so I was refreshing how to create the make...
  20. Replies
    11
    Views
    2,112

    Re: "****missing separator" and make command

    I' running it in the consolo with this command

    make cc -c helloworld.c cc helloworld.o -o helloworld
  21. Replies
    11
    Views
    2,112

    Re: "****missing separator" and make command

    Thanks in advance!!
  22. Replies
    11
    Views
    2,112

    [SOLVED]"****missing separator" and make command

    Hi, after so long without using make, I know have to use it again, and I'm having got trouble with it, specially with the parsing...
    I have got two files in mi directory src:
    helloworld.c
    make
    ...
  23. Foolish doubt with *** missing separator and make command

    Hi, after so long without using make, I know have to use it again, and I'm having got trouble with it, specially with the parsing...
    I have got two files in mi directory src:
    helloworld.c
    make
    ...
  24. Thread: Using stat?

    by indarkness
    Replies
    4
    Views
    378

    Using stat?

    Hi, I have a little question.
    I need to know the size of a directory, and the number of element that it has got.
    I've proved with stat which shows the size of the dir,but that function shows me...
  25. Replies
    8
    Views
    729

    Re: Doubt wiht system() function in C

    Thanks everyone !!!!
Results 1 to 25 of 37
Page 1 of 2 1 2