Advertisement
Guest User

Untitled

a guest
Jan 13th, 2022
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. CC [U] samples/coresight/coresight-cfg-filegen.o
  2. CC [U] samples/coresight/coresight-cfg-bufw.o
  3. CC [U] samples/coresight/coresight-cfg-file-read.o
  4. /home/mpoirier/work/coresight/kernel-review/samples/coresight/coresight-cfg-file-read.c: In function ‘main’:
  5. /home/mpoirier/work/coresight/kernel-review/samples/coresight/coresight-cfg-file-read.c:168:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  6. 168 | fread(buffer, sizeof(u8), fsize, fp);
  7. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. CC [U] samples/coresight/coresight-config-file.o
  9. aarch64-linux-gnu-gcc: error: samples/coresight/coresight-config-file.c: No such file or directory
  10. aarch64-linux-gnu-gcc: fatal error: no input files
  11. compilation terminated.
  12. make[3]: *** [/home/mpoirier/work/coresight/kernel-review/scripts/Makefile.userprogs:43: samples/coresight/coresight-config-file.o] Error 1
  13. make[2]: *** [/home/mpoirier/work/coresight/kernel-review/scripts/Makefile.build:549: samples/coresight] Error 2
  14. make[1]: *** [/home/mpoirier/work/coresight/kernel-review/Makefile:1846: samples] Error 2
  15. make[1]: *** Waiting for unfinished jobs....
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement