How to make a 'cnn_classifier.elf' on s32v234evb?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to make a 'cnn_classifier.elf' on s32v234evb?

548 次查看
woong214
Contributor I

We are trying to make a cnn classfier.elf on vision sdk.

but we have some problems when we compile the example which is located in "~/VisionSDK_S32V2_RTM_1_3_0/s32v234_sdk/demos/apps/cnn_classifier/build-v234ce-gnu-linux-d".

we make error below:

---------------------------------------------------------------------------------------------------------------------------------------

~/VisionSDK_S32V2_RTM_1_3_0/s32v234_sdk/demos/apps/cnn_classifier/build-v234ce-gnu-linux-d$ make


Current SDK ROOT is /home/Comuser/VisionSDK_S32V2_RTM_1_3_0/s32v234_sdk
make: *** No rule to make target '../../../../isp/graphs/mipi_simple/dynamic_mipi_simple/build-v234ce-gnu-linux-d/libdynamic_mipi_simple.a', needed by 'gdc_cnn.elf'. Stop.

---------------------------------------------------------------------------------------------------------------------------------------

And we don't know a "nBuild". What does 'nbuild' mean?

when we're trying to make 'libdynamic_mipi_simple.a' and go into 'nbuild' folder, we are not able to compile in 'nbuild' folder. There is no Makefile in 'nbuild' folder.

So we're wondering tha 'nBuild' means.

sincerely

hyoung woong.

标记 (2)
0 项奖励
1 回复

433 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

please try 

make allsub 

command instead make. This also builds libraries on which cnn_classifier depends. 

pastedImage_1.png

Hope it helps. 

Jiri 

0 项奖励