サンプルプログラム(D6000804)のビルド方法について

ルネサスの以下のURLにあるサンプルプログラムをビルドしたいのですが

プロジェクトをインポートしてビルドをしても13件のエラー(主に~.hが見つからない等)がでて

上手くビルドが通りません。どなたかビルドを通す方法を教えてください。

https://www.renesas.com/jp/ja/software/D6000804.html

 

ビルド環境は

・E2 Studio(ver 6.2.1)

・OS Windows7

・評価基盤 PK-S5D9

何卒宜しくお願い致します。

Parents
  • 返信ありがとうございます。以下のようなエラーがでます。
    src/subdir.mk:36: recipe for target 'src/bldc_on_gpt.o' failed
    make: *** [src/bldc_on_gpt.o] Error 1
    make: *** Waiting for unfinished jobs....
    ../src/hal_entry.c:2:10: fatal error: 'hal_data.h' file not found
    #include "hal_data.h"
    ^
    1 error generated.
    ../src/bldc_thread_entry.c:31:10: fatal error: 'bldc_thread.h' file not found
    #include "bldc_thread.h"
    ^
    1 error generated.
    ../src/hmi_event_handler.c:24:10: fatal error: 'gx_api.h' file not found
    #include "gx_api.h"
    ^
    1 error generated.
    make: *** [src/hal_entry.o] Error 1
    src/subdir.mk:36: recipe for target 'src/hal_entry.o' failed
    make: *** [src/bldc_thread_entry.o] Error 1
    src/subdir.mk:36: recipe for target 'src/bldc_thread_entry.o' failed
    make: *** [src/hmi_event_handler.o] Error 1
    src/subdir.mk:36: recipe for target 'src/hmi_event_handler.o' failed

    15:33:36 Build Failed. 13 errors, 0 warnings. (took 2s.101ms)
Reply
  • 返信ありがとうございます。以下のようなエラーがでます。
    src/subdir.mk:36: recipe for target 'src/bldc_on_gpt.o' failed
    make: *** [src/bldc_on_gpt.o] Error 1
    make: *** Waiting for unfinished jobs....
    ../src/hal_entry.c:2:10: fatal error: 'hal_data.h' file not found
    #include "hal_data.h"
    ^
    1 error generated.
    ../src/bldc_thread_entry.c:31:10: fatal error: 'bldc_thread.h' file not found
    #include "bldc_thread.h"
    ^
    1 error generated.
    ../src/hmi_event_handler.c:24:10: fatal error: 'gx_api.h' file not found
    #include "gx_api.h"
    ^
    1 error generated.
    make: *** [src/hal_entry.o] Error 1
    src/subdir.mk:36: recipe for target 'src/hal_entry.o' failed
    make: *** [src/bldc_thread_entry.o] Error 1
    src/subdir.mk:36: recipe for target 'src/bldc_thread_entry.o' failed
    make: *** [src/hmi_event_handler.o] Error 1
    src/subdir.mk:36: recipe for target 'src/hmi_event_handler.o' failed

    15:33:36 Build Failed. 13 errors, 0 warnings. (took 2s.101ms)
Children