Advertisement
benhuan

pruss_c make error 3

Sep 17th, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.67 KB | None | 0 0
  1. # longqi at erian323 in ~/pru_sdk/example/pruss_c on git:master x [20:49:10]
  2. $ make
  3. /home/longqi/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-gcc -DSTART_ADDR= -Wall -O2 -mtune=cortex-a8 -march=armv7-a -I/home/longqi/pru_sdk/include -c -o host_main.o host_main.c
  4. host_main.c: In function ‘main’:
  5. host_main.c:78:3: warning: implicit declaration of function ‘prussdrv_load_datafile’ [-Wimplicit-function-declaration]
  6. host_main.c:81:61: error: expected expression before ‘)’ token
  7. host_main.c: At top level:
  8. host_main.c:13:13: warning: ‘zero_words’ defined but not used [-Wunused-function]
  9. make: *** [host_main.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement