This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I have some static, constant data that I need to be able to retrieve at runtime. Where do I need to put that data and how can I access it? I've tried putting the data in .text and in .data, and using ld r24, X. I've also tried using GDB's [...] read more