10 years, 5 months ago.

Development Engineer.

Hi,

Just registered for mbed. Tried downloading the Hello World example and compile but got the following error./media/uploads/matbli/mbederror.gif

Rgds, Mats

2 Answers

10 years, 5 months ago.

Try deleting the program and making a new one (if you make a new one it will allow you to make a blinking led program). Personally I have never seen this error before.

Mats Blide
poster
10 years, 5 months ago.

Changed hardware platform then I succeed building.

In between I selected another hardware platform giving me the following error.

/media/uploads/matbli/mbederror2.gif

There is obviously something I have not really grasped when it comes to configuring the project for a certain platform.

For instance don't know how to import a Library build instead of a Published Library. I suspect there are different builds for different hardwares - or?

It might be needed to select compile all from the compile menu when switching platforms, that forces it to recompile everything.

The mbed library is the only precompiled library, and builds for every platform are automatically included (if you want you can also use the non-precompiled version, but generally there is no reason for that). Other user/official libraries are just the required code: Most work on all platforms, of those that don't many will just generate an error during compiling (generally because device specific registers are used, and the compiler can't find them for other devices).

posted by Erik - 18 Nov 2013