Skip to content
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

OSX Intel OpenOCD? #126

Open
AndrewCapon opened this issue Nov 26, 2024 · 2 comments
Open

OSX Intel OpenOCD? #126

AndrewCapon opened this issue Nov 26, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@AndrewCapon
Copy link

Hi Guys,

I notice in another thread that there is no Intel OpenOCD downloaded with this plugin.

I just wondered why this is?

Many thanks

Andy

@will-v-pi
Copy link
Collaborator

This is simply because we haven't been able to get the Intel OpenOCD to compile on Arm64 MacOS, as we're currently only using Arm64 GitHub runners (see the pico-sdk-tools repository). For picotool and pioasm we are able to cross-compile universal binaries, but for OpenOCD we were unable to get the cross-compile working correctly.

I'll look into compiling an Intel OpenOCD on an Intel MacOS runner, which would fix this problem

@AndrewCapon
Copy link
Author

Hi Will,

Thanks for the info.

I did have to edit the launch.json files to get them going here but I'm guessing it is something to do with the fact that it isn't using the supplied OpenOCD. So basically just pointing it at the correct OpenOCD binary and using -s.

I'll give it all a test again when the OpenOCD is available.

Really useful Extension by the way, now I don't have to copy and paste stuff from existing projects to new projects to get them going:)

Nice job.

Cheers

Andy

@will-v-pi will-v-pi added the enhancement New feature or request label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants