0. linux 설치시에, 32bit로 설치하고 이름은 'small'로 한다.
http://web.ewu.edu/groups/technology/Claudio/ee36010/Cad/Steps_to_Install_Xilinx_11.1_on_Ubuntu_9.10.pdf
여기서 보고 ISE는 재설치함.
그리고 해준 것
1. sudo apt-get install vim
sudo apt-get install subversion
2. sudo apt-get install vim-gtk
3. /etc/ld.so.conf 파일에서
'include /etc/ld.so.conf.d/*.conf 라는 줄 밑에
/opt/Xilinx/14.7/ISE_DS/ISE/lib/lin 라는 구문을 추가해준다.
그 다음에 '$sudo ldconfig'라는 명령어로 update해준다
4. sudo apt-get install gcc-multilibs
5. ~/.bashrc 파일에 path 추가
export PATH=/home/bigpc/mgc/embedded/codebench/bin:${PATH}
export MGLS_LICENSE_FILE=/home/bigpc/license.lic
export AMBER_BASE=/home/bigpc/amber/trunk
export AMBER_CROSSTOOL=arm-none-linux-gnueabi
export PATH=/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin/unwrapped:$PATH
export XILINX=/opt/Xilinx/14.7/ISE_DS/ISE
6.
'수업 > 졸업논문-Amber' 카테고리의 다른 글
| a23에 새로운 모듈 추가하기 (0) | 2015.07.13 |
|---|---|
| Amber - Wishbone과 Mem사이에 연결 확인 (0) | 2015.07.13 |
| ERROR:Simulator:861 - Failed to link the design (0) | 2015.07.12 |
| /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory (1) | 2015.07.12 |
| FATAL_ERROR:Simulator:Fuse.cpp:500:1.133 (0) | 2015.07.12 |