I am trying to build my code in WindRiver, and I’m having some problems.
When I select Project->Build Project, here’s what I get:
Build Started in Project ‘DefaultRobot’: 2009-01-28 15:21:54
Generation of makefiles started.
Folder “/OriginalDefaultCode” used in build target “OriginalDefaultCode” not found.
Build Finished in Project ‘DefaultRobot’: 2009-01-28 15:21:54 (Elapsed Time: 00:00)
The bottom of the window reads:
“Build succeeded for project DefaultRobot.”
However, when I did a search, the only .out files I found were last modified in 2005 or earlier, clearly not what I’m looking for. What’s going on?
Try closing and reopening the project, followed by doing a rebuild – not a build.
I tried doing that, and I got the same thing.
I think the problem involves this line:
Folder “/OriginalDefaultCode” used in build target “OriginalDefaultCode” not found.
I looked up how to change the build target, but the instructions in WindRiver don’t seem to be consistent with the actual software. Is it possible to change the build target?
You can change certain aspects of a build target, but it’s probably easier to delete the faulty one and create a new one.
If you want to export your project to a zip file and post it here, I’ll try to take a look at it – but I won’t be able to do that before late this evening.
It’s okay, I got the code to build. I just changed the target location for the .out file and it compiled correctly. Thanks for your help.