Closed cederom closed 5 years ago
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1227
My mistake, sorry!! I have put that eventQueue()
into a context. This needs to be put as pointer into a context. Now debug with symbols works. Problem solved :-)
Description
Both
mbed compile --color -j8 --profile mbed-os/tools/profiles/debug.json
andmbed compile --color -j8 --profile debug
fails with the following error that does not occur when building without adebug
profile:This build type is necessary to have insight into a variables when debugging. This command is described in [1]. This seems blocker since I cannot effectively debug my firmware (pyOCD+GDB). Tested with
5.9.7
and5.12.4
.[1] https://os.mbed.com/docs/mbed-os/v5.12/tools/debug-builds-cli.html
Issue request type