Problem Errors running builder 'CDT Builder' objects.list' does not exist.
Hello,
I’m new to STM32 programming and Eclipse. I have some far away knowledge about programming, but however I’m very motivated to develop a project for Audio purpose where the platform looks very promising.
I don’t succeed to create my binary, having the error code
Errors occurred during the build.
Errors running builder ‘CDT Builder’ on project ‘USBtoI2S’.
Resource ‘/USBtoI2S/Debug/objects.list’ does not exist.
Resource ‘/USBtoI2S/Debug/objects.list’ does not exist.
To make it short:
- I can build and debut STM32CubeF4 applications,
- I tried to duplicate one of them as a basis for my project. Copy/Pasting in Eclipse projects failed for me as some libraries were appearing grayed in the new project,
- So I copy/pasted the files on the disk, leaved them just aside the example to minimize the incidence on path for yhe diffeent files and libs, renamed the flder and the name of the project in .project (As I had found on the net).
- I can build (part of) my project
- in the console, last message is “make: Nothing to be done for `all’.”
- and to finish, the error message....
- I tried to clean the build, but this didn’t helped...
I don’t find the problem... Help would be really welcomed
Best regards,
JMF