Help with compile of a file for arm processors

Asked by angel44e

Hello! I have download the latest version of gcc-arm-none-eabi for win32.I wish to compile a file for Cortex-A8 processors(Android OS). http://www37.zippyshare.com/v/97176389/file.html - here it is zip folder with files.I don't know should I compile Makefile and how to do it,or all files one by one?And is there any videotutorial how gcc-arm-none-eabi for win32 is working?Thank you in advance!

Question information

Language:
English Edit question
Status:
Answered
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Terry Guo (terry.guo) said :
#1

Hi,

This tool chain is targeted for ARM bare metal targets which means no OS running on your target board. So I guess the tool chain doesn't suite your case (target with Android).

But if you want to learn something, we have sample projects under path share/gcc-arm-none-eabi/samples. Those are Makefile-based projects and you need to run them under Cygwin environment on Windows.

Revision history for this message
angel44e (angel44e) said :
#2

   Thanks,Terry! I'll try your advise about samples!

Can you help with this problem?

Provide an answer of your own, or ask angel44e for more information if necessary.

To post a message you must log in.