GCC for ARM

Hi,

Im trying compile GCC for android phones using ARM.

I made e repository with the Dockerfile and the problem while configure/make.

https://github.com/prsolucoes/gcc-for-arm

Can anyone help me with that problem?

Thanks.
For this specifying ‘soft’ causes GCC to generate output containing library calls for floating-point operations. ‘softfp’ allows the generation of code using hardware floating-point instructions, but still uses the soft-float calling conventions. ‘hard’ allows generation of floating-point instructions and uses FPU-specific calling conventions.
The default depends on the specific target configuration. Note that the hard-float and soft-float ABIs are not link-compatible; you must compile your entire program with the same ABI, and link with a compatible set of libraries.
Topic archived. No new replies allowed.