+ halcompile --install userspace_count_names.comp
userspace_count_names.comp: In function 'userinit':
userspace_count_names.comp:17:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
userspace_count_names.comp:17:5: warning: incompatible implicit declaration of built-in function 'printf'
userspace_count_names.comp:17:5: note: include '<stdio.h>' or provide a declaration of 'printf'
userspace_count_names.comp:9:1:
userspace_count_names.comp:17:5:
userspace_count_names.comp:28:5: warning: implicit declaration of function 'fflush'; did you mean 'ffsl'? [-Wimplicit-function-declaration]
+ for HAL in *.hal
+ echo 'testing both.hal'
++ basename both.hal .hal
+ BASE=both
+ tr ' ' '\n'
+ halrun both.hal
insmod: ERROR: could not insert module /usr/realtime-4.19.152-rtai-amd64/modules/rtai_hal.ko: File exists
+ for HAL in *.hal
+ echo 'testing count-and-extra-args.hal'
++ basename count-and-extra-args.hal .hal
+ BASE=count-and-extra-args
+ tr ' ' '\n'
+ halrun count-and-extra-args.hal
insmod: ERROR: could not insert module /usr/realtime-4.19.152-rtai-amd64/modules/rtai_hal.ko: File exists
+ for HAL in *.hal
+ echo 'testing count=3.hal'
++ basename count=3.hal .hal
+ BASE=count=3
+ tr ' ' '\n'
+ halrun count=3.hal
insmod: ERROR: could not insert module /usr/realtime-4.19.152-rtai-amd64/modules/rtai_hal.ko: File exists
+ for HAL in *.hal
+ echo 'testing names-and-extra-args.hal'
++ basename names-and-extra-args.hal .hal
+ BASE=names-and-extra-args
+ tr ' ' '\n'
+ halrun names-and-extra-args.hal
insmod: ERROR: could not insert module /usr/realtime-4.19.152-rtai-amd64/modules/rtai_hal.ko: File exists
+ for HAL in *.hal
+ echo 'testing names.hal'
++ basename names.hal .hal
+ BASE=names
+ tr ' ' '\n'
+ halrun names.hal
insmod: ERROR: could not insert module /usr/realtime-4.19.152-rtai-amd64/modules/rtai_hal.ko: File exists
+ for HAL in *.hal
+ echo 'testing no-args.hal'
++ basename no-args.hal .hal
+ BASE=no-args
+ tr ' ' '\n'
+ halrun no-args.hal
insmod: ERROR: could not insert module /usr/realtime-4.19.152-rtai-amd64/modules/rtai_hal.ko: File exists
