Search found 90 matches

by nebiun
Wed Apr 19, 2023 5:18 pm
Forum: devkitPPC
Topic: Errors generating SDL pkgs for PPC
Replies: 5
Views: 6991

Re: Errors generating SDL pkgs for PPC

Yes, I know. I use pacman for all packages that I need. But I need to add some logs in SDL libraries to debug porting of OpenXcom (based on SDL 1.2). Furthermore, with last build of SDL I have some errors in loading OpenXcom: c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/12.2.0/../../../../powe...
by nebiun
Fri Apr 14, 2023 5:38 pm
Forum: devkitPPC
Topic: Errors generating SDL pkgs for PPC
Replies: 5
Views: 6991

Re: Errors generating SDL pkgs for PPC

Well, I solved the problem from myself, changing PKGBUILD and patch files for the packages.
With PKGBUILDs and patch files in github directories was impossible for me build SDL packages for Wii on current Msys2 environment.
by nebiun
Mon Apr 10, 2023 4:24 pm
Forum: devkitPPC
Topic: Errors generating SDL pkgs for PPC
Replies: 5
Views: 6991

Errors generating SDL pkgs for PPC

Hi, I'm trying to compile SDL 1.2 libraries packages, but I have some errors. Same erros after a fresh installation of devkitpro. I did this: git clone https://github.com/devkitPro/pacman-packages cd pacman-packages/wii/SDL makepkg This is the output (I solved this from myself changing patch file.) ...
by nebiun
Sat Mar 25, 2023 8:38 pm
Forum: Gamecube/Wii Development
Topic: Run a dol and come back to the loader...
Replies: 1
Views: 3755

Re: Run a dol and come back to the loader...

Well, I really need some help with this. I built a main dol with the menu. This is load via homebrew channel. After the choice, main dol load a simplyfied version of WM dolloader (I removed the file menu part).This dol simply run another dol (function dol) passed as arg. When function dol finish his...
by nebiun
Tue Mar 07, 2023 6:49 pm
Forum: Gamecube/Wii Development
Topic: Run a dol and come back to the loader...
Replies: 1
Views: 3755

Run a dol and come back to the loader...

Hi, I found this https://github.com/WinterMute/dolloader as answer to a question about loading and run a dol. I tried it and works, but: there is a way to reload (or return) to the loader from the executed dol? And, if yes, how? I need to run several dol (one at time) and return to loader when the d...
by nebiun
Mon Jan 16, 2023 7:01 pm
Forum: devkitPPC
Topic: void AUDIO_ResetStreamSampleCnt(void) missing
Replies: 1
Views: 3334

Re: void AUDIO_ResetStreamSampleCnt(void) missing

Hi (again :D ) Seem to be that many subroutines in libogc/audio.c are enabled only when defined HW_DOL void AUDIO_SetStreamVolLeft(u8 vol) u8 AUDIO_GetStreamVolLeft(void) void AUDIO_SetStreamVolRight(u8 vol) u8 AUDIO_GetStreamVolRight(void) void AUDIO_SetStreamSampleRate(u32 rate) u32 AUDIO_GetStrea...
by nebiun
Mon Jan 16, 2023 6:32 pm
Forum: devkitPPC
Topic: void AUDIO_ResetStreamSampleCnt(void) missing
Replies: 1
Views: 3334

void AUDIO_ResetStreamSampleCnt(void) missing

Hi, the routine void AUDIO_ResetStreamSampleCnt(void); is documented but is missing in libogc for wii. $ grep -r AUDIO_ResetStreamSampleCnt /c/devkitPro/ /c/devkitPro/libogc/include/ogc/audio.h: * \fn void AUDIO_ResetStreamSampleCnt(void) /c/devkitPro/libogc/include/ogc/audio.h:void AUDIO_ResetStrea...
by nebiun
Sun Apr 03, 2022 2:07 pm
Forum: Gamecube/Wii Development
Topic: SDL link error
Replies: 3
Views: 5604

Re: SDL link error

Hello, as you said OpenXcom uses SDL, but uses also other modules of SDL SDL (libsdl1.2) SDL_mixer (libsdl-mixer1.2) SDL_gfx (libsdl-gfx1.2), version 2.0.22 or later SDL_image (libsdl-image1.2) Do you have all of them in your env? Hi, HudsonBr. Yes, I added all libraries to makefile. But I think th...
by nebiun
Sun Mar 20, 2022 5:14 pm
Forum: Gamecube/Wii Development
Topic: SDL link error
Replies: 3
Views: 5604

SDL link error

Hi, I try compile OpenXcom for Wii. It uses SDL lib. I have these errors: c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/11.2.0/../../../../powerpc-eabi/bin/ld.exe: C:/devkitPro/portlibs/wii/lib\libSDL_mixer.a(music_modplug.o): in function `modplug_init': /home/davem/projects/devkitpro/pacman-pa...
by nebiun
Mon Jan 31, 2022 7:04 pm
Forum: Bug Reports
Topic: ERROR 429: Too Many Requests
Replies: 1
Views: 3953

[SOLVED] ERROR 429: Too Many Requests

Now it works! $ pacman -Syu :: Synchronizing package databases... mingw32 is up to date mingw64 is up to date ucrt64 is up to date clang64 is up to date msys is up to date dkp-libs is up to date dkp-windows is up to date :: Starting core system upgrade... there is nothing to do :: Starting full syst...