rawhid can't used at MacOS Sonoma

Wow, that file is so old it's compiled for 32 bit Intel and 32 bit Power PC chips! Pretty sure it can't possibly work on MacOS newer than Mojave (10.14). It was probably last actually tested (by me) in the days when Apple named their MacOS releases for big cats.

I recompiled it for 64 bit Intel and Apple M-series ARM 64 bit and put the new file on the website. Old file was 19325 bytes. When you download the new .dmg file, check that you got 26715 bytes. And of course, please let me know if this actually works on your machine? I just recompiled it after minor updates to the makefile, but no actual changes in the code. Haven't actually tried it... depending on your feedback here.

Updated makefile is attached, in case anyone later finds this and wants to see the (pretty trivial) updates that get it compile on modern Macs.
 

Attachments

  • rawhid_Makefile.zip
    756 bytes · Views: 17
I have download the new .dmg file and test it on my MacOS, the result is same. It showes on zsh "abort", and on bash "abort 6"
I have also using the new "Makefile" to recompile the source code myself. And I use a Intel Mac, so I make a little change of the new "Makefile" which only use the x86_64 arch (if use the origin new Makefile, there will show some error). After successfully recompile it, the result is same, that is showing "abort"
 
I have also do the same thing in M-series Arm. And the result is the same. The only difference is that we use the new "Makefile" without any change.
 
Wow, that file is so old it's compiled for 32 bit Intel and 32 bit Power PC chips! Pretty sure it can't possibly work on MacOS newer than Mojave (10.14). It was probably last actually tested (by me) in the days when Apple named their MacOS releases for big cats.

I recompiled it for 64 bit Intel and Apple M-series ARM 64 bit and put the new file on the website. Old file was 19325 bytes. When you download the new .dmg file, check that you got 26715 bytes. And of course, please let me know if this actually works on your machine? I just recompiled it after minor updates to the makefile, but no actual changes in the code. Haven't actually tried it... depending on your feedback here.

Updated makefile is attached, in case anyone later finds this and wants to see the (pretty trivial) updates that get it compile on modern Macs.
Still not working. do you have actually try it?
 
Back
Top