- Code: Select all
ascii.c: In function 'ASCIISendHex':
ascii.c:263:2: warning: passing argument 1 of 'swap_word' makes pointer from
integer without a cast [enabled by default]
I presume the above isn't important.
- Code: Select all
lowlevel.h:129:6: note: expected 'word *' but argument is of type 'word'
The above looks more critical. Does this need correction?
- Code: Select all
make: *** No rule to make target `arm/ccf.o', needed by `irserver_arm'. Stop.
The build process is odd because there is no ccf.c. I had to build the version without CCF.
To my surprise the following fails as an ordinary user:
- Code: Select all
irserver USB
Could not open IP socket
It seems I have to run this as root. Can that be right? 21000 isn't a special port.
Thanks for any advice.