pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.11k stars 477 forks source link

python capstone 4 dependency build problem on FreeBSD #1149

Closed cederom closed 3 years ago

cederom commented 3 years ago

Hello world :-)

New version of pyOCD depends on https://github.com/aquynh/capstone but I have problem building it on my FreeBSD boxes. Is there any way to simply skip this part so I could have flashing operational ? :-)

This seems to be a capstone problem that I have just reported here https://github.com/aquynh/capstone/issues/1749 :-) Althought I have capstone 4 installed on my system the python module does not build.

Any hints welcome :-)

ps/2: this problem may also occur on other Linux architectures too (i.e. ARM) as it was with other dependencies :-P

cederom commented 3 years ago

Fixed with https://github.com/aquynh/capstone/pull/1750 :-)