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
included from /usr/include/stdio.h:862:0,
from /home/louis/external_fastboot-master/usb_linux.c:29:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 29 and 284 bytes into a destination of size 80
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 26%] Building C object CMakeFiles/fastboot.dir/util_linux.c.o
[ 30%] Building C object CMakeFiles/fastboot.dir/libsparse/backed_block.c.o
[ 33%] Building C object CMakeFiles/fastboot.dir/libsparse/output_file.c.o
/home/louis/external_fastboot-master/libsparse/output_file.c:30:10: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^~~~~~~~
compilation terminated.
CMakeFiles/fastboot.dir/build.make:278: recipe for target 'CMakeFiles/fastboot.dir/libsparse/output_file.c.o' failed
make[2]: *** [CMakeFiles/fastboot.dir/libsparse/output_file.c.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/fastboot.dir/all' failed
make[1]: *** [CMakeFiles/fastboot.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
included from /usr/include/stdio.h:862:0,
from /home/louis/external_fastboot-master/usb_linux.c:29:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 29 and 284 bytes into a destination of size 80
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 26%] Building C object CMakeFiles/fastboot.dir/util_linux.c.o
[ 30%] Building C object CMakeFiles/fastboot.dir/libsparse/backed_block.c.o
[ 33%] Building C object CMakeFiles/fastboot.dir/libsparse/output_file.c.o
/home/louis/external_fastboot-master/libsparse/output_file.c:30:10: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^~~~~~~~
compilation terminated.
CMakeFiles/fastboot.dir/build.make:278: recipe for target 'CMakeFiles/fastboot.dir/libsparse/output_file.c.o' failed
make[2]: *** [CMakeFiles/fastboot.dir/libsparse/output_file.c.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/fastboot.dir/all' failed
make[1]: *** [CMakeFiles/fastboot.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: