Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNES Version compile ?! #24

Closed
kirk33 opened this issue Jul 9, 2023 · 8 comments
Closed

SNES Version compile ?! #24

kirk33 opened this issue Jul 9, 2023 · 8 comments

Comments

@kirk33
Copy link

kirk33 commented Jul 9, 2023

I get this error :

Compiling Soundbank ...
@/c/snesdev/devkitsnes/tools/smconv -l -s -o soundbank -v -b 5 samples.it
make: *** [Makefile:84: soundbank.asm] Error 127

Is it missing soundbank.asm ? Thanks.

@ArtemioUrbina
Copy link
Owner

ArtemioUrbina commented Jul 9, 2023

That is automatically generated as stated in the pvsneslib: https://github.com/alekmaul/pvsneslib/wiki/Community-FAQ#soundbank-files-are-missing-in-music-samples

Also be sure to use the recommended pvsneslib-2.2.0 (26/07/2014) as stated in the comment at the start of the main 240pSuite.c file.

Hope that fixes the issue, and sorry about any trouble

@kirk33
Copy link
Author

kirk33 commented Jul 10, 2023

Thank you. Do you know where to download pvsneslib-2.2.0 now ?

I have another error. It missing some bmp.
make: *** No rule to make target 'monoscope239.bmp', needed by 'monoscope239.pic'. Stop.
make: *** No rule to make target 'gillian_b1.bmp', needed by 'gillian_b1.pic'. Stop.
make: *** No rule to make target 'gillian_b2.bmp', needed by 'gillian_b2.pic'. Stop.
make: *** No rule to make target 'barcode.bmp', needed by 'barcode.pic'. Stop.
make: *** No rule to make target 'dissapear.bmp', needed by 'dissapear.pic'. Stop.

@ArtemioUrbina
Copy link
Owner

It's right here fortunately, in my github:

https://github.com/ArtemioUrbina/pvsneslib-240ptestsuite-fork

I'll check the bmps tomorrow mornimg, sorry

@kirk33
Copy link
Author

kirk33 commented Jul 10, 2023

With your pvsneslib v2.2.0, snes 240pTestSuite can compile without problem now. Only problem is missing some BMPs.
Thank you very much for your help.

@ArtemioUrbina
Copy link
Owner

Fixed the missing bmp issue, please pull the files. Thanks for bringing this to my attention.

@kirk33
Copy link
Author

kirk33 commented Jul 10, 2023

2023-07-11_044339
I used your pvsneslib v2.2.0 to compile 240pTestSuite (11-jul-2023). But graphic is corrupted. Any idea ?

@ArtemioUrbina
Copy link
Owner

Yeah, the font is corrupted. Pull the bmp and rebuild, it should be fixed. Thank you

@kirk33
Copy link
Author

kirk33 commented Jul 11, 2023

Everything work now ! It can compile and work fine. Thank you very much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants