Guest User

Untitled

a guest
Mar 4th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. strace -e open sdcc --use-non-free -mpic14 -ppic16f877 tst.c
  2. open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  3. open("/usr/lib/i386-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
  4. open("/lib/i386-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
  5. open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  6. open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
  7. open("tst.c", O_RDONLY) = 3
  8. open("/usr/local/bin/../share/sdcc/include/pic14/pic14devices.txt", O_RDONLY) = 4
  9. open("tst.c", O_RDONLY) = 5
  10. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2592, si_status=0, si_utime=0, si_stime=0} ---
  11. open("tst.asm", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4
  12. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2594, si_status=0, si_utime=0, si_stime=0} ---
  13. message: Using default linker script "/usr/local/share/gputils/lkr/16f877_g.lkr".
  14. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2596, si_status=0, si_utime=0, si_stime=0} ---
  15. +++ exited with 0 +++
Advertisement
Add Comment
Please, Sign In to add comment