Can't compile hello world in pvsneslib #262
Replies: 11 comments 26 replies
-
I think it is better to use our discord for such issue, but:
|
Beta Was this translation helpful? Give feedback.
-
I've made a video of my complete setup process: Maybe you can see what I'm doing wrong. Thanks, Brian |
Beta Was this translation helpful? Give feedback.
-
OK, [make clean] with powershell gives me: Makefile:5: /c/snesdev/devkitsnes/snes_rules: No such file or directory [make] with powershell gives me: (same thing) Makefile:5: /c/snesdev/devkitsnes/snes_rules: No such file or directory CTRL+SHIFT+B then PVSlib - Clean gives me: ** Executing task: make clean Makefile:5: /c/snesdev/devkitsnes/snes_rules: No such file or directory
CTRL+SHIFT+B then PSVLib - Build gives me: ** Executing task: make all Makefile:5: /c/snesdev/devkitsnes/snes_rules: No such file or directory
|
Beta Was this translation helpful? Give feedback.
-
I'll try this and let you know ASAP, thanks for helping me sort this out, if I can get it to work again, I could make a working video that you could link to.
Sent from Yahoo Mail on Android
On Sun, Feb 11, 2024 at 12:40 AM, ***@***.***> wrote:
That's really weird before i just test:
-
- I put the .vscode folder inside the hello_wolrd example
-
- I open vscode and choose "File/Open folrder..." then go inside hello_world folder
-
- I click on makefile for example (but I don't think it is mandatory)
-
- CTRL+SHIFT+B then Clean
image.png (view on web)
-
- I have this in powershell terminal
image.png (view on web)
If I open a terminal in vscode and try a clean, it works too
image.png (view on web)
What do you have when you open a terminal INSIDE vscode? the hello_world directory?
I'm using W11, with no MSYS2 because you only need MSYS2 if you want to compile pvsneslib or if you don't have a make environment (i'm using a make environment from my NDS developement).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I get this when I try Clean:
* Executing task: make clean
Makefile:5: /c/snesdev/devkitsnes/snes_rules: No such file or directorymake: *** No rule to make target '/c/snesdev/devkitsnes/snes_rules'. Stop.
* The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command make clean" terminated with exit code: 1. * Press any key to close the terminal.
and this when I try Build: (same thing)
* Executing task: make all
Makefile:5: /c/snesdev/devkitsnes/snes_rules: No such file or directorymake: *** No rule to make target '/c/snesdev/devkitsnes/snes_rules'. Stop.
* The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command make all" terminated with exit code: 1. * Press any key to close the terminal.
Also when I open a folder for the first time I always get this: (and I click Yes)
Brian
On Sunday, February 11, 2024 at 12:40:27 AM EST, alekmaul ***@***.***> wrote:
That's really weird before i just test:
-
- I put the .vscode folder inside the hello_wolrd example
-
- I open vscode and choose "File/Open folrder..." then go inside hello_world folder
-
- I click on makefile for example (but I don't think it is mandatory)
-
- CTRL+SHIFT+B then Clean
image.png (view on web)
-
- I have this in powershell terminal
image.png (view on web)
If I open a terminal in vscode and try a clean, it works too
image.png (view on web)
What do you have when you open a terminal INSIDE vscode? the hello_world directory?
I'm using W11, with no MSYS2 because you only need MSYS2 if you want to compile pvsneslib or if you don't have a make environment (i'm using a make environment from my NDS developement).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If I look carefuly in your video, it seems that you use a snapshot and not the last release? |
Beta Was this translation helpful? Give feedback.
-
You mean the Environment Variable? if so it's: [PVSNESLIB_HOME] (with underscore - not like you have it typed above) and [/c/snesdev] for path
On Sunday, February 11, 2024 at 09:15:55 AM EST, alekmaul ***@***.***> wrote:
If I look carefuly in your video, it seems that you use a snapshot and not the last release?
why not using a release for a first try?
if you are using a snapshot, you will have to compile pvsneslib to have the correct .obj files before compiling hello_world example.
also, your PVSNESLIBHOME declaration is a little blur on the video, what is the directory you declared?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've even tried another computer :( |
Beta Was this translation helpful? Give feedback.
-
I want to feature it on here: https://www.youtube.com/playlist?list=PL6-0_fdvQrFPnfEJKpHxi6NPIADmreNdC I've been doing this for over 3 years now and I'd love to show off pvsneslib but I'd like to show the whole pipeline. I really appreciate your patience, I can donate to the project if it would help. Brian |
Beta Was this translation helpful? Give feedback.
-
Thanks,
Not sure either, I have completely re-installed it more than a dozen times always trying something new and I just keep getting the same thing
I appreciate the help, I will keep looking into the issue myself.
Brian On Tuesday, February 13, 2024 at 11:52:41 PM EST, alekmaul ***@***.***> wrote:
it is really weird, I really don't understand where is the problem. I will talk about your problem on pvsneslib discord
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
OK, thanks for all of your help.
Brian
On Wednesday, February 14, 2024 at 11:35:36 PM EST, alekmaul ***@***.***> wrote:
I think the best way to help you is to continue on discord, to see if someone else is blocked like you
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can't compile hello world in pvsneslib, I get:
make: *** No targets specified and no makefile found. Stop.
Beta Was this translation helpful? Give feedback.
All reactions