Question
Hoverstate
US
Last activity: 8 Mar 2022 12:41 EST
Openspan compiling error file name / extension too long
I'm working on a large robotics RDA project and have run into this error when trying to compile:
The specified task executable "OSC.exe" could not be run. The file name or extension is too long.
Until yesterday I had been able to run the project in debug mode, visual studio 2015 but once I went to build the project and it returned this error I have not been able to run in debug mode either.
When I initially began working on this project I ran into an error and had to reduce the length of file names enough for the compiler to work and I'm unsure if this is the same error as then. I have reduced file names considerably, but would like some verification before I take any more action in that direction.
How can I check the total file length allowed vs what we are trying to push through?
Is there another cause of this error?
Thank you.