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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

511 Views
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.

Tags (2)
0 Kudos
1 Reply

396 Views
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 Kudos