bad CPU type in executable
Using Catalina 10.15.7 lost my unix applications because :
"bad CPU type in executable"
shell is zsh
mac is updated
^Best regards,
MacBook Pro 13″, macOS 10.15
Using Catalina 10.15.7 lost my unix applications because :
"bad CPU type in executable"
shell is zsh
mac is updated
^Best regards,
MacBook Pro 13″, macOS 10.15
If you run the following in the Catalina Terminal, you should only see the following where "prog" is your binary executable that is throwing the bad CPU message:
file prog
progname: Mach-O 64-bit executable x86_64
No 32-bit (i386) code, or another CPU architecture is acceptable on Catalina or later, and you will have to recompile or revise your code accordingly if you still have the source.
If you run the following in the Catalina Terminal, you should only see the following where "prog" is your binary executable that is throwing the bad CPU message:
file prog
progname: Mach-O 64-bit executable x86_64
No 32-bit (i386) code, or another CPU architecture is acceptable on Catalina or later, and you will have to recompile or revise your code accordingly if you still have the source.
bad CPU type in executable