5 years, 5 months ago.

Compiler bug found

Hi After years of compiling the "same" code on here it no longer compiles. Why? The latest compiler can no longer "find" the local includes.

My include files are now suddenly getting flagged as "can't find file xxx.h"

What recently changed with the compiler and did anyone from ARM/Mbed check existing code for compiler errors with includes?

Thank you Bill

1 Answer

5 years, 5 months ago.

Hi Bill,

Thank you for informing us of the problem you are experiencing. Unfortunately an issue was introduced with the recent update of the Mbed tools that is impacting your build.

Please visit this topic for a good explanation:

Could you try modifying your include files to "../header.h" to see if that resolves the issue?

This problem is only with the Online Compiler, so if you have the command line tools those should work fine.

We apologize for the inconvenience and will be getting this fixed soon.

Regards,

Ralph, Team Mbed