developer studio linux problem

I already successfully installed the develop studio, but when I create open at project, it show the blank page. Here is the error message: “org.eclipse.ui.internal.dialogs.NewWizardSelectionPage cannot be cast to com.wavecom.openat.ide.ebs.ui.wizards.newproject.pages.SaveAndLoadablePage

Then I want to compile from source. But I’m trying to download the source code of “Source for Open AT projects management 2.3.0.201212050851-R9957” from eclipse. After downloading it gives an error about signature. Error message:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,com.wavecom.openat.ide.devenv.branding.source,2.3.0.201212050851-R9957.
Error reading signed content:/tmp/signatureFile7663516400117832754.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile7663516400117832754.jar

could you please give some suggestion? or is there anywhere else the source code available?

thanks,

Are you running Eclipse 4.2.1? This is the mandatory version to run DS 2.3.0
How did you installed the DS plug-ins? Please can you make a snapshot of the Help > About DS > Installed Software box?

Here is the snapshot, I’m running eclipse 4.2.1 and also ds 2.3.0. Please check the attached snapshot about the plugins.

Thanks,

Just made the test again today, over an Ubuntu 12.10 64 bits install

  • Download Eclipse C/C++ IDE (4.2.1), Linux 64 bits
  • Add updatesite.sierrawireless.com/developerStudio update site
  • Uncheck “contact all update sites” box
  • Install “Open AT projects management” + “ARM EABI GCC Toolchain” features + restart eclipse
  • Try to invoke wizard: OK
  • Install “Source for Enhanced Build System” feature + restart eclipse : OK.

Here is a snapshot of the result (quite similar to yours)


Maybe you can give another try?

Hi to all!

My system Kubuntu 13.04 64bit (Linux 3.8.0-27-generic, KDE 4.10.2)
I’ve installed Eclipse for C/C++ Developers (Eclipse Juno (4.2.2) version), then Developer Studio plug-ins. Then i try to make new project:
File->New->Project->Open AT Project. Fill the project settings and when i hit Next nothing happens…Can anyone help me please?

Please can you zip and post here your workspace log? (/.metadata/.log file)

[attachment=0]log.zip[/attachment]Hi !

Thanks for answer and sorry for delay, i already lost all hope :slight_smile: Please see log file in attach

I think I get it: please have a look to the release note (developer.sierrawireless.com/en/ … 2_3_1.aspx), and in particular the instructions concerning the Linux setup and required packages.

I also noticed that you’re running Ubuntu 13.04: we currently have a limitation on this distribution, causing the Target Management perspective to be not functional at all. The issue will be corrected in the next DS release, but meanwhile I’m afraid that you’ll be limited to applications development only on this host.

ok, thanks daav

I had the same problem: Nothing happens if you click a button to create an OpenAT C Project, but I did installed all the required packages as described in the release notes.

I discovered that libunix-java.so could not be found because it was not in the java.library.path. Starting eclipse with the following commands fixes this for me:

LD_LIBRARY_PATH=/usr/lib/jni ./eclipse

I’ve installed the Oracle Java 7 JDK using this PPA: launchpad.net/~webupd8team/+archive/java. Maybe this is causing the problem (/usr/lib/jni not being in the default library path). I’m currently still running Ubuntu 12.10.