Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. make -C PL3
  2. make[1]: Entering directory `C:/msysgit/psgroove/PL3'
  3. make -C tools
  4. make[2]: Entering directory `C:/msysgit/psgroove/PL3/tools'
  5. cc -g dump_lv2_pcap_to_bin.c -o dump_lv2_pcap_to_bin
  6. process_begin: CreateProcess(NULL, cc -g dump_lv2_pcap_to_bin.c -o dump_lv2_pcap
  7. _to_bin, ...) failed.
  8. make (e=2): The system cannot find the file specified.
  9. make[2]: *** [dump_lv2_pcap_to_bin] Error 2
  10. make[2]: Leaving directory `C:/msysgit/psgroove/PL3/tools'
  11. make[1]: *** [tools] Error 2
  12. make[1]: Leaving directory `C:/msysgit/psgroove/PL3'
  13. make: *** [PL3] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement