
In message PKEEJGHDPBIDKDLLBHPIAEKBCBAA.jmcnamara@kimble.ie you wrote:
I can load the resultant binary using the loadb command but an exception is generated when I attempt to run the program:
...
I had a look at what's going on with the debugger - hello_world is jumping to an incorrect address (0xff97b8). This happens at the very start of the program.
This probably means that the stub code which exports U-Boot functions for use in stanbdalone applications is incorrect and/or incomplete for your platform.
I've read through the README and DULG I've scoured the mailing list archive. I still haven't been able to come up with a solution. Any ideas as to what I could be doing wrong??
Please see doc/README.standalone and check the implementation for your arch.
Best regards,
Wolfgang Denk