Percipio Tracealyzer issue in stm32f429zi baord #66564
Replies: 3 comments 5 replies
-
Hi @rahulprajapati-eaton! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
Converted to discussion until we have better understanding on the conditions in which this is reproduced. |
Beta Was this translation helpful? Give feedback.
-
Which version of Zephyr are you using? A bug with C++ code was fixed last October. I think you should update your west.yml according to this and call |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have to run the Tracealyzer to work with the STM32F429ZI boad. I have cofigure the tracealyzer and zephyr project, as per the instuction given in Tracealyzer "Getting Started".
Setup details for streaming mode:
CONFIG_TRACING=y
CONFIG_PERCEPIO_TRACERECORDER=y
When I used above configuration, compiler gives error as shown below:
C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:56: undefined reference to sys_trace_syscall_enter(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:56: undefined reference to sys_trace_syscall_exit(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:76: undefined reference to sys_trace_syscall_enter(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:76: undefined reference to sys_trace_syscall_exit(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:85: undefined reference to sys_trace_syscall_enter(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:85: undefined reference to sys_trace_syscall_exit(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:88: undefined reference to sys_trace_syscall_enter(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:88: undefined reference to sys_trace_syscall_exit(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:95: undefined reference to sys_trace_syscall_enter(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:95: undefined reference to sys_trace_syscall_exit(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:98: undefined reference to sys_trace_syscall_enter(unsigned int, char const*) c:/blr_deps/zsdk/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.exe: C:/Users/E0776943/Desktop/edge_rtos_babelfish/edge-rtos-babelfish-v3/src/uC/Timer/uC_Multi_Timers.cpp:98: undefined reference to sys_trace_syscall_exit(unsigned int, char const*)
Beta Was this translation helpful? Give feedback.
All reactions