Forums - Hexagon SDK 3.1 build error

2 posts / 0 new
Last post
Hexagon SDK 3.1 build error
sid92.sharma
Join Date: 15 Sep 16
Posts: 1
Posted: Thu, 2017-08-10 08:31

I am trying to build a project using following commands:

make -j4 tree V=android_Release VERBOSE=1 || exit /B
make -j4 tree V=hexagon_Release_dynamic_toolv80_v62 VERBOSE=1 || exit /B

I am running into error :

Target: Target: hexagon
Thread model: posix
QuIC LLVM Hexagon Clang version 7.2.12
hexagon
Thread model: posix
QuIC LLVM Hexagon Clang version 7.2.12
error: unknown target CPU 'hexagonv62'
make[1]: *** [hexagon_Release_dynamic_toolv80_v62/dspCV_skel.o] Error 1
make[1]: *** Waiting for unfinished jobs....
 

I tried running ~/Qualcomm/Hexagon_SDK/3.1/examples/common/downscaleby2 example but it throws the same error.

Any solutions to this issue?

  • Up0
  • Down0
chennak
Join Date: 22 Sep 16
Posts: 78
Posted: Wed, 2017-08-16 11:03

Looks like you set HEXAGON_TOOLS_ROOT to 7.2 Toolset and it does not support v62 architecture.

please dont override the SDK default values. v62 is supported by 8.0.08 which used default by 3.1 sdk

Regards, 

Chenna 

  • 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.