Hi,
I’m trying to run a code in wp7608 module in mangored which requires dynamic library file,
I have created a receipe and placed in /lib folder and when i built it, it builds successfully bit when the project is dumped to the board, it is giving error as follow:
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | app.c app_Create() 3207 | Creating app ‘SGRIPICO’
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | proc.c GetFaultAction() 323 | No fault action specified for proces s ‘SGRIPICOComponentExe’. Assuming ‘ignore’.
Jan 6 05:33:21 swi-mdm9x28-wp user.warn Legato: -WRN- | supervisor[1771]/superv isor T=main | proc.c GetWatchdogAction() 359 | SGRIPICOComponentExe watchdogActi on ‘’ in proc section
Jan 6 05:33:21 swi-mdm9x28-wp user.warn Legato: -WRN- | supervisor[1771]/superv isor T=main | proc.c GetWatchdogAction() 359 | SGRIPICOComponentExe watchdogActi on ‘’ in proc section
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | app.c app_Start() 3420 | Starting app ‘SGRIPICO’
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | app.c CreateFileLink() 2104 | Created file link ‘/legato/systems/c urrent/apps/SGRIPICO/read-only/lib/libComponent_SGRIPICOComponent.so’ to '/legat o/systems/current/appsWriteable/SGRI
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | app.c CreateFileLink() 2104 | Created file link ‘/legato/systems/c urrent/apps/SGRIPICO/read-only/bin/SGRIPICOComponentExe’ to '/legato/systems/cur rent/appsWriteable/SGRIPICO/bin/SGRI
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | proc.c proc_Start() 1390 | Starting process ‘SGRIPICOComponentExe’ with pid 1979
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1979]/superv isor T=main | proc.c proc_Start() 1355 | Execing ‘SGRIPICOComponentExe’
Jan 6 05:33:21 swi-mdm9x28-wp user.err Legato: =ERR= | SGRIPICOComponentExe[197 9] | SGRIPICOComponentExe: error while loading shared libraries: /lib/libps5000a .so.2: internal error
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | proc.c proc_SigChildHandler() 2051 | Process 'SGRIPICOComponentExe ’ (PID: 1979) has exited with exit code 127.
Jan 6 05:33:21 swi-mdm9x28-wp user.warn Legato: -WRN- | supervisor[1771]/superv isor T=main | app.c app_SigChildHandler() 4015 | Process ‘SGRIPICOComponentExe’ in app ‘SGRIPICO’ faulted: Ignored.
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | app.c app_StopComplete() 4686 | app ‘SGRIPICO’ has stopped.
Jan 6 05:33:21 swi-mdm9x28-wp user.info Legato: INFO | supervisor[1771]/superv isor T=main | apps.c DeactivateAppContainer() 374 | Application ‘SGRIPICO’ has s topped.
Anybody know how to solve this issue?
I have also tried by creating a bundle instead of creating receipe still same error showed up, but when im running the same project in rasberry pi, there it is not showing any error, just to confirm library are proper, i tried in rasberry pi