Xilinx SDK helloword 루틴 오류의 상황 및 해결 방법

2813 단어 절차.
Xilinx SDK helloword 루틴 오류의 상황 및 해결 방법
운영 환경
Window 10 VIVADO 2019 Xilinx SDK 2019.1
2. 오보 상황(부분)
Errors(11 items)
  ./src/helloword.o:in function 'main':
  'caddr_t'undeclared(first use in this function)
  conflicting type for '_fstat'
  make:***[makefile:41helloword.elf] Erroe 1
  make:Target 'all' not remade because of errors.
  make[1]:Target 'libs' not remade because of errors.
  ps7_cortexa9_0/linsrc/standalone_v7_0/src/make.libs] Error 2
  standalone_libs] Error 1
  undefined reference to 'print'
  unknown type name 'caddr_t'
  unknown type name 'caddr_t'
  ...//  

3. 오보 원인(한 가지 상황)
컴퓨터 시스템 환경 변수가 수정되었습니다. 예를 들어 컴파일러 경로, 라이브러리 경로 C 를 강제로 추가했습니다.INCLUDE_PATH、LIBRARY_PATH 등
4. 해결 방법
환경 변수 컴파일러 경로 및 라이브러리 경로 삭제 CINCLUDE_PATH、LIBRARY_PATH
SDK를 다시 켜면 문제가 해결됩니다!

좋은 웹페이지 즐겨찾기