0

我正在尝试使用 arm-linux-androideabi-g++ 编译一个简单的程序。我在我的程序中加入了这一行:

#include"link.h"

它通过说没有这样的文件或目录来给出错误。当我尝试搜索该文件时,我找不到它。我已经搜索了整个 android-ndk 目录,但仍然找不到。如果android ndk中有任何此类文件,任何人都可以帮我找到该文件吗?

或者我可以使用link.hof/usr/include/link.h并以某种方式为 Android 修改它吗?

4

2 回答 2

1

如果你在谈论 Bohem GC,那么你可以使用这个 link.h 文件,它适用于 Android:http ://code.google.com/p/androidmono/source/browse/trunk/PlatformPatches/link.h

于 2012-08-04T05:12:59.010 回答
0

您必须编写一个.mk文件并将路径设置为您正在使用的标头。

阅读此内容以供参考:

https://groups.google.com/forum/?fromgroups#!topic/android-ndk/-_scQd5leqo

于 2012-08-03T19:18:56.820 回答