Anonamous
Member
I also encounter the problem with binutils-iop
Also later got this one. Umm... what
Here is the final one. I have received this one on every build so far.
These could be buffer overflows
Code:
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
Making clean in .
Making clean in po
Making clean in .
Making clean in po
Making clean in doc
Making clean in .
Making clean in po
Making clean in doc
Making clean in .
Making clean in po
Making clean in doc
Making clean in .
Making clean in po
Configuring for a x86_64-unknown-linux-gnu host.
Copying no to /home/user/Documents/ps2/ps2dev-newtoolchain/ps2dev/iop/iop/sys-include
../../iop/gcc/configure: 193: cd: can't cd to no
Code:
user@DESKTOP-blahblah:~/Documents/ps2/ps2dev-newtoolchain$ makeinfo --version
texi2any (GNU texinfo) 6.7
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Also later got this one. Umm... what
Code:
/bin/bash: /home/user/Documents/ps2/ps2dev-newtoolchain/toolchain/build/gcc-ee-stage2/./gcc/xgcc: No such file or directory
Making clean in python
creating cache ./config.cache
*** This configuration is not supported in the following subdirectories:
ld
(Any other directories should still work fine.)
Here is the final one. I have received this one on every build so far.
Code:
make[1]: Entering directory '/home/user/Documents/ps2/ps2dev-newtoolchain/apps/pademu_playground/pademu'
Makefile:28: /iop/Rules.release: No such file or directory
make[1]: *** No rule to make target '/iop/Rules.release'. Stop.
make[1]: Leaving directory '/home/user/Documents/ps2/ps2dev-newtoolchain/apps/pademu_playground/pademu'
make: *** [Makefile:7: clean] Error 2
These could be buffer overflows
Code:
src/libhdd.c:167:40: warning: '%s' directive writing up to 255 bytes into a region of size 35 [-Wformat-overflow=]
167 | sprintf(hddFs[count].filename, "hdd0:%s", dirEnt.name);
| ^~ ~~~~~~~~~~~
src/libhdd.c:167:3: note: 'sprintf' output between 6 and 261 bytes into a destination of size 40
167 | sprintf(hddFs[count].filename, "hdd0:%s", dirEnt.name);
Last edited: