Ppp zephyr (nrf52832)

I tried to open the sample ppp and got the follwing error!

C:\zephyrproject-rtos-zephyr-d44bc01\samples\net\gsm_modem

Can you give a tip ?

[env:nrf52832_mdk]
platform = nordicnrf52@5.0.0
framework = zephyr
board = nrf52832_mdk
board_build.f_cpu = 64000000L
monitor_speed = 115200
upload_protocol = jlink

I can´t find the
gsm_ppp.h

And where did you get that project from? The 1-year old nordicnrf52 platform at version 5.0.0 does not contain a PPP example, see here, so I assume you copied it from somehwere else? Be aware since you are using that older version, the underlying Zephyr version is 2.4, so you shouldn’t be using something from the bleeding-edge version of Zephyr.

sorry for the long delay
i got here
Point-to-Point Protocol (PPP) Support — Zephyr Project Documentation