5 years, 11 months ago.

EB meter data reading serailly using NUCLEO F429ZI

Hi,

I am trying to read EB meter which is working under DLMS protocol using STM32NucleoF429ZI.I have downloaded some source code from Gitlab and added files in the Mbed online compiler.

When I am compiling the code I am getting the below mentioned error.

cant open source input file "kernel/libstd.h"

I am getting all errors like kernel related files.

/media/uploads/mtselvamurugan/dlmslib.png

Question relating to:

STM32 Nucleo-144 development board with STM32F429ZIT6 MCU, supports Arduino, ST Zio and morpho connectivity

it means we can do programming using Mbed compiler

posted by selvamurugan thangavel 11 May 2018

1 Answer

5 years, 11 months ago.

Hi Selvamurugan,

We can't see which source file is generating that error, but it appears that you're starting from a program that is targeted for another (non-Arm) platform. Neither Mbed nor the Arm compiler utilize a "libstd.h". We suggest circling back to review the source of the program to understand what needs to be changed. If that doesn't help, then you can try removing the include statements that can't be resolved and dealing with the consequences.

-Ralph, Team Mbed