Re: How to get a stack trace in RTEMS

2024-06-27 Thread Stanislav Pankevich
Could anyone advise on how we access the original crashed stack trace from the code variable? We confirm that _Unwind_Backtrace can work on both Zynq UltraScale+ and TMS570. It would be great to get it or __gnu_Unwind_Backtrace to work with the real user frames. Thanks, Stanislav Pankevich On Wed, Jun

Re: How to get a stack trace in RTEMS

2024-06-26 Thread Stanislav Pankevich
canary = '\0'; } printk("FUNC NAME: %s\n", func_name); return _URC_NO_REASON; } Thanks, Stanislav Pankevich On Wed, Jun 26, 2024 at 11:25 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Stanislav, > > On 26.06.24 11:15, Stanislav Pank

How to get a stack trace in RTEMS

2024-06-26 Thread Stanislav Pankevich
: 6.0.0.62f15c07482dd953663143554e78b4bf287ccb83 RTEMS tools: 12.2.1 20230224 (RTEMS 6, RSB 4c73a76c802588d3864c64ee4dd48a84b953201a, Newlib 17ac400) --- Thanks, Stanislav Pankevich, Reflex Aerospace GmbH ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo

Re: RTEMS Development on Zynq 7000 Board

2023-11-09 Thread Stanislav Pankevich
Hi Florian, Thanks for asking. I am not working on that project anymore. We definitely brought up RTEMS to run on ARTY with some tinkering behind it, but we could not open-source our setup due to lack of time. I am most certain that we used the xilinx_zynq_zc702 configuration as a base. Now I don'

Re: Caching build objects: Waf and ccache

2021-10-19 Thread Stanislav Pankevich
m: if the wafcache.py is added > to a project (it is not a default option yet), all build results (link, > results, manual pages) become shareable using a filesystem directory or > over the network. It is probably unnecessary to import it in rtems unless > you are addressing a specific

Re: Caching build objects: Waf and ccache

2021-10-05 Thread Stanislav Pankevich
Thanks for the answer. My comments below: On Tue, Oct 5, 2021 at 11:50 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Stanislav, > > On 05/10/2021 11:17, Stanislav Pankevich wrote: > > I have a very specific question about the Waf build system. I

Caching build objects: Waf and ccache

2021-10-05 Thread Stanislav Pankevich
Hello everyone, I have a very specific question about the Waf build system. I apologize if I missed this information somewhere in the documentation. >From looking at ./waf --help it doesn't look like Waf would have a ccache-like functionality built in. When using CMake build system, I am used to

Fwd: Typical workflows for RTEMS-based development using Xilinx Zynq 7000

2021-07-15 Thread Stanislav Pankevich
Sorry for cross-posting: I have realized that my message should have been sent to the rtems-users instead. -- Forwarded message - From: Stanislav Pankevich Date: Thu, Jul 15, 2021 at 6:05 PM Subject: Typical workflows for RTEMS-based development using Xilinx Zynq 7000 To: rtems

Re: using docker to deliver qualification tools

2019-10-29 Thread Stanislav Pankevich
Hello, This is a comment for Andrew from a somewhat passive reader of the RTEMS forums. One way of having Docker while staying platform-independent is to use a "Docker without Dockerfiles" approach like described here: [1]. The idea is very simple: you delegate all provisioning jobs to Ansible.

installing Doorstop on macOS (for RTEMS use)

2019-10-15 Thread Stanislav Pankevich
Hello everyone, Maybe I am too late to join this discussion but as far as I followed this thread, no one has mentioned using https://github.com/pyenv/pyenv to install Python 3 and its dependencies on macOS. Actually, I try to avoid using any of the Ruby, Python or Node system installations provid