andestech / nds-openocd

Fork from RISCV and add AndeStar V5 arch
Other
4 stars 1 forks source link

Is it possible to make patches for open-ocd official repo? #6

Open jacklee-5 opened 4 months ago

jacklee-5 commented 4 months ago

Hello,

I am struggling to build nds-openocd binary for Apple silicon. I built nds-openocd, but it doesn't work normally for andes core. However, I succeed to build and execute openocd-0.11.0(and 0.12.0) in openocd official release.

Is it possible to make patches for ndsv5 to apply openocd official release tar.gz?

jhermit commented 3 months ago

The current branch has significantly diverged from the official branch, and there are no immediate plans to reapply the patches. Regarding the Apple Silicon issue, you might try running the command with sudo, or you can submit a log with a debug level of 3 for us to investigate the problem further.

jacklee-5 commented 3 months ago

I was able to execute openocd binary without sudo after I replace mpsse.c with official version. Could you build and test nds-openocd on Apple Silicon?