⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install.txt

📁 用VHDL语言实现的ARM处理器的标准内核的源代码程序
💻 TXT
字号:
***************************************************
You have to install the m68k cross compiler toolchain 
first.  You might want to download it from www.l8arm.org 
or build it yourself (also setting the CROSSM68K variable 
inside build/Makefile.conf to the appropriate prefix).
For a quick start, to build the toolchain yourself do
the following:

1. download :
  binutils-2.14.tar.gz
  gcc-core-3.2.2.tar.gz
  newlib-1.12.0.tar.gz
2. decompress them to:  
  <basedir>
  +-binutils-2.14
  +-gcc-3.2.2 
  +-newlib-1.12.0
3. inside binutils-2.14:
  $ ./configure --prefix=/opt/m68k --target=m68k-elf
  $ make 
  $ make install
4. Add /opt/m68k/bin to $(PATH) + restart bash
5. inside gcc-3.2.2:
  $ ./configure --prefix=/opt/m68k --target=m68k-elf --with-gnu-as --with-gnu-ld --with-newlib
  $ make 
  $ make install

This should create m68k-elf-gcc in /opt/m68k/bin.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -