Hi, I am trying to compile my .bin file for my Mbed project but I am running into this error:
Build startedUsing toolchain ARMC6 profile {'ENV': {'ARMLMD_LICENSE_FILE': '8224@10.100.182.21:8224@10.100.106.178'}, 'PATHS': {'ARMC6_PATH': '/opt/ARMCompiler6.15.13/bin/', 'ARM_PATH': '/opt/armcc5_06_u6/'}, 'common': ['-c', '--gnu', '-O3', '-Otime', '--split_sections', '--apcs=interwork'], 'cxx': ['--cpp', '--no_rtti'], 'COMPILE_C_AS_CPP': False, 'NEW_SCAN_RESOURCES': True}scan /tmp/chroots/ch-e5b93c3d-b1e7-4726-9ee0-252362a43b11/srcscan /tmp/chroots/ch-e5b93c3d-b1e7-4726-9ee0-252362a43b11/extras/mbed-os.libcompile main.cpparmclang: error: Failed to check out a license.Unable to connect to the license server. Check that ARMLMD_LICENSE_FILE is set correctly, and the license server is available.armclang: note: Information about this error is available at: ds.arm.com/.../m15 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: '8224@10.100.182.21:8224@10.100.106.178' - LM_LICENSE_FILE: '8224@10.100.182.21:8224@10.100.106.178' - ARM_PRODUCT_DEF: unset - ARM_PRODUCT_PATH: unset - ARM_TOOL_VARIANT: unset - Product location: /opt/ARMCompiler6.15.13/sw/mappings - Toolchain location: /opt/ARMCompiler6.15.13/bin - Selected tool variant: productarmclang: note: - Checkout feature: compiler5 - Feature version: 5.0202010 - Flex error code: -15Product: ARM Compiler 6.15 ProfessionalComponent: ARM Compiler 6.15Tool: armclang [5dd79400]Internal error.Build failedBuild failed
I was able to successfully compile just yesterday, not sure what has gone wrong?