Cockpit version: 257
OS: Raspbian GNU/Linux 10
when I run make ,I receive error
after I clone cockpit from git ,without any change in code, I ran
sudo ./autogen.sh --prefix=/usr --enable-debug.
after Now type 'make' to compile cockpit. message I tried to sudo make and I got below errors. notice without sudo Igot permission denied error.
pi@raspberrypi:~/cockpit $ sudo make
make all-am
make[1]: Entering directory '/home/pi/cockpit'
CCLD test-packet-channel
/usr/bin/ld: src/bridge/test_packet_channel-test-packet-channel.o: file not recognized: file truncated
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:4003: test-packet-channel] Error 1
make[1]: Leaving directory '/home/pi/cockpit'
make: *** [Makefile:3080: all] Error 2
Cockpit version: 257
OS: Raspbian GNU/Linux 10
when I run
make,I receive errorafter I clone cockpit from git ,without any change in code, I ran
sudo ./autogen.sh --prefix=/usr --enable-debug.after
Now type 'make' to compile cockpit.message I tried tosudo makeand I got below errors. notice withoutsudoIgot permission denied error.