I recently switched to a new IDE and am currently in the process of updating code to meet an updated compiler. The reason why I mention this is because I know that this is something that has not happened before. I'm building a very large c++ project in workbench which is an extension on eclipse. Every folder and file in my project will build fine, but when it comes to making the partialImage.o and .out file I get this error:
building PPC604gnu/RSP_partialImage.o
C:\DOCUME~1\PIGANE~1\LOCALS~1\Temp\make44289.sh: filename too long: ccppc [1]
c:\WindRiver\vxworks-6.3\host\x86-win32\bin\make.exe: ***
[PPC604gnu/RSP_partialImage.o] Error 1
Also, I have built several other projects in this workspace and location so it must specifically be with this project. However, like I said it is a very large project, but will is there anyway around this? I know it has been built before in other IDEs.