Open liuwei011 opened 7 years ago
Hi,
There may be problem with the Makefile for recvCSI. I receive the message:
$ make mips-openwrt-linux-gcc -o recvCSI mips-openwrt-linux-gcc: fatal error: no input files compilation terminated. make: *** [recvCSI] Error 1
$OBJS is not define in the Makefile and I think $TOOLCHAIN_DIR should be $STAGING_DIR? (see crosscompile info)
Yes, thanks for that. It has been corrected.
Hi,
There may be problem with the Makefile for recvCSI. I receive the message:
$OBJS is not define in the Makefile and I think $TOOLCHAIN_DIR should be $STAGING_DIR? (see crosscompile info)