platformio / platform-intel_mcs51

Intel MCS-51 (8051): development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/intel_mcs51
Apache License 2.0
56 stars 45 forks source link

new version of sdcc may have something wrong #58

Open zaoshang67dian opened 6 months ago

zaoshang67dian commented 6 months ago

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

extantpedant commented 6 months ago

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.