Search:

Type: Posts; User: mravenca

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,001

    Thank you

    Thank you
  2. Replies
    2
    Views
    1,001

    The best way to return errors from library

    Good afternoon, I made a command line utility and another colleague needs a library with similar functions (without command line output, etc.., with only a few parameters, like *buffer, offset and...
  3. Removing keywords "static" also from c source...

    Removing keywords "static" also from c source file helped - executable is born, let's go testing, thank you very much, Grumpy and Salem! ;)
  4. I know that I'm annoying, but when I remove the...

    I know that I'm annoying, but when I remove the word "static" from header file, I keep getting exactly the same error messages. I have already tried this before posting to this forum.. :( o_O
  5. This is libapbcore.h: #include ...

    This is libapbcore.h:


    #include <dlfcn.h>
    #include <errno.h>
    #include <fcntl.h>
    #include <getopt.h>
    #include <stdarg.h>
    #include <stdio.h>
    #include <stdlib.h>
  6. make clean

    zajic@tucnak8:~/mindspeed/utilsgt/apb_last$ make clean
    rm -rf apb_util_cmd *.o *.gdb


    CODE tag works good :)
  7. make log

    zajic@tucnak8:~/mindspeed/utilsgt/apb_last$ make
    /opt/SiSP-L26.7.4-OpenWrt-2.0/staging_dir/toolchain-arm_gcc-4.3.4_glibc-2.6.1/usr/bin/arm-openwrt-linux-gcc -msoft-float -O -pedantic -Wall...
  8. make log

    Can I post the code as an attachment? The forum won't let me enter code - it says I have "too much images in the code" (It probably considers some :, ) an so on as smileys..
  9. Undefined reference to.. probably Makefile problem

    Good morning,

    I am new to this forum and for introduction I have this problem :)

    I've been fighting with this for a few days and now I feel like giving it up.. But.. I think I really need...
Results 1 to 9 of 9