Got "Malformed Mach-o file" on Mac Catilina when make firmware

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Got "Malformed Mach-o file" on Mac Catilina when make firmware

Post by jimmo » Sat Jan 11, 2020 6:07 am

What revision of MicroPython is your repo at?

Code: Select all

git rev-parse HEAD

User avatar
MostlyHarmless
Posts: 166
Joined: Thu Nov 21, 2019 6:25 pm
Location: Pennsylvania, USA

Re: Got "Malformed Mach-o file" on Mac Catilina when make firmware

Post by MostlyHarmless » Sat Jan 11, 2020 1:35 pm

Not a Mac user, so I can only go by what I find, but ...

That problem looks similar to this one. The bottom line in that case was that the MacOS linker didn't like deep dependency trees. Could that be the same here with the lengthy list of input files?

Post Reply