=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for picp-0.6.7 --- main.o --- --- serial.o --- --- picdev.o --- --- record.o --- --- parse.o --- --- atoi_base.o --- --- main.o --- clang++ -O2 -I. -c main.c --- serial.o --- clang++ -O2 -I. -c serial.c --- picdev.o --- clang++ -O2 -I. -c picdev.c --- record.o --- clang++ -O2 -I. -c record.c --- parse.o --- clang++ -O2 -I. -c parse.c --- atoi_base.o --- clang++ -O2 -I. -c atoi_base.c --- parse.o --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- atoi_base.o --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- picdev.o --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- record.o --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- main.o --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- serial.o --- clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] --- main.o --- main.c:171:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {BLANK_PGM, &GetPgmSize, "program memory"}, ^ main.c:172:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {BLANK_CFG, 0, "configuration bits"}, ^ main.c:173:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {BLANK_ID, 0, "ID locations"}, ^ main.c:174:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {BLANK_DATA, &GetDataSize, "data memory"}, ^ main.c:175:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {0,0,""}, ^ 5 warnings generated. --- picp --- clang++ main.o serial.o picdev.o record.o parse.o atoi_base.o -o picp strip picp