Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Call Tomorrow (Tues)

> On 3 May 2017, at 12:35, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
> 
> ... if you can test the most recent master code that
> would be great. 

on my macOS 10.12.4 I did the following:

- download http://download.eclipse.org/eclipse/downloads/drops4/S-4.7M6-201703082000/download.php?dropFile=eclipse-platform-4.7M6-macosx-cocoa-x86_64.tar.gz
- download https://ci.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/org.eclipse.cdt.repo.zip
- unpack eclipse-platform-4.7M6-macosx-cocoa-x86_64.tar.gz
- start Eclipse.app
- Install New Software from Archive org.eclipse.cdt.repo.zip
- select all 3 categories 
- restart

- check About: 
	- Eclipse Platform, Version: Oxygen (4.7), Build id: I20170308-2000
	- Eclipse C/C++ Development Tools, Version: 9.3.0.201705030401

- create new C++ 'Hello World C++ Project' using MacOSX GCC; project build and run ok

- install the latest stable GNU ARM Eclipse from http://gnuarmeclipse.sourceforge.net/updates
- configured toolchain path to use latest GCC 6.x
- created a STM32F4 blinky project
- built the Debug & Release config ok
- started a debug session using QEMU (GDB 7.12); single step, breakpoints, suspend, terminate, restart seem ok;
- started a run session using QEMU; terminate button ok
- started a debug session using QEMU (GDB 7.12); single step, breakpoints, suspend, terminate, restart seem ok;

from my point of view, so far... so good! :-)

it looks like the upgrade to Oxygen will be much easier than the upgrade to Neon.

> Thanks for the support Liviu, it is very valuable to the whole
> community! 

thank you Jonah, I appreciate it!

if there is anything else you want me to try, please let me know.


regards,

Liviu











Back to the top