I've created an SDK online for the iMX8QM MIMX8QM6xxxFF target.
When I drag the downloaded SDK into MCUXpresso IDE I get an error.
Here is the error log:
[/home/xxxx/Downloads/SDK_2.9.0_MIMX8QM6xxxFF.tar.gz]
!SESSION 2021-03-08 08:50:04.962 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_265
java.vendor=AdoptOpenJDK
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64
!ENTRY org.eclipse.jface 2 0 2021-03-08 08:50:21.539
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2021-03-08 08:50:21.539
!MESSAGE A conflict occurred for ALT+CTRL+SHIFT+L:
Binding(ALT+CTRL+SHIFT+L,
ParameterizedCommand(Command(com.nxp.mcuxpresso.core.debug.linkserver.ui.CRTCApplicationLaunchShortcut,MCUXpresso IDE LinkServer (inc. CMSIS-DAP) probes,
,
Category(org.eclipse.core.commands.categories.autogenerated,Uncategorized,Commands that were either auto-generated or have no category,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2b4954a4,
[Parameter(com.nxp.mcuxpresso.core.debug.support.shortcut.parameter,parameter,null,true)],,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(ALT+CTRL+SHIFT+L,
ParameterizedCommand(Command(org.eclipse.text.quicksearch.commands.quicksearchCommand,Quick Search,
,
Category(org.eclipse.text.quicksearch.commands.category,Quick Search,null,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2f2f92f,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2021-03-08 08:50:21.539
!MESSAGE A conflict occurred for CTRL+U:
Binding(CTRL+U,
ParameterizedCommand(Command(com.nxp.swtools.clocks.commands.unlockAll,Unlock All Settings,
,
Category(org.eclipse.core.commands.categories.autogenerated,Uncategorized,Commands that were either auto-generated or have no category,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@cfc4601,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+U,
ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.Execute,Execute,
Evaluate selected text,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@240291d9,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
!ENTRY com.nxp.mcuxpresso.core.datamodels 1 0 2021-03-08 08:50:25.073
!MESSAGE Recreating part support. No part support available.
!ENTRY com.nxp.mcuxpresso.core.datamodels 4 -1 2021-03-08 08:51:00.696
!MESSAGE The SDK 'SDK_2.x_MIMX8MQ5xxxHZ' does not contain any MCUXpresso IDE compatible toolchain.
!STACK 0
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider.addToMap(SDKManifestProvider.java:893)
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider.access$0(SDKManifestProvider.java:871)
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider$2.visitFile(SDKManifestProvider.java:669)
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider$2.visitFile(SDKManifestProvider.java:1)
at java.nio.file.Files.walkFileTree(Files.java:2670)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider.refresh(SDKManifestProvider.java:634)
at com.nxp.mcuxpresso.core.datamodels.SDKChipVendorDatabase.refresh(SDKChipVendorDatabase.java:803)
at com.nxp.mcuxpresso.core.datamodels.SDKChipVendorDatabase$1.run(SDKChipVendorDatabase.java:364)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY com.nxp.mcuxpresso.core.datamodels 4 -1 2021-03-08 08:51:01.843
!MESSAGE The SDK 'SDK_2.x_MIMX8MQ5xxxHZ' does not contain any MCUXpresso IDE compatible toolchain.
!STACK 0
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider.addToMap(SDKManifestProvider.java:893)
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider.access$0(SDKManifestProvider.java:871)
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider$2.visitFile(SDKManifestProvider.java:669)
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider$2.visitFile(SDKManifestProvider.java:1)
at java.nio.file.Files.walkFileTree(Files.java:2670)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at com.nxp.mcuxpresso.core.datamodels.providers.SDKManifestProvider.refresh(SDKManifestProvider.java:634)
at com.nxp.mcuxpresso.core.datamodels.ui.views.SDKView.doRefresh(SDKView.java:1751)
at com.nxp.mcuxpresso.core.datamodels.ui.views.SDKView$1.run(SDKView.java:419)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Any idea what the problem could be?
Solved: The problem turned out to be selecting "GCC" for the Required Toolchains when I should have selected "MCUXpresso IDE" when building the SDK online.