Forums - QIM SDK build problem

1 post / 0 new
QIM SDK build problem
aneshadzi
Join Date: 12 Jun 23
Posts: 5
Posted: Sat, 2023-10-28 06:02

Hi,

During building the Qualcomm Inteligent Mulitmedia (QIM) SDK, following the documentation from https://docs.qualcomm.com/bundle/publicresource/topics/80-50450-51/gener... facing the build error

""
Summary: 1 task failed:
  /app/qcs8550-le-1-0_amss_standard_oem_apqgps/LE.PRODUCT.2.1.r1/apps_proc/build-qti-distro-rb-debug/tmp-glibc/work/kalama-oe-linux/qti-robotics-image/1.0-r0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta-qti-bsp-prop/recipes-android/libvmmem/libvmmem_git.bb:do_fetch
""

.bb file points to the location for libvmmem which does not exist on our repo
``
FILESEXTRAPATHS:prepend := "${WORKSPACE}/vendor/qcom/proprietary/memory/:"
SRC_URI   = "file://libvmmem"
``

also tried with different path: but no luck
`FILESEXTRAPATHS:prepend := "${WORKSPACE}/vendor/qcom/proprietary/memory-ship/:"
SRC_URI   = "file://libvmmem"`

Used SDK: qcs8550-le-1-0_amss_standard_oem_apqgps: r00069.1 - Post-CS2 0.0.069.1
build command: MACHINE=kalama DISTRO=qti-distro-rb-debug source poky/qti-conf/set_bb_env.sh && bitbake -fc populate_sdk_ext qti-robotics-image
 

  • Up0
  • Down0

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.