Error Too Many sections
-
I am trying to compile an application and while compiling i am facing an issue. While compiling an error occurs (Too Many Sections) that to it says that the error is in .o file . How to solve this issue .
I am using QT5.5 -
@ManiRon
I suppose you leave us to guess that you are using gcc/mingw? Have you Googled forgcc too many sections
ormingw too many sections
? -
@ManiRon How big is that object file (.o)? According to https://stackoverflow.com/questions/16596876/object-file-has-too-many-sections this happens if the object file is too big. And what do you do in the cpp file from which the object file is created?
-
@ManiRon How big is that object file (.o)? According to https://stackoverflow.com/questions/16596876/object-file-has-too-many-sections this happens if the object file is too big. And what do you do in the cpp file from which the object file is created?
-
@ManiRon How big is that object file (.o)? According to https://stackoverflow.com/questions/16596876/object-file-has-too-many-sections this happens if the object file is too big. And what do you do in the cpp file from which the object file is created?