Solutions sharing build .o's within workspace
Posted: Thu Mar 03, 2016 6:49 am
I've got two separate solutions in a workspace, one building at x86 (GCC x64 with -m32), the other building the same set of files at x64 (GCC).
Unfortunately because they're building the same files, Codelite believes that it can share the .o files across the two solution builds, which obviously leads to link errors. The same scenario would occur if two workspaces were using some of the same files but different compilers.
Unfortunately because they're building the same files, Codelite believes that it can share the .o files across the two solution builds, which obviously leads to link errors. The same scenario would occur if two workspaces were using some of the same files but different compilers.