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