腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
如何使用
交叉
链接器代替本机链接器
c++
、
c
、
linker
、
makefile
我正试图使用OpenWRT提供的工具链
交叉
编译
MIPS体系结构的包。我在“制造”过程中遇到了以下错误:在本例中,
zlib
已经为MIPS
交叉
编译
,但make使用的是'
浏览 10
提问于2016-01-05
得票数 1
2
回答
针对ARM的
交叉
编译
OpenSSH
openssl
、
arm
、
cross-compiling
、
zlib
、
openssh
有人知道如何在ARM上
交叉
编译
OpenSSH吗?这就是我所做的: # ./configure --prefix=/usr/local/cross/arm 但是当我尝试为ARM目标板
编译
OpenSSH时,在./configure过程中给出了错误"
zlib
missing“: # sudo LDFLAG
浏览 6
提问于2012-08-07
得票数 15
3
回答
openssl for
linux
arm-v5te-
linux
-gnueabi工具链的
交叉
编译
openssl
、
arm
、
cross-compiling
openssl for
linux
arm-v5te-
linux
-gnueabi工具链的
交叉
编译
。我有我尝试过的openssl-0.9.8r版本。/Configure --prefix=/usr --openssldir=/usr/sbin线程
zlib
shared no-asm
linux
-armv4 export CROSS_COMPILE=arm-v5te-
linux
-gnueabi- 但是没有用。我非常需要一些基本步骤来将
浏览 18
提问于2013-03-21
得票数 9
回答已采纳
2
回答
无法
交叉
编译
arm的openSSH,因此
zlib
丢失。
compiling
、
cross-compilation
我正试图
交叉
编译
openSSH,用于武装,但我似乎没有成功:./configure --host=arm CC=arm-hisiv400-
linux
-g++ --prefix=/home/aa/Hi3536_SDK_V2.0.4.0/openSSH --with-
zlib
=/usr/include configure: WARNING:
z
浏览 0
提问于2016-10-11
得票数 6
1
回答
zlib
编译
不正确配置
交叉
编译
器,忽略AR?
makefile
、
cross-compiling
、
zlib
、
configure
我试图
交叉
编译
zlib
用于ARM处理器,使用
交叉
工作台ng,以及由此产生的
编译
器arm-
linux
-gnueabihf-gcc。我将CC变量设置为使用
交叉
编译
器以及AR和RANLIB,然后使用./configure运行它们,如下所示: CC=arm-
linux
-gnueabihf-gcc AR=arm-
linux
-gnueabihf-ar RANLIB=arm-
linux
-gnueabih
浏览 0
提问于2014-01-28
得票数 2
回答已采纳
1
回答
无法
交叉
编译
uclibc的dropbear
linux
、
cross-compiling
、
zlib
、
uclibc
、
dropbear
我正在尝试为一台x86机器
交叉
编译
Dropbear,其中没有glibc,而是使用uclibc。为此,我使用自定义的crosstool ng工具链为相同的指令集
交叉
编译
了
zlib
,并将其安装到自定义位置。Projects/
zlib
_install/include/
zlib
.h和Projects/
zlib
/include/zconf.h复制到Projects/dropbear/
浏览 31
提问于2020-10-28
得票数 0
回答已采纳
2
回答
可以在
Linux
-x86-64上为
Linux
-ARM构建本地gdb吗?
linux
、
gdb
、
arm
、
cross-compiling
、
ncurses
因为它缺少GDB
编译
所需的很多工具,所以我尝试在我的x86机器上构建它。然而,在构建过程进行到一半时,它抱怨缺少"termcap库“
浏览 1
提问于2014-12-22
得票数 0
2
回答
用静态库配置测试
linux
、
raspberry-pi
、
cross-compiling
、
libz
我试图用
zlib
交叉
编译
RaspberryPi上的Ubuntu14.04 (x_64)上的libpng,但是配置失败 是否有任何配置选项,不是用共享库
编译
,而是使用静态库(例如。( -static -lz)。 ./配置-启用-静态=真-启用-共享=假--with-
zlib
-include="/h
浏览 7
提问于2015-02-04
得票数 0
1
回答
支持
zlib
的
交叉
编译
Python
python
、
arm
、
cross-compiling
、
zlib
我正在尝试
交叉
编译
python和
zlib
支持。(Python-3.6.5)Compiled 从文件夹下载了源代码 --prefix=$HOME/python \found.Configure 将已
编译
的
zlib
库文件复制到angstrom
编译
器位置=yes HOSTARCH=arm-angstrom-
linux
BUILDARCH=arm-a
浏览 0
提问于2020-08-26
得票数 1
1
回答
find_library选择静态库而不是共享库。
dll
、
cmake
、
mingw
我的缺点是我正在使用MinGW
交叉
编译
Linux
上的Windows。示例:finds this:
zlib
1.PATHS ${CMAKE_FIND_ROOT_PATH}/bin/)似乎指的是静态库命名为blah.lib (Window
浏览 4
提问于2016-09-25
得票数 3
回答已采纳
1
回答
如何在MAC OSX上
交叉
编译
zlib
和共享库?
c
、
macos
、
cross-compiling
我试图
交叉
编译
一个powerpc嵌入式目标的
zlib
库在MAC上。但是,如果库名不是.so,而是.dylib。
zlib
-1.2.8]$ CC=powerpc-
linux
-gcc \> AS=powerpc-
linux
-asLD=powerpc-
linux
-ld \ > LDS
浏览 4
提问于2014-01-15
得票数 2
回答已采纳
1
回答
交叉
编译
poppler-qt4
qt4
、
cross-compiling
、
poppler
我需要知道如何
交叉
编译
用于arm-
linux
的libpoppler qt4。我已经从下载了源代码。怎么告诉它使用arm-
linux
-gcc?以及如何满足它的依赖关系?
浏览 15
提问于2012-06-13
得票数 1
2
回答
错误
交叉
编译
OpenSSH (嵌入式
Linux
)
c
、
cross-compiling
、
embedded-linux
、
openssh
下面是我遵循的完整的一步一步的过程,最后在OpenSSH
编译
中出现了错误。($HOME/Desktop/
Zlib
/
zlib
-1.2.5/output) 下载了
Zlib
和
交叉
编译
的mkdir
zlib
wget/configure --prefix=/home/armsdk
浏览 3
提问于2017-07-24
得票数 2
回答已采纳
1
回答
用于ARM的
交叉
编译
zlib
gcc
、
makefile
、
compiler-errors
、
arm
、
zlib
我尝试
交叉
编译
zlib
for arm-poky-
linux
-gnueabi,但在启动make时出现错误: ...:~/
zlib
-1.2.11$ AR=$HOST-ar CC=$HOST-gcc RANLIB=$HOST-ranlib .Building shared library libz.so.1.2.11 with arm-poky-
linux
-gnueabi-gcc. Checking for size_t...:~/
zlib
-1.2.1
浏览 86
提问于2018-12-21
得票数 3
2
回答
用于arm gnueabihf的
交叉
编译
libcurl :无法链接函数recv
linux
、
gcc
、
cross-compiling
、
libcurl
、
autoconf
我正在尝试
交叉
编译
libcurl (版本7.54.0),用于arm gnueabihf,我已经在我的$PATH中安装了工具包。我正在运行命令来配置libcurl: ./configure --enable-static --disable-shared --prefix=/usr/arm-
linux
-gnueabihf --host=arm-
linux
-gnueabi--build=i686-pc-
linux
-gnu CC=arm-
linux
-gnueabi
浏览 2
提问于2017-06-03
得票数 3
1
回答
自动工具配置生成选项未被识别
linux
、
build
、
cross-compiling
、
autotools
、
configure
我今天遇到了这个问题,我正在为我的
linux
系统
交叉
编译
许多库,除了这个
zlib
-1.2.8之外,所有这些都运行得很好。/configure --build=x86_64-unknown-
linux
-gnu --host=powerpc-openwrt-
linux
-uclibcspe --prefix=/home/user/openwrt/openwrt/staging_dir/target-powerpc_854
浏览 3
提问于2015-11-06
得票数 1
回答已采纳
2
回答
使用ndk arm-
linux
-androideabi-clang++
编译
器构建grpc C++ for android
android
、
c++
、
build
、
arm
、
grpc
我正在尝试使用Android NDK CLANG
编译
器(arm-
linux
-androideabi-clang++)从Ubuntu
交叉
编译
grpc (https://github.com/grpc/grpc我尝试了下面的方法来为Android
编译
它。
zlib
.c时抛出错误-错误:函数'lseek‘的隐式声明在C99中无效 如何指定使用上面的CLANG
编译
器使用C11进行构建?,但是在
编译
boringss
浏览 168
提问于2019-01-05
得票数 0
回答已采纳
1
回答
安装expat解析器利用arm板中的蓝牙
linux
、
bluetooth
、
arm
、
dbus
、
expat-parser
我在试着
交叉
编译
蓝牙库。设备是一个arm处理器板,我成功地安装了
zlib
、libffi、GLib,我认为我所做的就是更改
交叉
编译
器的名称.所以我得
交叉
编译
但是,当我试图通过以下方法安装expat解析器时/配
浏览 10
提问于2015-05-28
得票数 0
1
回答
Kali
Linux
2.0上的错误内核头版本
kernel
、
linux-kernel
、
kali-linux
、
version
开发内核头(用于
交叉
编译
)
Linux
-libc-dev-armhf-
Linux
内核标头用于开发(
交叉
编译
)
linux
-libc-dev-hppa-
linux
开发内核头(
交叉
编译
)
linux
-libc-dev-m68k-
linux
内核标头用于开发(
交叉
编译
)
linux
-libc-dev-dev-
linux
内
浏览 0
提问于2016-12-03
得票数 0
1
回答
配置下拉列表失败:
zlib
丢失
linux
、
zlib
、
dropbear
我已经有了一个
交叉
编译
的
zlib
:├── include│ └──
zlib
.h│ ├── libz.afirst or check config.log ***./configure \--with-
zlib
=path
浏览 7
提问于2021-07-30
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券