The Joy of Travel – Ready to Reboot!

Preamble: I’m writing this while in the air, somewhere between Ireland and Island, and it will be posted after I’m on the ground in New York later today. Hopefully….

I’m going to present multiple sessions at the Freescale Technology Forum in Austin/TX (June 22nd to 25) which is a great thing! Naturally, for me living in Europe, this means an air travel over the Atlantic ocean. Some of my work peers and (extended) family members think that air travel must be a lot of fun. Well, maybe 20 years ago? I rather say that travel today is ‘special’, with all the needed security measures, long waiting lines and all the hassles. I have travelled many times, and many times it was ok, or I was just lucky. But business travel usually is exhausting, and definitely *not* fun. Or would you buy and eat typical airplane food in a normal restaurant? I do not.

Airline Food

Airline Food

Continue reading

tinyK20: New Board with micro-SD Card

Thanks for all the feedback and suggestions so far on the tinyK20 project! I’m proud to present the next iteration of the universal microcontroller & debugger board based on the Freescale Kinetis K20 USB microcontroller:

tinyK20 Board

tinyK20 Board

Continue reading

Workaround for “Installing Software has encountered a problem” in Eclipse

I wanted to install an update in Eclipse with Help > Install new Software or Help > Check for updates. I pointed to the update site, selected what I wanted to install, but then during installation I received an error dialog like this:

Installing Software has encountered a problem

Installing Software has encountered a problem

😦

Continue reading

A Conference, Yellow Flowers and Green Bugs …

I’m spending a few days off in the Alps these days, if you are wondering :-). So I share a few wildflower pictures (click to enlarge) from the hiking tours today. Many trails were closed due the security measurements for the Bilderberg summit in the area, so we had to change our plans.  First I thought it was for the G7 summit which is over and was on another alp in Germany. But then I realized that they did that massive thing (military forces, no-fly zone, mobile radar systems, etc) for that Bilderberg conference too. At least it did not impact us much, except using alternative routes, hikes and trails.

Golden Flower

Golden Flower

Continue reading

One of 80’000: Lightning Struck over Lucerne Area

In Switzerland, Meteo Schweiz normally counts 200’000 to 500’000 lightnings every year. On June 7th 2015, the system counted over 80’000!  In that evening, a heavy thunderstorm moved over most parts of Switzerland. I have not been able to take good pictures myself, but Michael Uebelhart shared that one from the Bürgenstock overlooking the Lucerne area with me:

Bürgenstock_2015-06-07

From Bürgenstock, 2015-06-07

Continue reading

Eclipse Project ‘Refresh Policy’: Broken Incremental Build with External Make?

So here is a problem I have observed for a while, and several users have reported that to me: the problem is that for some reasons and only for some projects, when I do a ‘build’ in Eclipse CDT, it does a ‘full’ build. It does not only build the changed files, it builds all or many files in the project.

Building

Building

I expect that only the changed files will be rebuild. Instead, it compiles many files it should not compile/build, with the result that a build takes a very long time. That’s clearly wrong, and not what I expect. So what is causing this problem?

Continue reading