Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. GCC Compiler for ARM

GCC Compiler for ARM

Scheduled Pinned Locked Moved C / C++ / MFC
question
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Abbas_Riazi
    wrote on last edited by
    #1

    I want to compile a source code for my pocket pc. It requires the gcc compiler. The command to compile is as follow:

    arm-coff-gcc -S -o CODE.S -mcpu=strongarm1100 -O3 \
    -I/usr/local/lib/gcc-lib/arm-coff/3.1/include -I/usr/include CODE.c

    I want to know how can I get a copy of GCC for ARM? Is there anyone know about it? Thanks, A. Riazi

    H 1 Reply Last reply
    0
    • A Abbas_Riazi

      I want to compile a source code for my pocket pc. It requires the gcc compiler. The command to compile is as follow:

      arm-coff-gcc -S -o CODE.S -mcpu=strongarm1100 -O3 \
      -I/usr/local/lib/gcc-lib/arm-coff/3.1/include -I/usr/include CODE.c

      I want to know how can I get a copy of GCC for ARM? Is there anyone know about it? Thanks, A. Riazi

      H Offline
      H Offline
      Henry miller
      wrote on last edited by
      #2

      Start at: http://gcc.gnu.org/ Installation could be difficult. On Windows you might need mingw or cygwin to start with. I'm not sure where to go from there. Even on Unix type systems, installation is not exactly trivial. Take your time, search the web and mailing lists to see who has done this. Read all the documentation you can find, then start installing. gcc is perhaps the most common compiler for any system other than windows. There are better ones in most cases, but it is hard to argue with free, so gcc gets used everywhere. As a C compiler it is good to excellent, for C++ it works, but that is about all you can say. P.S. If you don't find useful documentaiton, write a log of what you do. When you get it working post instructions someplace. Others will thank you.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups