에러 유형
FATAL_ERROR:Simulator:Fuse.cpp:500:1.133 - Failed to compile generated C file isim/amber-test.exe.sim/work/m_00000000002304470439_2872374404.c For technical support on this issue, please visit http://www.xilinx.com/support.
FATAL_ERROR:Simulator:Fuse.cpp:500:1.133 - Failed to compile generated C file isim/amber-test.exe.sim/work/m_00000000002304470439_2872374404.c For technical support on this issue, please visit http://www.xilinx.com/support.
이 때는 fuse에 -v 1 옵션을 추가해서 내부를 봐야된다.
그러면,
grep -rn 'fuse' ./
명령으로 fuse를 찾고 거기에
-v
옵션을 추가해줘야된다.
나의 경우에는 /amber/trunk/hw/isim 폴더 내부에
run.sh
파일이 있는데 거기서 239번째 줄에
fuse tb -o amber-test.exe -prj amber-isim.prj \
이렇게 있는 것에
fuse tb -v 1 -o amber-test.exe -prj amber-isim.prj \
이렇게
옵션을 추가해줬다.
그러면 이제 fuse 명령 실행 중에 뭐가 문제인지가 좀더 자세하게 나오게 된다.
그리고 문제가 나왔는데 다음과 같았다.
'수업 > 졸업논문-Amber' 카테고리의 다른 글
| 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 |
| The XILINX environment variable is not set or is empty. (0) | 2015.07.12 |
| shared libraries 오류 발생시 (0) | 2015.07.12 |
| amber 사용 중 필요한 설정. (0) | 2015.07.11 |