platform-intel_mcs51 icon indicating copy to clipboard operation
platform-intel_mcs51 copied to clipboard

new version of sdcc may have something wrong

Open zaoshang67dian opened this issue 9 months ago • 1 comments

when id compiler my project use platform = [email protected]. it is success. but failed when i use the latest version.

the error message is show blow: image

and the success one is image

zaoshang67dian avatar May 04 '24 09:05 zaoshang67dian

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.

extantpedant avatar May 11 '24 04:05 extantpedant