Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CC [U] samples/coresight/coresight-cfg-filegen.o
- CC [U] samples/coresight/coresight-cfg-bufw.o
- CC [U] samples/coresight/coresight-cfg-file-read.o
- /home/mpoirier/work/coresight/kernel-review/samples/coresight/coresight-cfg-file-read.c: In function ‘main’:
- /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]
- 168 | fread(buffer, sizeof(u8), fsize, fp);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CC [U] samples/coresight/coresight-config-file.o
- aarch64-linux-gnu-gcc: error: samples/coresight/coresight-config-file.c: No such file or directory
- aarch64-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- make[3]: *** [/home/mpoirier/work/coresight/kernel-review/scripts/Makefile.userprogs:43: samples/coresight/coresight-config-file.o] Error 1
- make[2]: *** [/home/mpoirier/work/coresight/kernel-review/scripts/Makefile.build:549: samples/coresight] Error 2
- make[1]: *** [/home/mpoirier/work/coresight/kernel-review/Makefile:1846: samples] Error 2
- make[1]: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement