Advertisement
peetaur

gcc wrapper in C - example error

Oct 10th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. PM gccwrap2: "-O1"
  2. PM gccwrap2: "-fno-omit-frame-pointer"
  3. PM gccwrap2: "-fno-optimize-sibling-calls"
  4. PM gccwrap2: "-m64"
  5. PM gccwrap2: "-g"
  6. PM gccwrap2: "-fno-strict-aliasing"
  7. PM gccwrap2: "-std=gnu99"
  8. PM gccwrap2: "-Wall"
  9. PM gccwrap2: "-Wstrict-prototypes"
  10. PM gccwrap2: "-Wno-unused-value"
  11. PM gccwrap2: "-nostdinc"
  12. PM gccwrap2: "-fno-builtin"
  13. PM gccwrap2: "-fno-common"
  14. PM gccwrap2: "-Wredundant-decls"
  15. PM gccwrap2: "-iwithprefix"
  16. PM gccwrap2: "include"
  17. PM gccwrap2: "-Wno-pointer-arith"
  18. PM gccwrap2: "-pipe"
  19. PM gccwrap2: "-I/home/peter/projects/xen-unstable.hg/xen/include"
  20. PM gccwrap2: "-I/home/peter/projects/xen-unstable.hg/xen/include/asm-x86/mach-generic"
  21. PM gccwrap2: "-I/home/peter/projects/xen-unstable.hg/xen/include/asm-x86/mach-default"
  22. PM gccwrap2: "-msoft-float"
  23. PM gccwrap2: "-mno-red-zone"
  24. PM gccwrap2: "-fpic"
  25. PM gccwrap2: "-fno-asynchronous-unwind-tables"
  26. PM gccwrap2: "-g"
  27. PM gccwrap2: "-D__XEN__"
  28. PM gccwrap2: "-DVERBOSE"
  29. PM gccwrap2: "-fno-omit-frame-pointer"
  30. PM gccwrap2: "-DCONFIG_FRAME_POINTER"
  31. PM gccwrap2: "-MMD"
  32. PM gccwrap2: "-MF"
  33. PM gccwrap2: ".libelf-dominfo.o.d"
  34. PM gccwrap2: "-c"
  35. PM gccwrap2: "libelf-dominfo.c"
  36. PM gccwrap2: "-o"
  37. PM gccwrap2: "libelf-dominfo.o"
  38. PM gccwrap2: final command:
  39. /usr/bin/gcc.real "-O1" "-fno-omit-frame-pointer" "-fno-optimize-sibling-calls" "-m64" "-g" "-fno-strict-aliasing" "-std=gnu99" "-Wall" "-Wstrict-prototypes" "-Wno-unused-value" "-nostdinc" "-fno-builtin" "-fno-common" "-Wredundant-decls" "-iwithprefix" "include" "-Wno-pointer-arith" "-pipe" "-I/home/peter/projects/xen-unstable.hg/xen/include" "-I/home/peter/projects/xen-unstable.hg/xen/include/asm-x86/mach-generic" "-I/home/peter/projects/xen-unstable.hg/xen/include/asm-x86/mach-default" "-msoft-float" "-mno-red-zone" "-fpic" "-fno-asynchronous-unwind-tables" "-g" "-D__XEN__" "-DVERBOSE" "-fno-omit-frame-pointer" "-DCONFIG_FRAME_POINTER" "-MMD" "-MF" ".libelf-dominfo.o.d" "-c" "libelf-dominfo.c" "-o" "libelf-dominfo.o"
  40. ld -melf_x86_64 -r -o libelf-temp.o libelf-tools.o libelf-loader.o libelf-dominfo.o
  41. objcopy --rename-section .text=.init.text --rename-section .data=.init.data --rename-section .rodata=.init.rodata --rename-section .rodata.str1.1=.init.rodata.str1.1 --rename-section .rodata.str1.2=.init.rodata.str1.2 --rename-section .rodata.str1.4=.init.rodata.str1.4 --rename-section .rodata.str1.8=.init.rodata.str1.8 --rename-section .data.rel=.init.data.rel --rename-section .data.rel.local=.init.data.rel.local --rename-section .data.rel.ro=.init.data.rel.ro --rename-section .data.rel.ro.local=.init.data.rel.ro.local libelf-temp.o libelf.o
  42. ld -melf_x86_64 -r -o built_in.o libelf.o
  43. make[5]: Leaving directory `/home/peter/projects/xen-unstable.hg/xen/common/libelf'
  44. ld -melf_x86_64 -r -o built_in.o bitmap.o cpu.o cpupool.o domctl.o domain.o event_channel.o grant_table.o kernel.o keyhandler.o kexec.o lib.o memory.o multicall.o notifier.o page_alloc.o preempt.o rangeset.o sched_credit.o sched_credit2.o sched_sedf.o sched_arinc653.o schedule.o shutdown.o softirq.o sort.o spinlock.o stop_machine.o string.o symbols.o sysctl.o tasklet.o time.o timer.o trace.o version.o vsprintf.o wait.o xmalloc_tlsf.o rcupdate.o tmem.o tmem_xen.o radix-tree.o rbtree.o lzo.o decompress.o bunzip2.o unlzma.o unlzo.o xenoprof.o compat/built_in.o hvm/built_in.o libelf/built_in.o
  45. ld: cannot find version.o: No such file or directory
  46. make[4]: *** [built_in.o] Error 1
  47. make[4]: Leaving directory `/home/peter/projects/xen-unstable.hg/xen/common'
  48. make[3]: *** [/home/peter/projects/xen-unstable.hg/xen/common/built_in.o] Error 2
  49. make[3]: Leaving directory `/home/peter/projects/xen-unstable.hg/xen/arch/x86'
  50. make[2]: *** [/home/peter/projects/xen-unstable.hg/xen/xen] Error 2
  51. make[2]: Leaving directory `/home/peter/projects/xen-unstable.hg/xen'
  52. make[1]: *** [install] Error 2
  53. make[1]: Leaving directory `/home/peter/projects/xen-unstable.hg/xen'
  54. make: *** [install-xen] Error 2
  55. failure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement