Open lineaghost opened 6 years ago
Hi, sorry for a late reply, GitHub must have decided to spare me this issue report from my home page stream. It looks like the games
array is empty, hence the undefined size. Please make sure to add some raw ROM files (obtainable on the internet, but due to legalities I can't really link you to any ;)) to the ./roms
directory so that the buildcart.py
script can find some when generating the menu items.
@lineaghost I've updated the code to handle the no-games situation - it should now build properly and display a message that there are no games supplied once run. Please let me know if that has fixed your problem.
In order to successfully execute the make script you need the following packages: -make -gcc -python3 -cc65
At last for I can see in the code, its trying to get an array of games and their size, but it cannot generate it...