Forums - Build error when building example provided in Hexagon_SDK-3.0

2 posts / 0 new
Last post
Build error when building example provided in Hexagon_SDK-3.0
amit.makani
Join Date: 28 Nov 16
Location: Bangalore
Posts: 2
Posted: Thu, 2016-12-01 05:22

Hi,

I am building example provided in Qualcomm/Hexagon_SDK/3.0/examples path.

Building fastcv example cornerApp and getting below error. I am using snapdragon flight board.

==========================

ignoring nonexistent directory "../../../libs/common/rpcmem/hexagon_Debug_dynamic/ship"
ignoring nonexistent directory "/home/amit/Qualcomm/HEXAGON_Tools/7.2.12/Tools/Tools/bin/../target/hexagon/include"
ignoring nonexistent directory "/home/amit/Qualcomm/HEXAGON_Tools/7.2.12/Tools/Tools/bin/../lib/clang/3.5.0/include"
#include "..." search starts here:
#include <...> search starts here:
 ../../../libs/common/qurt//ADSPv60MP/include
 .
 ../../../libs/fastcv/fastcv/hexagon_Debug_dynamic
 ../../../incs
 ../../../libs/common/remote/ship/hexagon_Debug_dynamic
 ../../../incs/stddef
 hexagon_Debug_dynamic
End of search list.
In file included from hexagon_Debug_dynamic/cornerApp_skel.c:3:
In file included from hexagon_Debug_dynamic/cornerApp.h:3:
../../../incs/stddef/AEEStdDef.h:18:10: fatal error: 'stdint.h' file not found
#include <stdint.h>
         ^
1 error generated.
make: *** [hexagon_Debug_dynamic/cornerApp_skel.o] Error 1
===========================
 
Thanks!
 
Best Regards,
-Amit
  • Up0
  • Down0
chennak
Join Date: 22 Sep 16
Posts: 78
Posted: Thu, 2016-12-01 08:04

can you please try by cleaning the build.

 

to clean use make tree_clean V=hexagon_Debug_dynamic

to build make tree V=hexagon_Debug_dynamic 

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.