腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
对于
MIPS
,gcc是3.4.4还是4.3.2?
、
我们对gcc 3.3.2 (
MIPS
)做了一些修改,以支持我们正在开发的嵌入式系统的变幻莫测。gcc 3.4和更高版本似乎已经大大改进了
MIPS
代码生成,所以我计划将我们的更改向前
移植
。
移植
这些变化需要做大量的工作,我不想做两次,然后选择更好的结果。
Linux
-
MIPS
项目仍然推荐使用gcc 3.4.4,并且
MIPS
Technologies维护了一个基于gcc 3.4.4的经过修改的SDE工具链。虽然我的嵌入式系统没有运行
Linux
,但我尊重他们的
浏览 0
提问于2008-10-17
得票数 0
3
回答
如何从源代码构建
Linux
'script‘命令
我有一个
Linux
工具链。我希望
Linux
'script‘命令被
移植
到
MIPS
处理器上。我在哪里可以获得“脚本”命令的来源?它似乎不是核心用途或本实用程序的一部分。 谢谢,LML
浏览 1
提问于2014-01-13
得票数 0
回答已采纳
1
回答
将
Linux
内核2.6
移植
到新的
MIPS
板上
、
、
、
我想将
Linux
内核2.6.x
移植
到新的
MIPS
板上。不幸的是,我一步一步地解释却找不到好的实际文件。霍普你会帮我的。纸质书也可以。 提前谢谢你!
浏览 4
提问于2010-09-12
得票数 1
2
回答
将sh脚本交叉编译到enigma2 (
mips
) OpenEmbedded的bin中
、
、
、
、
=/scratch/cmoore/2013.05-36-
mips
-
linux
-lite/obj/pkg-2013.05-36-
mips
-
linux
-gnu/
mips
-2013.05-36-
mips
-
linux
-gnu.extras-36-
mips
-
linux
-gnu/
mips
-2013.05-36-
mips
-
linux</
浏览 5
提问于2013-10-10
得票数 1
1
回答
基于usb的便携式虚拟化
linux
,在没有管理员权限的情况下从任何windows PC上获得持久性
、
、
、
、
你好斯塔克溢出社区, 或者它不能保持持久性(
linux<
浏览 2
提问于2015-07-31
得票数 1
1
回答
mips
交叉编译驱动程序
、
、
/bin/
mips
-openwrt-
linux
-uclibc- M=$(PWD) modules 但不起作用。staging_dir/toolchain-
mips
_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin/
mips
-openwrt-
linux
-uclibc- default81-generic/arch/
mips
/Kbuild.platforms:35: &
浏览 4
提问于2015-04-30
得票数 1
回答已采纳
1
回答
GCC编译错误:与指定
mips
1处理器的其他体系结构选项冲突
、
、
、
我试图交叉编译价值为
MIPS
架构,但我得到了错误。/VEX/pub -DVGA_
mips
32=1 -DVGO_
linux
=1 -DVGP_
mips
32_
linux
=1 -DVGPV_
mips
32_
linux
_vanilla=1 -Ipriv -O2_
linux
_a-main_globals.o -MD -MP -MF priv/.deps/libvex_
mips
32_
linux</em
浏览 18
提问于2013-11-15
得票数 1
回答已采纳
3
回答
未在
mips
上运行的golang二进制文件
、
我在Windows 10上使用Go 1.11.4,我想为运行
Linux
的
MIPS
74Kc处理器(Qualcomm QCA9558)编译代码。我编制的资料如下:获取一个可执行文件,上传并运行它,然后得到:重试w/ GOARCH=mipsle/hello_mipsle_
linux
: line 1: syntax error: unexpected "(" 我遗漏了
浏览 0
提问于2019-03-14
得票数 1
回答已采纳
1
回答
如何使用gopacket for 32位
mips
编译Go应用程序
、
、
、
、
我正在尝试使用gopacket库将一个小应用程序编译到32位
mips
cpu上的
linux
。但我通常希望它具有与我的
linux
系统上的API相同的API。 更新,所以看起来需要确保的第一件事就是cgo的执行。:
mips
libpcap0.8-dev:
mips
libc6-dev:
mips
libdbus-1-dev:
mips
libpcap0.8:
mips
为了进行交叉编译,我似乎需要一个能做到这一点的gccgo为此,我安装了: apt-get ins
浏览 404
提问于2021-02-12
得票数 2
回答已采纳
1
回答
交叉编译器二进制执行错误
、
、
、
/bin/
mips
-unknown-
linux
-gnu-gcc -static hello.c -o
mips
-unknown-
linux
-gnu-hello-static + /home/seas/grad/dasnyder/opt/crosstool/gcc-3.4.5-glibc-2.3.6/
mips
-unknown-
linux
-gnu/bin/
mips<
浏览 11
提问于2010-07-16
得票数 1
回答已采纳
2
回答
如何用clang/LLVM交叉编译Coreutils或其他GNU项目?
、
、
因为我安装了所有gcc交叉工具,比如
mips
-
linux
-gnu,powerpc64-
linux
-gnu,如果我有一个像test.c这样的简单的C程序int main;}clang --target=
mips
64-
linux
-gnuabi64 test.c -o test-
mips
64test-
mi
浏览 13
提问于2020-06-15
得票数 4
回答已采纳
2
回答
交叉编译不查找库
、
、
我正在尝试在我的
Linux
系统(x86_64)上编译一段
MIPS
big endian架构的代码。去买我自己的工具链。./configure --target=
mips
-unknown-
linux
-gnu --host=
mips
-unknown-
linux
-gnu CC=/opt/cross/bin/
mips
-unknown-
linux
-g
浏览 1
提问于2019-08-03
得票数 1
1
回答
Objdump不承认共享库的体系结构
、
、
我在Ubuntu14.04上为ARM平台构建了一个共享库。该文件已成功编译和生成。我可以使用nm命令检查导出的符号,但是当我检查.so文件头时,我得到了架构未知的信息。objdump -f libMyLib.so architecture: UNKNOWN!, flags 0x00000150:start address 0x000033a0
浏览 2
提问于2016-09-28
得票数 2
1
回答
用现有的交叉编译器构建新库
、
、
我想使用预装的
mips
交叉编译器(
mips
-
linux
)构建新库。默认情况下,编译器链接glibc。Using built-in specs.for
mips
-
linux
-gnu-g++... nochecking for
mips
-
linux
-gnu-gxx..... <
浏览 0
提问于2018-03-20
得票数 3
1
回答
当我单击“添加打印机”时,Cups-2.2.5无法在GUI上显示本地打印机
、
、
、
我正在将CUPS-2.2.5
移植
到
mips
-
linux
,但是当我尝试“添加打印机”时,我看不到Web接口上的本地打印机。然后在命令行下使用"lpinfo -v“,有一些信息输出作为图片:。
浏览 4
提问于2017-11-20
得票数 0
回答已采纳
1
回答
交叉比对OpenCV与OpenWRT的误差
、
、
、
、
/lib/gcc/
mips
-openwrt-
linux
-uclibc/4.6.3/../../../../lib/gcc/
mips
-openwrt-
linux
-uclibc/4.6.3/../../../../lib/gcc/
mips
-openwrt-
linux
-uclibc/4.6.3
浏览 6
提问于2014-03-17
得票数 1
回答已采纳
2
回答
连接-ng -- stdio.h:没有此类文件或目录
、
、
目标系统是
MIPS
。然而,一个简单的你好世界结局却很糟糕。
mips
-
linux
-gnu-gcc.exe -static -o helloStatic hello.cstatically linked, for GNU/
Linux
2.6.16, with unknown capability 0x41000000= 0xf6
浏览 5
提问于2014-11-06
得票数 1
回答已采纳
1
回答
OpenWrt的编写与编译程序
、
、
、
#include <stdio.h> printf("HelloWorld");}我将hello程序发送到我的设备,并制作了chmod 755。fw3: ELF 32-bit LSB executable,
MIPS
,
MIPS
浏览 6
提问于2019-04-27
得票数 2
1
回答
以OpenWrt为操作系统的
MIPS
交叉编译Snap7
、
、
、
、
/bin/
mips
-openwrt-
linux
-g++/libsnap7.so] Error 1
mips
-openwrt-
linux
-g++ -shared -fPIC -o ../bin/
mips
-openwrt-
linux
-g++/
浏览 4
提问于2014-06-05
得票数 1
2
回答
编译基于
MIPS
的codesourcery工具链参数?
、
、
、
、
/libexec/gcc/
mips
-
linux
-gnu/4.6.3/lto-wrapper.exeConfigured with: /scratch/cmoore-
mips
-
linux
-gnu-i686-mingw32/
mips
-li nux-gnu/bin --with-build-time-tools=/scratch&
浏览 1
提问于2012-08-29
得票数 2
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
热门
标签
更多标签
云服务器
ICP备案
对象存储
云直播
腾讯会议
活动推荐
运营活动
广告
关闭
领券