Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to cross compile VNC Server for arm?
Qt 6.11 is out! See what's new in the release blog

How to cross compile VNC Server for arm?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 2.3k Views 2 Watching
  • 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.
  • R Offline
    R Offline
    Ravikiran V N
    wrote on last edited by
    #1

    Hi ,

    I would like to cross compile VNC-4.1.3 source to Qt -5.5.0-embedded-linux, I am using Yocto- Jethro release.

    I could able to configure the source code.

    When I say make it gives error as below:-

    arm-poky-linux-gnueabi-ar libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
    arm-poky-linux-gnueabi-ar: invalid option -- 'z'
    Usage: arm-poky-linux-gnueabi-ar [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...
    arm-poky-linux-gnueabi-ar -M [<mri-script]
    commands:
    d - delete file(s) from the archive
    m[ab] - move file(s) in the archive
    p - print file(s) found in the archive
    q[f] - quick append file(s) to the archive
    r[ab][f][u] - replace existing or insert new file(s) into the archive
    s - act as ranlib
    t - display contents of archive
    x[o] - extract file(s) from the archive
    command specific modifiers:
    [a] - put file(s) after [member-name]
    [b] - put file(s) before [member-name] (same as [i])
    [D] - use zero for timestamps and uids/gids
    [U] - use actual timestamps and uids/gids (default)
    [N] - use instance [count] of name
    [f] - truncate inserted file names
    [P] - use full path names when matching
    [o] - preserve original dates
    [u] - only replace files that are newer than current archive contents
    generic modifiers:
    [c] - do not warn if the library had to be created
    [s] - create an archive index (cf. ranlib)
    [S] - do not build a symbol table
    [T] - make a thin archive
    [v] - be verbose
    [V] - display the version number
    @<file> - read options from <file>
    --target=BFDNAME - specify the target object format as BFDNAME
    optional:
    --plugin <p> - load the specified plugin
    emulation options:
    No emulation specific options
    arm-poky-linux-gnueabi-ar: supported targets: elf32-littlearm elf32-bigarm elf32-little elf32-big plugin srec symbolsrec verilog tekhex binary ihex
    make[2]: *** [libz.a] Error 1
    make[2]: Leaving directory /home/ravikiran/VNC_PPV_R_D/vnc-4_1_3-unixsrc/common/zlib' make[1]: *** [all] Error 1 make[1]: Leaving directory /home/ravikiran/VNC_PPV_R_D/vnc-4_1_3-unixsrc/common'
    make: *** [all] Error 1

    Can any body suggest me what could be the error? how to over come this problem?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What does compiling VNC server has to do with Qt ?

      That's rather a question you should ask to the Yocto folks.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved