-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openocd does not support 64 bit target HiFive Unleashed #9
Comments
Does OpenOCD support 64 bit targets? |
Well, the OpenOCD shipped with FreedomStudio does support HiFive Unleashed, i.e. 64 bit target. |
Thanks Arshad ! This is very helpful. I was discouraged when I read the below on openocd.org: I will try with the forked version of openocd from freedom studio. Thanks once again, |
Hi Arshad, Did you use the already built OpenOCD from freedom studio? I couldn't use that because I need OpenOCD with bitbang driver. Looks like the pre-built OpenOCD on freedom studio supports USB. Thanks, |
Hi Jatan, Regards, |
Thanks Arshad ! |
I'm trying to Debug a hello world application on HiFive Unleashed using PlatformIO Core (CLI) tool. I've setup the utility using this Wiki:
https://docs.platformio.org/en/latest/core/installation.html#installation
And used these commands to debug the application:
https://github.com/platformio/platform-sifive/tree/master/examples/freedom-e-sdk_hello?utm_source=platformio.org&utm_medium=docs
I'm facing a strange error while starting the debug session:
Here are the complete verbose logs:
Output of readelf is as follows:
It appears that openocd available with PlatformIO only supports 32 bits targets.
Thanks.
The text was updated successfully, but these errors were encountered: