9 years, 9 months ago.

Submitting bug reports.

I'm trying to submit a bug report / issue on the mbed-src library, and I keep getting a missing page error when I submit it.

The bug report that I'm trying to submit is:

Revision 244 appears to have broken compilation for the nRF51822 target. If I try to build any program for the nRF51822 target is gets an error about missing device.h. It looks like revions 244 moves device.h to another directory.

Is issue tracking currently broken, or am I doing something wrong.

I am having the same problem. When I go to beta mode, I get this message:

""/extras/mbed_5e5da4a5990b/LPC1768/ARM/LPC1768.sct", line 4 (column 9): Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST." in file "/"

Unknown error!

Did this on FRDM-KL25Z platform:

PwmOut rled(LED_RED);

int main(void) { rled.period(0.0010);

posted by Kris Winer 03 Jul 2014

I am having the same issue with nRF51822, when compiling offline! What steps exactly did you take to fix this?? I also now switched to beta mode...

posted by Hassan Azeem 13 Jul 2014

I don't have to do anything. In beta mode I can create a new program from the blinky example, selecting update all libraries, and it compiles fine.

Unfortunately, my board appears to have died, so I can't run the program to test it.

posted by Brian Webb 13 Jul 2014

1 Answer

9 years, 9 months ago.

Can you try to enable betamode and then post the bug report? https://mbed.org/betamode/

Accepted Answer

Turning on betamode fixes the issue. Does that mean that it's fixed in the current beta release?

posted by Brian Webb 03 Jul 2014