강의

멘토링

커뮤니티

Inflearn Community Q&A

vincentkim's profile image
vincentkim

asked

Design Self-Study Tastebi's Practical FPGA-Based HW Accelerator Design (From LED Control to Fully Connected Layer Accelerator Design)

[FPGA Chapter 4] Hello Matbi World (Programming the PS Using Vitis Tool) - Hands-on Practice

IP Generator Create Blcok Design warning 문제 문의 드립니다.

Written on

·

804

·

Edited

1

안녕하세요 맛비님..

강의 잘보고 있습니다.

hello world 진행 중 문제가 발생했습니다..

 

WARNING: [BD 5-700] No address spaces matched 'get_bd_addr_spaces -of_objects /processing_system7_0 -filter {path == /processing_system7_0/Data}'

WARNING: [BD 5-699] No address segments matched 'get_bd_addr_segs -of_objects {}'

 일단 creat design 에서 위 두 개의 워닝 발생.

다음은 vitis hello world 프로젝트 생성 후 에러 메세지 입니다.

 

15:33:40 WARN : An unexpected exception occurred in the module 'platform project logging'

15:33:41 INFO : Platform 'lab4_hello_vincent' is added to custom repositories.

15:33:43 ERROR :

15:33:43 ERROR :

org.eclipse.cdt.internal.core.settings.model.ExceptionFactory.createCoreException(ExceptionFactory.java:26)

org.eclipse.cdt.core.CCorePlugin.mapCProjectOwner(CCorePlugin.java:890)

org.eclipse.cdt.core.CCorePlugin$1.run(CCorePlugin.java:945)

org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2292)

org.eclipse.cdt.core.CCorePlugin.createCProject(CCorePlugin.java:930)

com.xilinx.sdx.sdk.core.gen.AppCreationHandler.createCProject(AppCreationHandler.java:92)

com.xilinx.sdx.sdk.core.gen.StandaloneProjectHandler.createCoreApp(StandaloneProjectHandler.java:67)

com.xilinx.sdx.sdk.core.gen.AppCreationHandler.createApplication(AppCreationHandler.java:79)

com.xilinx.sdx.sdk.core.gen.AppCreationHandler.execute(AppCreationHandler.java:69)

com.xilinx.sdx.sdk.core.SdkAppCreationHandler.executeInternal(SdkAppCreationHandler.java:75)

org.apache.logging.log4j.core.impl.MutableLogEvent@1c323ee2

15:33:43 ERROR : Failed to create application project

com.xilinx.sdx.sdk.core.gen.StandaloneProjectHandler.createCoreApp(StandaloneProjectHandler.java:150)

com.xilinx.sdx.sdk.core.gen.AppCreationHandler.createApplication(AppCreationHandler.java:79)

com.xilinx.sdx.sdk.core.gen.AppCreationHandler.execute(AppCreationHandler.java:69)

com.xilinx.sdx.sdk.core.SdkAppCreationHandler.executeInternal(SdkAppCreationHandler.java:75)

com.xilinx.sdx.sdk.core.SdkAppCreationHandler.lambda$1(SdkAppCreationHandler.java:67)

org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2292)

org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2312)

com.xilinx.sdx.sdk.core.SdkAppCreationHandler.execute(SdkAppCreationHandler.java:66)

com.xilinx.sdx.npw.NewProjectCreationHandler.createApplicationProject(NewProjectCreationHandler.java:237)

com.xilinx.sdx.npw.NewProjectCreationHandler.internalExecute(NewProjectCreationHandler.java:385)

org.apache.logging.log4j.core.impl.MutableLogEvent@1c323ee2

원인이 무엇인지 잘 모르겠습니다.

 

찾아보니 보드셋팅 문제가 있던데 셋팅은 제대로 하였습니다. 보드세팅.jpgdiagram.jpg전체화면.jpgcreate_block_diagram.jpg

fpga임베디드

Answer 1

1

vincentkim님의 프로필 이미지
vincentkim
Questioner

원인은 모르겠으나 다시 해보니 됩니다..

^^;

semisgdh님의 프로필 이미지
semisgdh
Instructor

허걱..?! 다행입니다. 원인은 저도 잘.. 모르겠네요. ㅠ

즐공하세요 :)

vincentkim's profile image
vincentkim

asked

Ask a question