-
Notifications
You must be signed in to change notification settings - Fork 19.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为x86 32位目标而编译的Naiveproxy失败 #6268
Comments
似乎是没有正确链接到编译器 |
@1715173329
另外查找缺少的文件:
|
因为 x86 平台各平台的链接器不尽相同,导致该问题 很遗憾,Chromium 现在这堆都是硬编码进去的,无法自动适配 现在的一个解决办法是做一个 patch,将 |
@1715173329 |
您太客气了 |
反馈bug/问题模板,提建议请删除
1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
2. 详细叙述
在Ubuntu 18.04 LTS上为目标x86 32bit编译helloworld,如果不选naiveproxy可以编译成功,反之失败。
make menuconfig的目标选项如下:
Target System (x86) --->
Subtarget (Generic) --->
Target Profile (Generic x86) --->
(1) 具体问题
Naiveproxy原作者的github上提供有可下载的最新版x86 32bit安装包,说明本软件支持x86 32bit 。 搜索编译错误信息,网上有人说是缺少gcc 32位库,证明似乎不是。
dpkg -l | grep gcc
(2) 路由器型号和固件版本
路由器:X86 Pentium 32位
固件版本:R20.12.12 最新
(3) 详细日志
make -j1 V=s
The text was updated successfully, but these errors were encountered: