Changes between Initial Version and Version 1 of ppc_prog_overview/edkgcc


Ignore:
Timestamp:
Aug 2, 2006, 11:39:38 PM (18 years ago)
Author:
snovich
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ppc_prog_overview/edkgcc

    v1 v1  
     1= GCC in EDK =
     2The PowerPC compiler, called powerpc-eabi-gcc is based off of GCC version 2.95.3-4. The full GCC programming support manual is located at: http://gcc.gnu.org/onlinedocs/gcc/ . The EDK support compiler options are located in the Xilinx Embedded System Tools Guide: http://www.xilinx.com/ise/embedded/est_rm.pdf [[BR]][[BR]]
     3Although gcc in general has support for many languages, powerpc-eabi-gcc has support for only C and C++. The main reasons for this are that all of the hardware driver APIs are coded in C, and that C and C++ are currently the most portable programming languages available.[[BR]]
     4[[BR]]
     5[wiki:ppc_prog_overview/ppc405_arch PREV: The PowerPC Overview] ||| [wiki:ppc_prog_overview HOME] ||| [wiki:ppc_prog_overview/EDK_prog NEXT: EDK Programming Essentials]