|
执行make -j 8 && make install
# Making dsp1 ...
make -C dsp1 PROCLIST="dsp1 host"
# Making host ...
make -C host PROCLIST="dsp1 host"
make[1]: Entering directory `/home/tronlong/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src/host'
#
make[1]: Entering directory `/home/tronlong/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src/dsp1'
make PROFILE=debug PROCLIST="dsp1 host" server_dsp1.x
# Making all ...
make PROFILE=debug app_host
make[2]: Entering directory `/home/tronlong/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src/host'
#
make[2]: *** No rule to make target `/linux/src/transport/.libs/libtitransportrpmsg.a', needed by `bin/debug/app_host'. Stop.
make[2]: *** Waiting for unfinished jobs....
#
# Making bin/debug/obj/main_host.ov7A ...
make[2]: Entering directory `/home/tronlong/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src/dsp1'
/home/tronlong/ti-processor-sdk-linux-rt-am57xx-evm-04.03.00.05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -c -MD -MF bin/debug/obj/main_host.ov7A.dep -D_REENTRANT -Wall -ffloat-store -fPIC -Wunused -Dfar= -ggdb -D DEBUG -I. -I.. -I /linux/include -I /packages -o bin/debug/obj/main_host.ov7A main_host.c
# Making bin/debug/obj/App.ov7A ...
/home/tronlong/ti-processor-sdk-linux-rt-am57xx-evm-04.03.00.05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -c -MD -MF bin/debug/obj/App.ov7A.dep -D_REENTRANT -Wall -ffloat-store -fPIC -Wunused -Dfar= -ggdb -D DEBUG -I. -I.. -I /linux/include -I /packages -o bin/debug/obj/App.ov7A App.c
#
# Making bin/debug/configuro/.config ...
/xs --xdcpath="/packages;/packages;/packages;/packages;" \
xdc.tools.configuro -o bin/debug/configuro \
-t ti.targets.elf.C66 \
-c \
-p ti.platforms.evmDRA7XX:dsp1 \
-b ../shared/config.bld -r debug \
Dsp1.cfg
/bin/sh: 1: /xs: not found
make[2]: *** [bin/debug/configuro/.config] Error 127
make[2]: Leaving directory `/home/tronlong/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src/dsp1'
make[1]: *** [debug] Error 2
make[1]: Leaving directory `/home/tronlong/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src/dsp1'
make: *** [dsp1] Error 2
make: *** Waiting for unfinished jobs....
App.c: In function 'App_create':
App.c:119:31: warning: format '%p' expects argument of type 'void *', but argument 2 has type 'unsigned int' [-Wformat=]
printf("Memory mapped error %p.\n", FPAG_DATA_ADDR);
^
App.c: In function 'App_exec':
App.c:244:43: warning: format '%p' expects argument of type 'void *', but argument 2 has type 'UInt32 {aka unsigned int}' [-Wformat=]
printf("App_exec: MessageQ_get msg addr %p, cmd 0x%x\n", msg->addr, msg->cmd);
^
App.c:262:11: warning: unknown escape sequence: '\,'
printf("file write times %d KB cost: %f Sec\, rate %fMB/s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory `/home/tronlong/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src/host'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/tronlong/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src/host'
make: *** [host] Error 2
tronlong@tronlong-virtual-machine:~/AM57xx/rtos_examples/tl-messageq-gpmc-edma_g/src$
|
|