You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed llvm and binutils (+ reboot); when I try 'make' in libPS4 and libUSBfatfs I get the following error.**
gcc -c -o build/flash_drive.o source/flash_drive.c -I/home/consolehax/Desktop/SDK/libPS4/include -I. -Iinclude -std=c11 -O2 -fno-builtin -nostartfiles -nostdlib -Wall -masm=intel -march=btver2 -mtune=btver2 -m64 -mabi=sysv -mcmodel=large
In file included from /home/consolehax/Desktop/SDK/libPS4/include/file.h:3:0,
from /home/consolehax/Desktop/SDK/libPS4/include/ps4.h:5,
from source/flash_drive.c:24:
/home/consolehax/Desktop/SDK/libPS4/include/types.h:71:18: error: conflicting types for ‘__dev_t’
typedef uint32_t __dev_t;
^~~~~~~
In file included from /usr/include/stdint.h:27:0,
from /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9,
from /home/consolehax/Desktop/SDK/libPS4/include/types.h:3,
from /home/consolehax/Desktop/SDK/libPS4/include/file.h:3,
from /home/consolehax/Desktop/SDK/libPS4/include/ps4.h:5,
from source/flash_drive.c:24:
/usr/include/x86_64-linux-gnu/bits/types.h:133:25: note: previous declaration of ‘__dev_t’ was here
__STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
^~~~~~~
Makefile:20: recipe for target 'build/flash_drive.o' failed
make: *** [build/flash_drive.o] Error 1
The text was updated successfully, but these errors were encountered:
**Hi,
I have installed llvm and binutils (+ reboot); when I try 'make' in libPS4 and libUSBfatfs I get the following error.**
The text was updated successfully, but these errors were encountered: