./filelist.sh: line 27: gfind: command not found
Generating filelist.h for 0 files.
Application.cpp
main.cpp
CFile.cpp
CFolderList.cpp
DirList.cpp
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/DirList.cpp: In member function 'bool DirList::LoadPath(const string&, const char*, u32, u32)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/DirList.cpp:75:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(folderpath.find('/') == std::string::npos)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/DirList.cpp:78:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return InternalLoadPath(folderpath);
^~~~~~
FreeTypeGX.cpp
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/FreeTypeGX.cpp: In member function 'void FreeTypeGX::loadGlyphData(FT_Bitmap*, ftgxCharData*)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/FreeTypeGX.cpp:290:15: warning: comparison of integer expressions of different signedness: 'int32_' {aka 'int'} and 'unsigned int' [-Wsign-compare]
for(y = 0; y < bmp->rows; y++)
~~^~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/FreeTypeGX.cpp:292:16: warning: comparison of integer expressions of different signedness: 'int32_' {aka 'int'} and 'unsigned int' [-Wsign-compare]
for(x = 0; x < bmp->width; x++)
~~^~~~~~~~~~~~
GuiButton.cpp
GuiElement.cpp
GuiFrame.cpp
GuiImage.cpp
GuiImageAsync.cpp
GuiImageData.cpp
GuiParticleImage.cpp
GuiSound.cpp
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp: In member function 'bool GuiSound::Load(const char*)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:67:5:warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(voice < 0)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:70:2:note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return true;
^~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp: In member function 'bool GuiSound::Load(const u8*, s32)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:101:5 warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(voice < 0)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:104:2 note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return true;
^~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp: In member function 'bool GuiSound::IsPlaying()':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:164:5 warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:167:2 note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return false;
^~~~~~
GuiText.cpp
GuiTrigger.cpp
MessageBox.cpp
Scrollbar.cpp
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/Scrollbar.cpp: In member function 'void Scrollbar::OnBoxButtonHold(GuiButton*, const GuiController*, GuiTrigger*)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/Scrollbar.cpp:167:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(EntrieCount == 0)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/Scrollbar.cpp:170:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(!controller->data.validPointer)
^~
BrowserWindow.cpp
HomeImg.cpp
InstallWindow.cpp
MainWindow.cpp
ProgressWindow.cpp
Resources.cpp
BufferCircle.cpp
Mp3Decoder.cpp
OggDecoder.cpp
SoundDecoder.cpp
SoundHandler.cpp
WavDecoder.cpp
AsyncDeleter.cpp
power.cpp
StringTools.cpp
CVideo.cpp
ColorShader.cpp
FXAAShader.cpp
Shader3D.cpp
ShaderFractalColor.cpp
Texture2DShader.cpp
entry.c
retain_vars.c
svnrev.c
ax_functions.c
fs_functions.c
gx2_functions.c
os_functions.c
padscore_functions.c
socket_functions.c
sys_functions.c
vpad_functions.c
fs_utils.c
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/fs_utils.c: In function 'LoadFileToMem':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/fs_utils.c:98:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(size)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/fs_utils.c:101:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return filesize;
^~~~~~
sd_fat_devoptab.c
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:833:5: warning: initialization of 'int (*)(struct _reent *, void *)' from incompatible pointer type 'int (*)(struct _reent *, int)' [-Wincompatible-pointer-types]
sd_fat_close_r,
^~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:833:5: note: (near initialization for 'devops_sd_fat.close_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:834:5: warning: initialization of 'ssize_t (*)(struct _reent *, void *, const char *, size_t)' {aka 'int (*)(struct _reent *, void *, const char *, unsigned int)'} from incompatible pointer type 'ssize_t (*)(struct _reent *, int, const char *, size_t)' {aka 'int (*)(struct _reent *, int, const char *, unsigned int)'} -Wincompatible-pointer-types]
sd_fat_write_r,
^~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:834:5: note: (near initialization for 'devops_sd_fat.write_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:835:5: warning: initialization of 'ssize_t (*)(struct _reent *, void *, char *, size_t)' {aka 'int (*)(struct _reent *, void *, char *, unsigned int)'} from incompatible pointer type 'ssize_t (*)(struct _reent *, int, char *, size_t)' {aka int (*)(struct _reent *, int, char *, unsigned int)'} [-Wincompatible-pointer-types]
sd_fat_read_r,
^~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:835:5: note: (near initialization for 'devops_sd_fat.read_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:836:5: warning: initialization of 'off_t (*)(struct _reent *, void *, off_t, int' {aka 'long long int (*)(struct _reent *, void *, long long int, int)'} from incompatible pointer type 'off_t (*)(struct _reent *, int, off_t, int)' {aka 'long long int (*)(struct _reent *, int, long long int, int)'} [-Wincompatible-pointer-types]
sd_fat_seek_r,
^~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:836:5: note: (near initialization for 'devops_sd_fat.seek_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:837:5: warning: initialization of 'int (*)(struct _reent *, void *, struct stat *' from incompatible pointer type 'int (*)(struct _reent *, int, struct stat *)' [-Wincompatible-pointer-types]
sd_fat_fstat_r,
^~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:837:5: note: (near initialization for 'devops_sd_fat.fstat_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:850:5: warning: initialization of 'int (*)(struct _reent *, void *, off_t)' {aka int (*)(struct _reent *, void *, long long int)'} from incompatible pointer type 'int (*)(struct _reent *, int, off_t)' {aka 'int (*)(struct _reent *, int, long long int)'} [-Wincompatible-pointer-types]
sd_fat_ftruncate_r,
^~~~~~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:850:5: note: (near initialization for 'devops_sd_fat.ftruncate_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:851:5: warning: initialization of 'int (*)(struct _reent *, void *)' from incompatible pointer type 'int (*)(struct _reent *, int)' [-Wincompatible-pointer-types]
sd_fat_fsync_r,
^~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:851:5: note: (near initialization for 'devops_sd_fat.fsync_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:855:1: warning: missing initializer for field 'rmdir_r' of 'devoptab_t' {aka 'const struct <anonymous>'} [-Wmissing-field-initializers]
};
^
In file included from /opt/devkitpro/devkitPPC/powerpc-eabi/include/sys/dirent.h:12,
from /Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:27:
/opt/devkitpro/devkitPPC/powerpc-eabi/include/sys/iosupport.h:65:8: note: 'rmdir_r' declared here
int (*rmdir_r)(struct _reent *r, const char *name);
^~~~~~~
exception_handler.c
memory.c
logger.c
choiceCheckedRectangle.png
/bin/sh: bin2s: command not found
choiceSelectedRectangle.png
/bin/sh: bin2s: command not found
choiceUncheckedRectangle.png
/bin/sh: bin2s: command not found
errorIcon.png
/bin/sh: bin2s: command not found
exclamationIcon.png
/bin/sh: bin2s: command not found
home.png
/bin/sh: bin2s: command not found
informationIcon.png
/bin/sh: bin2s: command not found
messageBox.png
/bin/sh: bin2s: command not found
messageBoxButton.png
/bin/sh: bin2s: command not found
messageBoxButtonSelected.png
/bin/sh: bin2s: command not found
minus.png
/bin/sh: bin2s: command not found
player1_point.png
/bin/sh: bin2s: command not found
player2_point.png
/bin/sh: bin2s: command not found
player3_point.png
/bin/sh: bin2s: command not found
player4_point.png
/bin/sh: bin2s: command not found
plus.png
/bin/sh: bin2s: command not found
progressBar.png
/bin/sh: bin2s: command not found
progressWindow.png
/bin/sh: bin2s: command not found
questionIcon.png
/bin/sh: bin2s: command not found
scrollbarButton.png
/bin/sh: bin2s: command not found
scrollbarLine.png
/bin/sh: bin2s: command not found
select_button.png
/bin/sh: bin2s: command not found
splash.png
/bin/sh: bin2s: command not found
titleHeader.png
/bin/sh: bin2s: command not found
validIcon.png
/bin/sh: bin2s: command not found
warningIcon.png
/bin/sh: bin2s: command not found
font.ttf
/bin/sh: bin2s: command not found
bgMusic.ogg
/bin/sh: bin2s: command not found
button_click.mp3
/bin/sh: bin2s: command not found
linking ... wup_installer_gx2.elf
accounts-MacBook-Pro:wup-installer-gx2-code-r21-trunk account$ sudo pacman -S general-tools
Password:
sudo: pacman: command not found
accounts-MacBook-Pro:wup-installer-gx2-code-r21-trunk account$ sudo dkp-pacman -S general-tools
warning: general-tools-1.0.2-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) general-tools-1.0.2-3
Total Installed Size: 0.10 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking package integrity [##############################] 100%
(1/1) loading package files [##############################] 100%
(1/1) checking for file conflicts [##############################] 100%
(1/1) checking available disk space [##############################] 100%
:: Processing package changes...
(1/1) reinstalling general-tools [##############################] 100%
accounts-MacBook-Pro:wup-installer-gx2-code-r21-trunk account$ sudo dkp-pacman -S general-tools
warning: general-tools-1.0.2-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) general-tools-1.0.2-3
Total Installed Size: 0.10 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking package integrity [##############################] 100%
(1/1) loading package files [##############################] 100%
(1/1) checking for file conflicts [##############################] 100%
(1/1) checking available disk space [##############################] 100%
warning: could not get file information for opt/devkitpro/tools/
warning: could not get file information for opt/devkitpro/tools/bin/
warning: could not get file information for opt/devkitpro/tools/bin/bin2s
warning: could not get file information for opt/devkitpro/tools/bin/bmp2bin
warning: could not get file information for opt/devkitpro/tools/bin/padbin
warning: could not get file information for opt/devkitpro/tools/bin/raw2c
:: Processing package changes...
(1/1) reinstalling general-tools [##############################] 100%
accounts-MacBook-Pro:wup-installer-gx2-code-r21-trunk account$ make
./filelist.sh: line 27: gfind: command not found
Generating filelist.h for 0 files.
Application.cpp
main.cpp
CFile.cpp
CFolderList.cpp
DirList.cpp
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/DirList.cpp: In member function 'bool DirList::LoadPath(const string&, const char*, u32, u32)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/DirList.cpp:75:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(folderpath.find('/') == std::string::npos)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/DirList.cpp:78:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return InternalLoadPath(folderpath);
^~~~~~
FreeTypeGX.cpp
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/FreeTypeGX.cpp: In member function 'void FreeTypeGX::loadGlyphData(FT_Bitmap*, ftgxCharData*)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/FreeTypeGX.cpp:290:15: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
for(y = 0; y < bmp->rows; y++)
~~^~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/FreeTypeGX.cpp:292:16: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
for(x = 0; x < bmp->width; x++)
~~^~~~~~~~~~~~
GuiButton.cpp
GuiElement.cpp
GuiFrame.cpp
GuiImage.cpp
GuiImageAsync.cpp
GuiImageData.cpp
GuiParticleImage.cpp
GuiSound.cpp
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp: In member function 'bool GuiSound::Load(const char*)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:67:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(voice < 0)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:70:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return true;
^~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp: In member function 'bool GuiSound::Load(const u8*, s32)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:101:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(voice < 0)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:104:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return true;
^~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp: In member function 'bool GuiSound::IsPlaying()':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:164:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/GuiSound.cpp:167:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return false;
^~~~~~
GuiText.cpp
GuiTrigger.cpp
MessageBox.cpp
Scrollbar.cpp
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/Scrollbar.cpp: In member function 'void Scrollbar::OnBoxButtonHold(GuiButton*, const GuiController*, GuiTrigger*)':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/Scrollbar.cpp:167:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(EntrieCount == 0)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/gui/Scrollbar.cpp:170:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(!controller->data.validPointer)
^~
BrowserWindow.cpp
HomeImg.cpp
InstallWindow.cpp
MainWindow.cpp
ProgressWindow.cpp
Resources.cpp
BufferCircle.cpp
Mp3Decoder.cpp
OggDecoder.cpp
SoundDecoder.cpp
SoundHandler.cpp
WavDecoder.cpp
AsyncDeleter.cpp
power.cpp
StringTools.cpp
CVideo.cpp
ColorShader.cpp
FXAAShader.cpp
Shader3D.cpp
ShaderFractalColor.cpp
Texture2DShader.cpp
entry.c
retain_vars.c
svnrev.c
ax_functions.c
fs_functions.c
gx2_functions.c
os_functions.c
padscore_functions.c
socket_functions.c
sys_functions.c
vpad_functions.c
fs_utils.c
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/fs_utils.c: In function 'LoadFileToMem':
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/fs_utils.c:98:5: warning: this 'i' clause does not guard... [-Wmisleading-indentation]
if(size)
^~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/fs_utils.c:101:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return filesize;
^~~~~~
sd_fat_devoptab.c
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:833:5: warning:initialization of 'int (*)(struct _reent *, void *)' from incompatible pointer type 'int (*)(struct _reent *, int)' [-Wincompatible-pointer-types]
sd_fat_close_r,
^~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:833:5: note: (near initialization for 'devops_sd_fat.close_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:834:5: warning:initialization of 'ssize_t (*)(struct _reent *, void *, const char *, size_t)' {aka 'int (*)(struct _reent *, void *, const char *, unsigned int)'} from incompatible pointer type 'ssize_t (*)(struct _reent *, int, const char *, size_t)' {aka 'int (*)(struct _reent *, int, const char *, unsigned int)'} [-Wincompatible-pointer-types]
sd_fat_write_r,
^~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:834:5: note: (near initialization for 'devops_sd_fat.write_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:835:5: warning:initialization of 'ssize_t (*)(struct _reent *, void *, char *, size_t)' {aka 'int (*)(struct _reent *, void *, char *, unsigned int)'} from incompatible pointer type 'ssize_t (*)(struct _reent *, int, char *, size_t)' {aka 'int (*)(struct _reent *, int, char *, unsigned int)'} -Wincompatible-pointer-types]
sd_fat_read_r,
^~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:835:5: note: (near initialization for 'devops_sd_fat.read_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:836:5: warning:initialization of 'off_t (*)(struct _reent *, void *, off_t, int)' {aka 'long long int (*)(struct _reent *, void *, long long int, int)'} from incompatible pointer type 'off_t (*)(struct _reent *, int, off_t, int)' {aka 'long long int (*)(struct _reent *, int, long long int, int)'} [-Wincompatible-pointer-types]
sd_fat_seek_r,
^~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:836:5: note: (near initialization for 'devops_sd_fat.seek_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:837:5: warning:initialization of 'int (*)(struct _reent *, void *, struct stat *)' from incompatible pointer type 'int (*)(struct _reent *, int, struct stat *)' [-Wincompatible-pointer-types]
sd_fat_fstat_r,
^~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:837:5: note: (near initialization for 'devops_sd_fat.fstat_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:850:5: warning:initialization of 'int (*)(struct _reent *, void *, off_t)' {aka 'int (*)(struct _reent *, void *, long long int)'} from incompatible pointer type 'int (*)(struct _reent *, int, off_t)' {aka 'int (*)(struct _reent *, int, long long int)'} [-Wincompatible-pointer-types]
sd_fat_ftruncate_r,
^~~~~~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:850:5: note: (near initialization for 'devops_sd_fat.ftruncate_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:851:5: warning:initialization of 'int (*)(struct _reent *, void *)' from incompatible pointer type 'int (*)(struct _reent *, int)' [-Wincompatible-pointer-types]
sd_fat_fsync_r,
^~~~~~~~~~~~~~
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:851:5: note: (near initialization for 'devops_sd_fat.fsync_r')
/Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:855:1: warning:missing initializer for field 'rmdir_r' of 'devoptab_t' {aka 'const struct <anonymous>'} [-Wmissing-field-initializers]
};
^
In file included from /opt/devkitpro/devkitPPC/powerpc-eabi/include/sys/dirent.h:12,
from /Users/account/Desktop/wup-installer-gx2-code-r21-trunk/src/fs/sd_fat_devoptab.c:27:
/opt/devkitpro/devkitPPC/powerpc-eabi/include/sys/iosupport.h:65:8: note: 'rmdir_r' declared here
int (*rmdir_r)(struct _reent *r, const char *name);
^~~~~~~
exception_handler.c
memory.c
logger.c
choiceCheckedRectangle.png
/bin/sh: bin2s: command not found
choiceSelectedRectangle.png
/bin/sh: bin2s: command not found
choiceUncheckedRectangle.png
/bin/sh: bin2s: command not found
errorIcon.png
/bin/sh: bin2s: command not found
exclamationIcon.png
/bin/sh: bin2s: command not found
home.png
/bin/sh: bin2s: command not found
informationIcon.png
/bin/sh: bin2s: command not found
messageBox.png
/bin/sh: bin2s: command not found
messageBoxButton.png
/bin/sh: bin2s: command not found
messageBoxButtonSelected.png
/bin/sh: bin2s: command not found
minus.png
/bin/sh: bin2s: command not found
player1_point.png
/bin/sh: bin2s: command not found
player2_point.png
/bin/sh: bin2s: command not found
player3_point.png
/bin/sh: bin2s: command not found
player4_point.png
/bin/sh: bin2s: command not found
plus.png
/bin/sh: bin2s: command not found
progressBar.png
/bin/sh: bin2s: command not found
progressWindow.png
/bin/sh: bin2s: command not found
questionIcon.png
/bin/sh: bin2s: command not found
scrollbarButton.png
/bin/sh: bin2s: command not found
scrollbarLine.png
/bin/sh: bin2s: command not found
select_button.png
/bin/sh: bin2s: command not found
splash.png
/bin/sh: bin2s: command not found
titleHeader.png
/bin/sh: bin2s: command not found
validIcon.png
/bin/sh: bin2s: command not found
warningIcon.png
/bin/sh: bin2s: command not found
font.ttf
/bin/sh: bin2s: command not found
bgMusic.ogg
/bin/sh: bin2s: command not found
button_click.mp3
/bin/sh: bin2s: command not found
linking ... wup_installer_gx2.elf