问题标签 [crossdev]

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.

0 投票
2 回答
1217 浏览

gentoo - gawk error when compiling libgpg-error in crossdev armv7a environment

I have gentoo ~amd64 installed and I'm trying to create a crossdev environment for armv7a-hardfloat-linux-gnueabi.

my CFLAGS are `CCFLAGS="-O2 -pipe -fomit-frame-pointer".

when I try to compile the base system, it tries to compile libgpg-error and fails with:

how do I resolve this to continue and build my crossdev environment ?

I tried downgrading gawk from 5 to 4 but the results are the same.

thanks

0 投票
2 回答
40 浏览

ios - 在台式机上开发的移动应用程序如何工作?

大多数(如果不是全部)智能手机都使用 ARM 处理器。但是,我相信移动应用程序是在台式机、笔记本电脑上开发的,它们都运行 x86。例如,在基于 ARM 的处理器上运行的 ios 应用程序或 Android 应用程序在基于 x86 的 Mac 上编写时如何工作?