+ -
当前位置:首页 → 问答吧 → qvfb的一个问题

qvfb的一个问题

时间:2010-09-11

来源:互联网

Qt Embedded已经配置了-qvfb选项
qvfb已经成功安装,况且可以单独运行
先运行qvfb &
然后运行Qt Embedded的应用程序,加上了参数-qws,显示二进制程序无法执行。这是什么原因呢?用readelf可以查看相关信息:
ELF Header:
  Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF32
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              EXEC (Executable file)
  Machine:                           ARM
  Version:                           0x1
  Entry point address:               0x88a0
  Start of program headers:          52 (bytes into file)
  Start of section headers:          13840 (bytes into file)
  Flags:                             0x4000002, has entry point, Version4 EABI
  Size of this header:               52 (bytes)
  Size of program headers:           32 (bytes)
  Number of program headers:         10
  Size of section headers:           40 (bytes)
  Number of section headers:         34
  Section header string table index: 31

作者: L_kernel   发布时间: 2010-09-11

花费了好长时间才编译好的~~

作者: L_kernel   发布时间: 2010-09-11