编译v8时存档格式错误

时间:2019-03-20 05:28:05

标签: v8

我正在尝试为适用于v8的Ubuntu计算机构建可执行文件。

以下是执行的命令:

g++ -g -ggdb -o Engine -lm *.o  -Wl,--start-group /home/atdesk-83/v8/out/native/obj.target/{tools/gyp/libv8_{base,libbase,snapshot,libplatform},third_party/icu/libicu{uc,i18n,data}}.a -Wl,--end-group -lrt -pthread

我收到错误消息:

  

/home/atdesk-83/v8/out/native/obj.target/tools/gyp/libv8_base.a:错误   添加符号:格式错误的归档collect2:错误:ld返回1退出   状态

有人可以帮助解决这个问题吗?

0 个答案:

没有答案