Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Mars.1 project property/settings(Settings on project property page takes ages to open (Mars.1))
Mars.1 project property/settings [message #1716241] Wed, 02 December 2015 12:21 Go to next message
Juha Aaltonen is currently offline Juha AaltonenFriend
Messages: 3
Registered: October 2015
Junior Member
Is there something wrong with my installation or why does it take ages for the settings to open on project property page?
On my I3 machine (not much load) about half a minute.

Also selecting FPU type: neon-vfpv4 doesn't set the "mfpu"-flag at all.
Have to put "-mfpu=neon-vfpv4" in Other Target Flags to get the code compiled for the Neon.

Oh, and I'm using Debian Jessie.

[Updated on: Wed, 02 December 2015 12:29]

Report message to a moderator

Re: Mars.1 project property/settings [message #1716737 is a reply to message #1716241] Mon, 07 December 2015 21:25 Go to previous messageGo to next message
Magnus Nilsson is currently offline Magnus NilssonFriend
Messages: 1
Registered: December 2015
Junior Member
I have the same problem regarding opening settings project properties, it takes a very long time.

Eclipse IDE for C/C++ Developers
Version: Mars.1 Release (4.5.1)
Build id: 20150924-1200

$ uname -r
4.2.6-040206-generic

Some STM32 ARM plugins installed.
Re: Mars.1 project property/settings [message #1717458 is a reply to message #1716737] Mon, 14 December 2015 08:09 Go to previous messageGo to next message
Peter Swa is currently offline Peter SwaFriend
Messages: 1
Registered: December 2015
Junior Member
I have the same problem - to open Properties/Build/Settings takes more than 1 min on my i7.
I just still use luna version.

Peter

N55SF:~$ uname -r
3.16.0-55-generic
Re: Mars.1 project property/settings [message #1723085 is a reply to message #1717458] Thu, 11 February 2016 13:43 Go to previous message
Dave Skok is currently offline Dave SkokFriend
Messages: 7
Registered: September 2009
Junior Member
I've been dealing with this menacing problem for a while.

On Ubuntu 14.04.3 LTS (Trusty Tahr) using MARS.1. I use GNU ARM on Eclipse plug-in primarily for development.

I have found that starting eclipse from shell script that exports the following prior solves the problem:

#!/bin/bash

export SWT_GTK3=0
export UBUNTU_MENUPROXY=0
./eclipse -showlocation

An explanation of the solution is here



Previous Topic:/bin/sh: arm-elf-as: command not found
Next Topic:Indigo CDT_8_0_2/CDT_8_0_3 wont make target.
Goto Forum:
  


Current Time: Sat Apr 20 01:12:44 GMT 2024

Powered by FUDForum. Page generated in 0.02537 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top