platformio/platform-intel_mcs51

new version of sdcc may have something wrong

Opened this issue · 1 comments

when id compiler my project use platform = intel_mcs51@2.1.0. it is success. but failed when i use the latest version.

the error message is show blow:
image

and the success one is
image

This is a problem with upstream.
See this discussion: https://sourcforge.net/p/sdcc/discussion/1865/thread/519e0553fb/
And this bug https://sourceforge.net/p/sdcc/bugs/3714/

Things are working again by me finding a 32-bit zlib1.dll on the interwebs and putting it in the packages/toolchain-sdcc/bin directory.

Judging by the discussion, it may be a minute before they get around to fixing the build, if ever.