- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi
I am interested to know if there is a Fortran Compiler for Android targeting Intel-based platform (ATOM).
1. Is there a preview or beta available?
2. Is it possible to use the Fortran Compiler for Linux to target Android OS somehow?
Regards,
Morag Agmon (Intel)
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Intel does not have such a compiler. No, you can't use the Linux compiler for this purpose.
It is probable that one can build a gfortran (gcc) compiler for this combination.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi
Just to make things clear, I'm looking for a cross-compiler. I want to compile on a Windows/Linux host for Android target with an Intel CPU.
Moreover, my wish is to create a static library and not an application. The static library will expose library functions APIs that will be used by a C-program that is linked with the regular Android run-times.
Is that possible?
Regards,
Morag Agmon