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
Install nexutil: from the root directory of our repository switch to the nexutil folder: cd utilities/nexutil/. Compile and install nexutil: make && make install.
i receive this error
root@raspberrypi:/home/pi/tools/nexmon/utilities/nexutil# make gcc -static -o nexutil nexutil.c -DBUILD_ON_RPI -DVERSION=\"IT_VERSION\" -DUSE_NETLINK -I. -I../../patches/include -I../libnexio -L../libnexio/ -lnexio -I../libargp /usr/bin/ld: impossibile trovare -lnexio collect2: error: ld returned 1 exit status Makefile:15: set di istruzioni per l'obiettivo "nexutil" non riuscito make: *** [nexutil] Errore 1 root@raspberrypi:/home/pi/tools/nexmon/utilities/nexutil#
what i do?
thk
The text was updated successfully, but these errors were encountered:
Hello, in this step
Install nexutil: from the root directory of our repository switch to the
nexutil folder: cd utilities/nexutil/. Compile and install nexutil: make &&
make install.
i receive this error
***@***.***:/home/pi/tools/nexmon/utilities/nexutil# make gcc
-static -o nexutil nexutil.c -DBUILD_ON_RPI -DVERSION=\"IT_VERSION\"
-DUSE_NETLINK -I. -I../../patches/include -I../libnexio -L../libnexio/
-lnexio -I../libargp /usr/bin/ld: impossibile trovare -lnexio collect2:
error: ld returned 1 exit status Makefile:15: set di istruzioni per
l'obiettivo "nexutil" non riuscito make: *** [nexutil] Errore 1
***@***.***:/home/pi/tools/nexmon/utilities/nexutil#
what i do?
thk
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALP_7otkrLwHkGZuD2EbFPeNKNgH_VM4ks5rdCbygaJpZM4MC2Gy>
.
Hello, in this step
Install nexutil: from the root directory of our repository switch to the nexutil folder: cd utilities/nexutil/. Compile and install nexutil: make && make install.
i receive this error
root@raspberrypi:/home/pi/tools/nexmon/utilities/nexutil# make gcc -static -o nexutil nexutil.c -DBUILD_ON_RPI -DVERSION=\"IT_VERSION\" -DUSE_NETLINK -I. -I../../patches/include -I../libnexio -L../libnexio/ -lnexio -I../libargp /usr/bin/ld: impossibile trovare -lnexio collect2: error: ld returned 1 exit status Makefile:15: set di istruzioni per l'obiettivo "nexutil" non riuscito make: *** [nexutil] Errore 1 root@raspberrypi:/home/pi/tools/nexmon/utilities/nexutil#
what i do?
thk
The text was updated successfully, but these errors were encountered: