Changes between Initial Version and Version 3 of Ticket #311
- Timestamp:
- 2011-03-09T16:03:00Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #311
- Property Keywords gsoc11 added; gsoc2011 removed
- Property Component unspecified → app/other
-
Ticket #311 – Description
initial v3 2 2 3 3 Details:: 4 The Portable C Compiler (pcc) is a multiplatform, BSD-licensed, simple and fast compiler of the C99 language. The origins of the compiler reach back to 1970's, but it is being actively developed even today. Its current version is now nearing the 1.0 release. Integrate a reasonably recent version of pcc into HelenOS so that it can be used to compile C programs from within HelenOS. In the absence of tools such as assembler and linker, focus on porting pcc to the extent that it can compile a C source file into an assembly output(skip the assembler and linking phase).4 The Portable C Compiler (pcc) is a multiplatform, BSD-licensed, simple and fast compiler of the C99 language. The origins of the compiler reach back to 1970's, but it is being actively developed even today. Its current version is now nearing the 1.0 release. Integrate a reasonably recent version of pcc into HelenOS so that it can be used to compile C programs from within HelenOS. In the absence of tools such as assembler and linker, focus on porting pcc to the extent that it can compile an input C source file into an output assembly file (skip the assembler and linking phase). 5 5 6 6 What Gains and Benefits will this bring?::