Hi, We are able to use the armcc 5.06u6 as a standalone compiler as well by setting the required environment variables using: export ARM_PRODUCT_DEF=/opt/arm/developmentstudio-2019.0/sw/mappings/gold.elmapexport ARM_CONFIG_PATH=/home/uab/.arm/ds/2019.0export PATH=$PATH:/opt/arm/developmentstudio-2019.0/bin/../sw/ARMCompiler5.06u6/bin:/opt/arm/developmentstudio-2019.0/bin:/opt/arm/developmentstudio-2019.0/sw/java/binHowever, in building the trustzone directory of the Qualcomm chipcode for MSM8909, we're getting the following error: Error: C9580E: QSP is not available with the current toolkit and license. Check that ARM_TOOL_VARIANT is set correctly.Information about this error is available at: http://ds.arm.com/support/lic81 General licensing information is available at: http://ds.arm.com/support/licensing/ If you need further help, provide this complete error report to your supplier or license.support@arm.com. - ARMLMD_LICENSE_FILE: unset - LM_LICENSE_FILE: unset - ARM_TOOL_VARIANT: unset - ARM_PRODUCT_PATH: unset - Product location: /opt/arm/developmentstudio-2019.0/sw/mappings - Toolchain location: /opt/arm/developmentstudio-2019.0/sw/ARMCompiler5.06u6/bin - Selected tool variant: productProduct: Arm Development Studio Gold Edition 2019.0Component: ARM Compiler 5.06 update 6 (build 750)Tool: armcc [4d3637]Fatal error: C3903U: Argument 'QSP.no_neon.no_vfp' not permitted for option 'cpu'.Is this because of a feature (QSP) being missing in the professional gold edition of DS-5? We have also tried explicitly setting ARM_TOOL_VARIANT and found no change.
Hi Zheng,
I am getting the same error as following with 2019.0-1 DS version downloaded from above link:
Product: Arm Development Studio Evaluation 2019.0-1Component: ARM Compiler 5.06 update 6 (build 750)Tool: armcc [4d3637]Fatal error: C3903U: Argument 'QSP.no_neon.no_vfp' not permitted for option 'cpu'.Warning: C9931W: Your license for feature ds_compiler_eval20190 will expire in 8 daysError: C9580E: QSP is not available with the current toolkit and license. Check that ARM_TOOL_VARIANT is set correctly.Information about this error is available at: ds.arm.com/.../lic81 General licensing information is available at: ds.arm.com/.../ If you need further help, provide this complete error report to your supplier or license.support@arm.com.Product: Arm Development Studio Evaluation 2019.0-1Component: ARM Compiler 5.06 update 6 (build 750)Tool: armcc [4d3637]Fatal error: C3903U: Argument 'QSP.no_neon.no_vfp' not permitted for option 'cpu'.
How to solve this error?
Regards,
jaymin
jaymind This feature is not in the evaluation version, please take DS gold version, here is the info of different versions https://developer.arm.com/tools-and-software/embedded/arm-development-studio/editions
Zheng
章政 This feature must need gold version ???We are ready to use silver version whether support QSP ???