10 years, 4 months ago.

Any news when the mbed-rtos will work with the LPC4088 QS ?

Hi,

The mbed-rtos is getting a four compiler errors. See thread:

http://mbed.org/forum/mbed/topic/4630/?page=1#comment-23122

From what I gather, the rtos use to work with the LPC4088, but I'm not 100% sure.

Regards,

...kevin

2 Answers

Kevin Braun
poster
10 years, 3 months ago.

Everyone,

The latest mbed-src.lib has fixed the issue

...kevin

Accepted Answer
10 years, 4 months ago.

I ts true there are still troubles, problemes with the online compiler since few days from now.

I did an export to GCC from the online compiler and I test a small piece of code using UDP and one Blinking LED.

I modify :

  1. define MEM_SIZE 15360

in the EthernetInterface/lwip/lwipopts.h file because of problemes with RAM Size if LPC4088 QS.

I just compiled it on my macbookpro with the GCCARM toochain, and it works !

Until the online compiler is working with this board, I can only suggest to people to use this way of doing.

Best Reagards

Raph

ps : It is possible to compile with an gccarm exports just because the compiler uses TOOLCHAIN_GCC which works instead of the TOOLCHAIN_ARM used by the online compiler.

May be if we add the oportunity to use the GCC instead the ARM with an flag in the online compiler, it would be nice to use it.

Looks like the exact same issue happened with FreeRTOS and Keil. Complier s/w switches are missing.

http://www.keil.com/forum/20354/

...kevin

posted by Kevin Braun 27 Dec 2013

You are right Kevin ! But one thing is still strange... The link of the keil forum is dated of feb 2012 !!! I hope that things have been resolved since.

posted by Raph Francois 27 Dec 2013