conda-forge / gdb-feedstock

A conda-smithy repository for gdb.
BSD 3-Clause "New" or "Revised" License
17 stars 62 forks source link

gdb for M1 #56

Closed ax3l closed 2 years ago

ax3l commented 2 years ago

Hi,

can you please add gdb builds for Apple M1 (aarch64/arm64)? :)

phil-blain commented 2 years ago

Hi @ax3l !

GDB itself does not support the new Apple chips, which are arm64. Once it does (if ever), it should not be too hard to add an arm build to this here feedstock.

I'll close this issue for now since there is nothing we can do for the moment (and I don't think macOS arm64 support is coming to GDB anytime soon).

Better use LLDB in the meantime :)

ax3l commented 2 years ago

Thanks a lot for the details @phil-blain!

I'll put my hopes into https://github.com/conda-forge/lldb-feedstock/issues/34 then for now :)