pixelomer / PongoBRIX

First pongoOS game #pongoOSMasterRace
45 stars 8 forks source link

Missing files?? #11

Closed Talaxin closed 3 years ago

Talaxin commented 3 years ago

when i try to apply the patch I get this error: src/dynamic/modload.c: No such file or directory

1vnt commented 3 years ago

Are you in the pongoOS directory? (Or whatever dir you cloned pongoOS to)

Talaxin commented 3 years ago

yeah

Talaxin commented 3 years ago

Screen Shot 2021-06-02 at 13 10 56

pixelomer commented 3 years ago

You are in the PongoBRIX directory, not the pongoOS directory. Additionally, I think you are using the "Download ZIP" button to download repositories. That's fine for PongoBRIX but you have to use git clone --recursive to clone pongoOS.

Talaxin commented 3 years ago

nope, still that error, i must be dumber than i thought lol

Talaxin commented 3 years ago

image

pixelomer commented 3 years ago

You just renamed the PongoBRIX folder to PongoOS. You are supposed to clone the pongoOS code to ../pongoOS and the PongoBRIX folder needs to be named something other than pongoOS.

git clone --recursive https://github.com/checkra1n/pongoOS ../pongoOS
Talaxin commented 3 years ago

i was missing some dependancies

Talaxin commented 3 years ago

lol ok, nope, im still lost, i dont think im in the right places. if you are ok to help, I can give you my discord (or here), else no worries

Talaxin commented 3 years ago

i will say kudos to you, this looks like it was hard to make, so well done

pixelomer commented 3 years ago

1) Make sure you are in a writable directory (for example ~/Downloads) 2) Clone pongoOS and PongoBRIX.

$ git clone --recursive https://github.com/checkra1n/pongoOS
$ git clone --recursive https://github.com/pixelomer/PongoBRIX

3) Apply the pongoOS patches.

$ cd pongoOS
$ git apply ../PongoBRIX/pongo_changes.patch

4) Compile pongoOS.

$ make
$ cd scripts
$ make

5) Boot pongoOS.

$ cd ..
$ /Applications/checkra1n.app/Contents/MacOS/checkra1n -k build/Pongo.bin -p

6) Compile and run PongoBRIX.

$ cd ../PongoBRIX
$ make load_brix
pongoOS> brix
Talaxin commented 3 years ago

everything work, i can load pongoOS, but then when i run make load_brix i get this Screen Shot 2021-06-03 at 11 40 33

pixelomer commented 3 years ago

Make sure you installed pyusb and libusb.

Talaxin commented 3 years ago

haha, yep thanks, i was just coming to say that lmao. man, you are a f-ing legend, this is so dope lol. here's a follow for ya