Author Topic: GCC for ELF  (Read 2769 times)

OS4User

  • Sr. Member
  • ****
  • Posts: 406
  • Karma: +10/-0
    • View Profile
GCC for ELF
« on: March 24, 2019, 09:30:38 am »
It is impossible  to reach the desirable alignment (32 and 64)  with GCC which produces AOUT object file.  It was  clearly showed  by the recent research and Dave's build  of FFMPEG for AVX.

At same time we hope  if  GCC  _directly_ produces ELF object file it will give us a chance to get alignment 32 and 64.

Actually we need  cc1.exe, as.exe   and a kind of  elfdump.exe to get a list of exports (.def)  for wlink.

« Last Edit: May 14, 2019, 04:53:08 pm by OS4User »