UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    mempcpy issue

    Scheduled Pinned Locked Moved Unsolved Porting
    2 Posts 2 Posters 36 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • L Offline
        leftr
        last edited by leftr

        I'm getting this error. Any ideas?

        external/gpg/intl/dcigettext.c:158:14: error: static declaration of 'mempcpy' follows non-static declaration static void *mempcpy (void *dest, const void *src, size_t n);
        

        thanks

        1 Reply Last reply Reply Quote 0
        • KenedaK Keneda marked this topic as a question
        • alan_gA Offline
          alan_g
          last edited by

          The code you’re trying to compile is incorrect. The message tells you what is wrong, but not how it came to be wrong. You need to fix the code before the compiler will accept it

          1 Reply Last reply Reply Quote 0
          • First post
            Last post