问题标签 [maemo]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - 将共享库编译成可执行文件?
我正在尝试交叉编译我为诺基亚 N900 开发的一些软件。它有一个 ARM7 处理器,并且正在运行 Maemo(我相信基于 Debian Etch 和 Lenny)。
为了交叉编译,我使用的是 Scratchbox,过去它在其他软件中运行良好。
我开发的软件使用libpcap
. repo 中的最新版本是 0.8,但我至少需要 1.0。所以我在 Scratchbox 中编译了 1.0。
在 Scratchbox 中,我的软件编译得很好,但是当我在 N900 上使用编译后的二进制文件时,我得到一个错误:
这是我的Makefile:
libpcap
是否可以在可执行文件中构建?