[osg-users] 'fatal error C1128: number of sections exceeded object file format limit' under MSVC2015

sam brkopac at gmail.com
Thu Apr 19 13:44:41 PDT 2018


Hi Robert,

Enabling -bigobj just changes the address space for obj files. The default
is 2^16 and /bigobj will enable 2^32. The only con that I'm aware of is
linker's that shipped prior to Visual C++ 2005 cannot read .obj files that
were produced with /bigobj.

https://msdn.microsoft.com/en-us/library/ms173499.aspx

Looks like most of the projects now force it on in CMAKE.

Thanks, Sam



On Thu, Apr 19, 2018 at 1:14 PM, Robert Osfield <robert.osfield at gmail.com>
wrote:

> Hi Jason,
>
> On 18 April 2018 at 20:59, Jason Beverage <jasonbeverage at gmail.com> wrote:
> > I'm compiling the master in debug with MSVC 2015 and running into this
> issue
> > again:
> > http://forum.openscenegraph.org/viewtopic.php?t=16012&
> start=0&postdays=0&postorder=asc&highlight=
> >
> > This time it's with Geode.obj
> >
> > I've added /bigobj just to get it building here locally.  Not sure if
> there
> > is anything else we can take out of the headers to slim it down or not.
> >
> > This is my first time seeing this issue so I'm not 100% sure if it's a
> good
> > idea to just enable /bigobj all the time or not.
>
> I don't have any VisualStudio expertise so have to defer to Windows
> devs as how best to guide the build with VisualStudio.  So if you feel
> adding /bigobj is required then submit a PR to add this.
>
> What are the cons about enabling /bigobj?
>
> Robert.
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20180419/9869bb3d/attachment.html>


More information about the osg-users mailing list