retro-go icon indicating copy to clipboard operation
retro-go copied to clipboard

.img Building Showing this error

Open TheTest21 opened this issue 2 years ago • 1 comments
trafficstars

So, im trying to port doom to the m5stickC Plus and while building the .img for the flashing I got this error

sudo python rg_tool.py build-fw launcher prboom-go [sudo] password for thetest21:
fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). IDF_PATH is not defined. Are you running inside esp-idf environment?

I have install esp-idf and requirements and even just building it as it is doesn't work

TheTest21 avatar Feb 18 '23 01:02 TheTest21

You need to be setup the esp-idf environment before building. If you already did, then it's likely that using sudo is your issue (you don't need sudo).

Here's the doc: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#step-4-set-up-the-environment-variables

The git error can be ignored, but if it bothers you then I suggest you git clone https://github.com/ducalex/retro-go.git instead of downloading the zip.

ducalex avatar Feb 19 '23 15:02 ducalex

Hello! It's been over a year so I'm going to assume you've fixed your problem or moved to another project.

Feel free to re-open this issue if you still need help.

ducalex avatar May 03 '24 14:05 ducalex