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
:~/src/1/fossa$ make
make[1]: Entering directory `/home/ppa/src/1/fossa/test'
unit_test.c: In function 'test_mbuf':
unit_test.c:98: warning: integer constant is too large for 'long' type
unit_test.c:98: warning: large integer implicitly truncated to unsigned type
unit_test.c:98: warning: integer constant is too large for 'long' type
unit_test.c:98: warning: large integer implicitly truncated to unsigned type
unit_test.c:123: warning: integer constant is too large for 'long' type
unit_test.c:123: warning: large integer implicitly truncated to unsigned type
unit_test.c:123: warning: integer constant is too large for 'long' type
unit_test.c:123: warning: large integer implicitly truncated to unsigned type
[0.000] test_mbuf
[0.000] test_parse_address
[0.000] test_check_ip_acl
[0.000] test_connect_opts
[0.000] test_connect_opts_error_string
....
cc device_side.c ../../fossa.c -I../.. -o device_side -W -Wall -DNS_ENABLE_THREADS -pthread
device_side.c: In function 'generate_mjpg_data_thread_func':
device_side.c:133: warning: implicit declaration of function 'WIFSIGNALED'
/tmp/ccaLKefW.o: In function generate_mjpg_data_thread_func': device_side.c:(.text+0x49b): undefined reference toWIFSIGNALED'
collect2: ld returned 1 exit status
make[2]: *** [device_side] Error 1
make[2]: Leaving directory /home/ppa/src/1/fossa/examples/raspberry_pi_mjpeg_led' make[1]: *** [raspberry_pi_mjpeg_led/] Error 2 make[1]: Leaving directory/home/ppa/src/1/fossa/examples'
make: *** [examples] Error 2
The text was updated successfully, but these errors were encountered:
git clone
:~/src/1/fossa$ make
make[1]: Entering directory `/home/ppa/src/1/fossa/test'
unit_test.c: In function 'test_mbuf':
unit_test.c:98: warning: integer constant is too large for 'long' type
unit_test.c:98: warning: large integer implicitly truncated to unsigned type
unit_test.c:98: warning: integer constant is too large for 'long' type
unit_test.c:98: warning: large integer implicitly truncated to unsigned type
unit_test.c:123: warning: integer constant is too large for 'long' type
unit_test.c:123: warning: large integer implicitly truncated to unsigned type
unit_test.c:123: warning: integer constant is too large for 'long' type
unit_test.c:123: warning: large integer implicitly truncated to unsigned type
[0.000] test_mbuf
[0.000] test_parse_address
[0.000] test_check_ip_acl
[0.000] test_connect_opts
[0.000] test_connect_opts_error_string
....
cc device_side.c ../../fossa.c -I../.. -o device_side -W -Wall -DNS_ENABLE_THREADS -pthread
device_side.c: In function 'generate_mjpg_data_thread_func':
device_side.c:133: warning: implicit declaration of function 'WIFSIGNALED'
/tmp/ccaLKefW.o: In function
generate_mjpg_data_thread_func': device_side.c:(.text+0x49b): undefined reference to
WIFSIGNALED'collect2: ld returned 1 exit status
make[2]: *** [device_side] Error 1
make[2]: Leaving directory
/home/ppa/src/1/fossa/examples/raspberry_pi_mjpeg_led' make[1]: *** [raspberry_pi_mjpeg_led/] Error 2 make[1]: Leaving directory
/home/ppa/src/1/fossa/examples'make: *** [examples] Error 2
The text was updated successfully, but these errors were encountered: