Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
section section alignment (number) greater than /ALIGN value
The alignment size for the given section in the object file exceeds the value specified with the /ALIGN option. The /ALIGN value must be a power of 2 and must equal or exceed the section alignment given in the object file.
Either recompile with a smaller section alignment or increase the /ALIGN value.