keith-packard / snek

Snek programming language for tiny systems
GNU General Public License v3.0
294 stars 30 forks source link

Support older picolibc (< 1.6) #69

Closed keith-packard closed 1 year ago

keith-packard commented 1 year ago

Older versions of picolibc didn't include strfromf, strtof or the --crt0 gcc command line option. Work around these by checking versions during the build and providing implementations of the str functions that work with snek.

Closes #65

Signed-off-by: Keith Packard keithp@keithp.com