DerHaddy opened a new issue #16033: Building MXNet C++ from Source with VS 2017 Error LNK1248 URL: https://github.com/apache/incubator-mxnet/issues/16033 Hey all, I am currently trying to build MXNet C++ API. I have done this (https://mxnet.incubator.apache.org/versions/master/install/windows_setup.html) guide for VS 2017. After 4 hours of building time I got this Error: ``` "C:\testv1mxnet\incubator-mxnet\build1\mxnet.sln" (default target) (1) -> "C:\testv1mxnet\incubator-mxnet\build1\mxnet.vcxproj.metaproj" (default target) (8) -> "C:\testv1mxnet\incubator-mxnet\build1\mxnet.vcxproj" (default target) (15) -> (Link target) -> LINK : fatal error LNK1248: image size (8C9B8000) exceeds maximum allowable size (80000000) [C:\testv1mxnet\in cubator-mxnet\build1\mxnet.vcxproj] ``` I just read that there is a maximum build size even from 32 bit even at 64 bit, but I'm not sure. Can someone help me with this issue? Thanks
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
