We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
armclang: error: Your installation could be misconfigured or corrupted.Check that your licensing and toolkit configuration is set up correctly, using the information available at: developer.arm.com/.../product-and-toolkit-configuration.Information about this error is available at: ds.arm.com/.../lic86 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. - ARMLMD_LICENSE_FILE: ':/home/masala/.arm/ds/licenses' - LM_LICENSE_FILE: unset - ARM_PRODUCT_DEF: unset - ARM_PRODUCT_PATH: unset - ARM_TOOL_VARIANT: unset - Product location: product not found - Toolchain location: /opt/arm/developmentstudio-2021.0/sw/ARMCompiler6.16/bin - Selected tool variant: productProduct: unknownComponent: ARM Compiler 6.16Tool: armclang [5dfeab00]
How can i install ARMCompiler6.16 compiler in linux(Ubuntu)
Did you check the three links ?
Yes i check it and it says please set properly : ARMLMD_LICENSE_FILE
and i set it like this :
ARMLMD_LICENSE_FILE=$LD_LIBRARY_PATH:/opt/arm/developmentstudio-2021.0/sw/ARMCompiler6.16/bin
export LM_LICENSE_FILE
After this i am getting this :
armclang: error: Your installation could be misconfigured or corrupted.
And using IDE its working perfectly ..
PRAMOD MAURYA said:If you need further help, provide this complete error report to your supplier or license.support@arm.com
did you do that?
Hello PramodThe ARM_PRODUCT_DEF environment variable is not set, it should be set to something similar to (depending on tools installation path and edition)
/opt/arm/developmentstudio-2021.0/sw/mappings/gold.elmap
There should be a suite_exec script in the bin directory which you can use for configuring properly.
For more information, see https://developer.arm.com/tools-and-software/software-development-tools/license-management/resources/product-and-toolkit-configuration