free-pdk / easy-pdk-programmer-software

Easy PDK programmer for PADAUK microcontroller
https://free-pdk.github.io/
GNU General Public License v3.0
112 stars 37 forks source link

helloworld on PFS173 fails #65

Open CodeFetch opened 2 years ago

CodeFetch commented 2 years ago

When flashing the .ihx file provided in this repo, the helloworld example works, but when I compile it from source code using the SDCC snapshot, it doesn't. Actually I couldn't get any of the showcase projects to work, yet...

Here are the files created by SDCC: helloworld_pfs173.zip

CodeFetch commented 2 years ago

It works with the 2 year old version of SDCC 4.0.4 found in this repository: https://github.com/jjflash65/Padauk-pfs154 Edit: Also works with 4.1.0 release, but not with 4.2.0...

freepdk commented 2 years ago

Do you use the release (master branch) or the development branch?

I remember that I added support for newer SDCC in development branch: https://github.com/free-pdk/easy-pdk-programmer-software/tree/development