Eclipse hangs loading

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Eclipse hangs loading

770 Views
kevinangus
Contributor III

New install, Windows 10 x64, Java 7 x64 then moved to the latest Java 8 x64. I have install the update to the SDK.

 

The Eclipse splash screen hangs: Loading org.eclipse.compare

When Eclipse hangs it does not produce a .log file.

I can run: eclipse -clean -refresh

Eclipse will run and create the .log file

 

.log message:

!ENTRY com.processorexpert.core.ide.wizard.ui 2 0 2015-11-11 09:21:07.247

!MESSAGE External elements location C:\MCUEclipse\eclipse\ProcessorExpert\BoardConfigurations/wizard_data does not exist

I can find the wizard_data here:

C:\MCUEclipse\eclipse\ProcessorExpert\Repositories\KSDK130_Repository\BoardConfigurations\wizard_data

and in the KDS 3.0 install:

C:\Freescale\KDS_3.0.0\eclipse\ProcessorExpert\Repositories\Kinetis_Repository\BoardConfigurations\wizard_data

--------------------------------------------------

 

!ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2015-11-11 10:00:05.543

!MESSAGE No repository found at jar:/file:/C:/tmp/PEx_for_Kinetis_3.0.1.zip!/.

 

!ENTRY com.freescale.processorexpert.core 4 0 2015-11-11 10:20:58.579

!MESSAGE PExCore: Invalid ID of the project component (fsl_lptmr_hal).

 

UPDATE: I increased the HEAP to 2048 but that didn't help: I can get it to run by using eclipse -clean -refresh OR eclipsec and I found more problems:

java.lang.UnsatisfiedLinkError: C:\MCUEclipse\eclipse\plugins\com.pemicro.core_1.1.43.201511061812\pemicro_jloader.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

        at java.lang.ClassLoader$NativeLibrary.load(Native Method)

        at java.lang.ClassLoader.loadLibrary0(Unknown Source)

        at java.lang.ClassLoader.loadLibrary(Unknown Source)

        at java.lang.Runtime.load0(Unknown Source)

        at java.lang.System.load(Unknown Source)

        at com.pemicro.jloader.JLoader.loadPEConnectionDLL(JLoader.java:74)

        at com.pemicro.corePlugin.Server.dotheLibraryLoad(Server.java:78)

        at com.pemicro.corePlugin.Server.getPne(Server.java:62)

        at com.pemicro.corePlugin.Server.start(Server.java:29)

        at com.pemicro.corePlugin.StartService.earlyStartup(StartService.java:14)

        at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:90)

        at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:68)

        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

        at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2812)

        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

com.freescale.processorexpert.core: PExCore: Invalid ID of the project component (fsl_lptmr_hal).

 

Why is it trying to load the x86 version?

Labels (1)
0 Kudos
3 Replies

473 Views
trytohelp
NXP Employee
NXP Employee

Hi Kevin,

This summer I've performed some tests with Windows 10 64 bit.

I’ve installed an instance of Windows 10 64 bit OS on my Oracle VirtualBox.

Under this configuration I’ve installed:

                CW for HC12 v5.1

                CW for MCU V10.6.4

                KDS V3.0.0

About tool installation/running:

                The tools were installed without problem.

                I can create and build a sample application without problem.

About licensing:

                The temp and NL license file are working fine for HC12 V5.1 and MCU v10.6.4.

                However the USBdongle is not working – probably a driver issue.

About interfaces:

                This is more complex but the OSBDM connection is working fine for MCU V10.6.4 and KDS 3.0.0.

During my tests I didn't installed the KSDK tool.

I will install it and keep you informed.


Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

473 Views
kevinangus
Contributor III

An update: I installed on another machine - Windows 10, x_64, one hard drive, one processor.

What was installed:

MARS.1 x_64

Java 8_65

GNU tools

Segger

PE Micro 2.5 updated plugin

PE 3.0

PE 3.01 update

KSDK 1.3

KSDK update

MCUEclipse Components

That machine runs fine.

My main workstation with two Xeon processors each having 4 core CPU's and 1.5TB RAID 5 dive subsystem plus a 2TB SLED drive for backup.

It has KDS 3.0 and WICED with Helios that run without an issue.

The 4th install on the workstation was with the latest updates to everything and it ran fine until the next morning then it too hung while loading.

I enabled the option to create a log if eclipse stopped but nothing happened.

The 5th install will be using Eclipse's "Installer" package to the SLED drive and if that doesn't work I'll try the 32-bit version of MARS.1

0 Kudos

473 Views
kevinangus
Contributor III

I finally have an installed MARS.1 working and it appears the -configuration option was needed on my Windows 10 workstation.

We'll see....... 

I found my setup is not on the supported list: Java 8_65 and Windows 10

0 Kudos