pikasTech / PikaPython

An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar project: MicroPython, JerryScript.
http://pikapython.com/
MIT License
1.45k stars 132 forks source link

Build errors? #296

Closed rog77 closed 1 year ago

rog77 commented 1 year ago

When I try to "Make" I am seeing the following errors that cause the build to fail. I am running Linux.

PikaMath_Math.c:1:10: fatal error: PikaMath_Math.h: No such file or directory 1 | #include "PikaMath_Math.h"

PikaMath_Operator.c:1:10: fatal error: PikaMath_Operator.h: No such file or directory 1 | #include "PikaMath_Operator.h"

What am I doing wrong? I can confirm I can make other standard sdk examples for BL616 without issue.

Thanks for any response :-)

rog77 commented 1 year ago

Ignore me, I was trying to build an older version via the sipeed repository for testing - the one from the official BL SDK builds.

pikasTech commented 1 year ago

Ignore me, I was trying to build an older version via the sipeed repository for testing - the one from the official BL SDK builds.

Great News, and If you encounter any further issues or have any other questions, please don't hesitate to contact us.