chromium nacl编译出错

问题描述

chromium nacl编译出错

FAILED: Command '........outDebuggensdkwin_x86pnacl_newlibbinpnacl-ar
@c:usersadmini~1.??appdatalocaltemptmpz8nl6n' returned non-zero exit stat
us 1
[4/14478] ACTION nacl_lib_newlib: buil... plib_3ee1b6ebff4793d51aee0961182f8cb2
FAILED: D:chromium_bad_scmdepot_toolse6pczvdepot_toolspython276_binpython.
exe gyp-win-tool action-wrapper environment.x86 nacl_lib_newlib_target_build_new
lib_plib_3ee1b6ebff4793d51aee0961182f8cb2..rsp ....native_clientsrcuntrusted
nacl
Traceback (most recent call last):
File "D:chromiumsrcoutDebuggensdkwin_x86pnacl_newlibbinpydirloader
.py", line 30, in
ret = driver_tools.DriverMain(module, argv)
File "D:chromiumsrcoutDebuggensdkwin_x86pnacl_newlibbinpydirdriver_
tools.py", line 757, in DriverMain
return module.main(argv)
File "D:chromiumsrcoutDebuggensdkwin_x86pnacl_newlibbinpydirpnacl-a
r.py", line 22, in main
driver_tools.ParseArgs(argv, PATTERNS)
File "D:chromiumsrcoutDebuggensdkwin_x86pnacl_newlibbinpydirdriver_
tools.py", line 336, in ParseArgs
driver_args, argv = ParseArgsBase(argv, driver_patternlist)
File "D:chromiumsrcoutDebuggensdkwin_x86pnacl_newlibbinpydirdriver_
tools.py", line 360, in ParseArgsBase
if ShouldExpandCommandFile(argv[i]):
File "D:chromiumsrcoutDebuggensdkwin_x86pnacl_newlibbinpydirdriver_
tools.py", line 300, in ShouldExpandCommandFile
return pathtools.isfile(possible_file)
File "D:chromiumsrcoutDebuggensdkwin_x86pnacl_newlibbinpydirpathtoo
ls.py", line 99, in isfile
return os.path.isfile(tosys(npath))
File "D:chromiumsrcoutDebuggensdkwin_x86pnacl_newlibbinpydirpathtoo
ls.py", line 65, in tosys
npath = os.path.abspath(unicode(npath))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc1 in position 18: ordinal
not in range(128)
........outDebuggensdkwin_x86pnacl_newlibbinpnacl-ar @c:usersadmini
~1.??appdatalocaltemptmpls8dvj
FAILED: Command '........outDebuggensdkwin_x86pnacl_newlibbinpnacl-ar
@c:usersadmini~1.??appdatalocaltemptmpls8dvj' returned non-zero exit stat
us 1
ninja: build stopped: subcommand failed.

解决方案

npath = os.path.abspath(unicode(npath))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc1 in position 18: ordinal
not in range(128)

字符集看上去有问题,路径等

时间: 2024-12-30 10:53:35

chromium nacl编译出错的相关文章

xcode-学习objective-c 基础教程遇到问题 例题03.06 word-length-3 编译出错

问题描述 学习objective-c 基础教程遇到问题 例题03.06 word-length-3 编译出错 #import int main(int argc, const char * argv[]) { FILE *wordFile = fopen ("/tmp/words.txt", "r"); char word[100]; while (fgets(*word,99,wordFile)) \这一行编译出现"Thread 1:EXC_BAD_AC

JAVA代码编译出错:找不到符号,求解答

问题描述 JAVA代码编译出错:找不到符号,求解答 源代码: package com.tarena.shoot; import java.util.Random; //Airplane----敌机既是飞行物, public class Airplane extends FlyingObject implements Enemy{ private int speed = 2;//敌机走步的步数 public Airplane(){ image = ShootGame.airplane; width

java特殊符号的输入后编译出错

问题描述 java特殊符号的输入后编译出错 java编写代码每次到特殊符号如|都编译不出来 求大神教教我 解决方案 已自行解决 Java 双竖线按住shift加""""就行了 || 解决方案二: 在java中,||为或符号,为一种特殊字符,所以在字符串中需要在前面加上转义字符"".

如果子类的构造方法中既没有显示调用基类构造方法,而基类中又没有无参数的构造方法,则编译出错。

问题描述 如果子类的构造方法中既没有显示调用基类构造方法,而基类中又没有无参数的构造方法,则编译出错. class Person { private String name; private int age; public void setName(String name) { this.name = name; } public void setAge(int age) { this.age = age; } public String getName(){ return name; } pu

openssl编译出错,真心快崩溃了。。。求解答

问题描述 openssl编译出错,真心快崩溃了...求解答 如题,小弟今天编译的openssl-0.9.8zg,在执行nmake -f msntdll.mak后,总是出现以下错误 -c .cryptoecec_asn1.c ec_asn1.c .cryptoecec_asn1.c(264) : error C2370: "ECPKPARAMETERS_it": 重定义:不同的 存储类 .cryptoecec_asn1.c(262) : 参见"ECPKPARAMETERS_it

mod tile-mod_tile编译出错 -std=c++11 or -std=gnu++11

问题描述 mod_tile编译出错 -std=c++11 or -std=gnu++11 make[1]: 正在进入目录 /home/wml/src/mod_tile-master' depbase=echo src/gen_tile.o | sed 's|[^/]*$|.deps/&|;s|.o$||'`; g++ -DHAVE_CONFIG_H -I. -I./includes -I/usr/include/freetype2 -pthread -I/usr/local/include -I

commit message带引号,clang 编译出错

问题描述 commit message带引号,clang 编译出错 使用git commit becf7bfd4d8b3d8858d0b94f779d1b690248c11a Author: tug tug@skyth-tek.com Date: Sat May 21 13:28:10 2016 +0800 "a test" 提交如上,提交名为 "a test " 编译时候就会报错: target thumb C++: libsurfaceflinger <=

c++ primer-C++ primer第五版例子编译出错

问题描述 C++ primer第五版例子编译出错 请教,中文第五版p190页的例子编译出错,不知道错哪里了,求大神指正,感激不尽. 错误提示:expected unqualified-id before ')' token 代码如下: include include using namespace std; string::size_type() find_char(const string &s, char c, string::size_type() &occurs) { auto r

交叉编译-rtems编译出错recipe for &amp;amp;#39;libcrypt_a-crypt.o&amp;amp;#39; failed

问题描述 rtems编译出错recipe for 'libcrypt_a-crypt.o' failed windows:64bit vmware上安装fedora21,64位 参考csdn各种大神们的成功经验,安装好ARM的交叉编译工具,又通过git://git.rtems.org/rtems.git得到最新的源码,编译时突然出现以下问题,请教各位高手该如何解决? Making all in libcrypt gmake[5]: Entering directory '/root/rtemsP