hi all OS: Red Hat 4.7, Product:TMS320DM6446
I want to do this Network Encode and Decode Demos So I read the Wiki http://wiki.davincidsp.com/index.php?title=Networked_encode_and_decode_demos And download the Network_utils.tar.gz, unzip to encode folder Then I follow the "Changes in the main function" part, add the two options -S and -p... I make build the encode, and got the message: network_utils.c:9:19: debug.h: No such file or directory I delete this line network_utils.c:9 and make again: debug/network_utils.o(.text+0x5c): In function `GetHostName': /home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:17: undefined reference to `CLEAR' debug/network_utils.o(.text+0xe8): In function `createClientSocket': /home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:31: undefined reference to `DBG' debug/network_utils.o(.text+0x140):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:39: undefined reference to `ERR' debug/network_utils.o(.text+0x214): In function `sendTCP': /home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:56: undefined reference to `DBG' debug/network_utils.o(.text+0x28c):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:63: undefined reference to `DBG' debug/network_utils.o(.text+0x328): In function `readTCP': /home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:76: undefined reference to `DBG' debug/network_utils.o(.text+0x3a0):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:83: undefined reference to `DBG' debug/network_utils.o(.text+0x488): In function `createServerSocket': /home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:101: undefined reference to `ERR' debug/network_utils.o(.text+0x4d8):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:106: undefined reference to `ERR' debug/network_utils.o(.text+0x518):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:111: undefined reference to `ERR' debug/network_utils.o(.text+0x544):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:117: undefined reference to `ERR' debug/network_utils.o(.text+0x55c):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:121: undefined reference to `CLEAR' debug/network_utils.o(.text+0x5e4):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:128: undefined reference to `ERR' debug/network_utils.o(.text+0x624):/home/user/dvsdk_1_30_01_41/demos/dm6446/encode/network_utils.c:133: undefined reference to `ERR' collect2: ld returned 1 exit status make[1]: *** [debug/encoded] Error 1 make[1]: Leaving directory `/home/user/dvsdk_1_30_01_41/demos/dm6446/encode' make: *** [encode] Error 2 Any idea, tip or successful examples? Many thanks! -- best regards Hidding _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
