OpenCores
URL https://opencores.org/ocsvn/core_arm/core_arm/trunk

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [soft/] [tbenchsoft/] [m68k/] [install.txt] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tarookumic
***************************************************
2
You have to install the m68k cross compiler toolchain
3
first.  You might want to download it from www.l8arm.org
4
or build it yourself (also setting the CROSSM68K variable
5
inside build/Makefile.conf to the appropriate prefix).
6
For a quick start, to build the toolchain yourself do
7
the following:
8
 
9
1. download :
10
  binutils-2.14.tar.gz
11
  gcc-core-3.2.2.tar.gz
12
  newlib-1.12.0.tar.gz
13
2. decompress them to:
14
  
15
  +-binutils-2.14
16
  +-gcc-3.2.2
17
  +-newlib-1.12.0
18
3. inside binutils-2.14:
19
  $ ./configure --prefix=/opt/m68k --target=m68k-elf
20
  $ make
21
  $ make install
22
4. Add /opt/m68k/bin to $(PATH) + restart bash
23
5. inside gcc-3.2.2:
24
  $ ./configure --prefix=/opt/m68k --target=m68k-elf --with-gnu-as --with-gnu-ld --with-newlib
25
  $ make
26
  $ make install
27
 
28
This should create m68k-elf-gcc in /opt/m68k/bin.
29
 

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.