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 44 forks source link

Please update the sdcc version in toolchain-sdcc #54

Closed wc7086 closed 4 months ago

wc7086 commented 6 months ago

I noticed that sddc has been updated to 4.4.0, while the version used by the library is still stuck at 4.2.0, and I didn't find anything that would provide pr for the build script.

@ivankravets

ivankravets commented 4 months ago

platform = https://github.com/platformio/platform-intel_mcs51.git

Please re-test with platform = https://github.com/platformio/platform-intel_mcs51.git, update in platformio.ini. Navigate via CLI to the project folder and run pio pkg update.

Does it work?

ivankravets commented 4 months ago

It seems like the new toolchain is not compatible with our examples. See https://github.com/platformio/platform-intel_mcs51/actions/runs/8271696808/job/22632035067

Could you provide a FIX/PR to https://github.com/platformio/platform-intel_mcs51/tree/develop/examples/native-blink ?

cc @zaoshang67dian , @MainWire, @hhgyu