Christian Mauderer commented on a discussion: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/79#note_114768 OK. @opticron: So two options: 1. Either I just add what you suggested (environment variable + using that). From my point of view that makes the commands a bit more complex and therefore less entry friendly. 2. I add the following note: ``` Note: If the start address has been changed in the BSP configuration, you have to adapt the `-a` and `-e` parameters accordingly. To find out the start address of an application, `aarch64-rtems6-nm ticker.exe | grep \ _start` can be used. That will show the address of the `_start` symbol which is the value that should be used for the two parameters. ``` -- View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/79#note_114768 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
