Changes between Version 2 and Version 3 of ARM_QEMU


Ignore:
Timestamp:
Feb 4, 2008 11:44:40 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ARM_QEMU

    v2 v3  
    8787 
    8888 
    89 ==== Prepare newlib to be built along with gcc === 
     89==== Prepare newlib to be built along with gcc ==== 
    9090 
    9191{{{ 
     
    9898=== Build Everything === 
    9999 
     100==== Build binutils ==== 
     101 
     102{{{ 
     103  $ mkdir -p /arm/objs/binutils-arm 
     104  $ cd /arm/objs/binutils-arm 
     105  $ ../../srcs/binutils-2.18/configure --target=arm-elf --prefix=/arm 
     106  $ make 
     107  $ cd .. 
     108}}} 
     109 
     110==== Build gcc ==== 
     111 
     112{{{ 
     113  $ mkdir /arm/objs/gcc-arm 
     114  $ cd /arm/objs/gcc-arm 
     115  $ ../../srcs/gcc-3.4.6/configure  
     116 
     117  $ make 
     118  $ su -c "make install" 
     119  $ cd .. 
     120}}} 
     121