GPS在ARM7中的应用

发布于 2024-09-27 05:41:18 字数 1536 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青朷 2024-10-04 05:41:18

我认为编译器没有那么重要。更重要的是您对所使用的库或所调用的实际设备的准确理解。

不过,我会推荐 GCC,并且我确实建议使用最新版本的 GCC。例如,最近出现了 GCC 4.6.2,并且最近在 GCC 中投入了大量工作来提高其针对 ARM 处理器的性能。因此,如果可能的话,我们使用 4.6 GCC,而不是 4.3 GCC(某些硬件供应商不会在其 ARM 开发套件中提供最新的 GCC;在这种情况下,您应该考虑从其源代码构建您的 GCC(也许还有 binutils)。

我对GPS本身一无所知。

I don't think that the compiler matters that much. What is more important is your precise understanding of the library you are using, or of the actual device you are invoking.

However, I will recommend GCC, and I do recommend using a very recent version of GCC. For instance, GCC 4.6.2 is appearing these days, and there have been lot of work recently put in GCC to improve its perfomance for ARM processors. So, if possible, us a 4.6 GCC, not a 4.3 one (some hardware vendors don't give recent GCC with their ARM development kit; you should consider in that case building your GCC (and perhaps binutils) from their source code.

I know nothing about GPS itself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文