我正在尝试为适用于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退出 状态
有人可以帮助解决这个问题吗?