Part Number: AM62P
Hello experts
In both ipc_rpmsg_echo.c and dss_display_share.c, we use the same environment variable, but they are two independent programs, and global variables cannot be shared between them, causing a compilation error.
“
Linking: am62px:wkup-r5fss0-0:freertos:ti-arm-clang ipc_rpmsg_echo_linux.release.out ...
undefined first referenced
symbol in file
--------- ----------------
gSafetyCheckEnabled obj/release/ipc_rpmsg_echo.obj
error: unresolved symbols remain
error: errors encountered during linking; "ipc_rpmsg_echo_linux.release.out"
not built
tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
gmake: *** [makefile:200: ipc_rpmsg_echo_linux.release.out] Error 1
”
How should we go about resolving this error?