Hi,
I tried to follow the raspi build guide(Configure Raspberry Pi - Legato Docs) but had build error problem.
so please let me know how to fix build error or similar experience.
Thanks in advance
but still build error. libComponent_le_pa.so canât find le_atClient*.
but le_atCleint.c file is exist.
How to include libComponent includes atClient object?
build/raspi/system/component/obj/libComponent_le_pa.so: undefined reference to le_atClient_Create' build/raspi/system/component/obj/libComponent_le_pa.so: undefined reference to le_atClient_SetDeviceâ
build/raspi/system/component/obj/libComponent_le_pa.so: undefined reference to le_atClient_SetFinalResponse' build/raspi/system/component/obj/libComponent_le_pa.so: undefined reference to le_atClient_SetTextâ
build/raspi/system/component/obj/libComponent_le_pa.so: undefined reference to `le_atClient_Sendâ
collect2: error: ld returned 1 exit status
[256/266] Compiling C source
ninja: build stopped: subcommand failed.
Makefile:383: recipe for target âsystem_raspiâ failed
Thank you for the solution. But I am now facing a problem that is mentioned in the link below. Did you also face this issue? If so, were you able to solve it?