easy-pdk-programmer-software icon indicating copy to clipboard operation
easy-pdk-programmer-software copied to clipboard

helloworld on PFS173 fails

Open CodeFetch opened this issue 3 years ago • 2 comments
trafficstars

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

  • OS: Linux 64bit
  • Version: Debian Testing
  • Compiler: SDCC 4.2.8 (Snapshot Sep 1 10:30)

CodeFetch avatar Sep 05 '22 22:09 CodeFetch

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...

CodeFetch avatar Sep 05 '22 22:09 CodeFetch

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

freepdk avatar Oct 06 '22 19:10 freepdk