FYI
The version of Eclipse used in the USBSuite (non-beta) has a problem with any project that has any spaces in the directory name or file name.
The "\" character is removed from the full path, causing debug to fail, as the file system cannot find "Dir name1Dir Name2filename.c"
The solution is to make sure your Directories do not have any spaces in the file names. If you replace them with underscore, it will work:
You will then get "Dir_name1\Dir_Name2\filename.c"
Hi Wade Maxfield,
Do you face any problem when you place the workspace for EZ-USB in a path which include a space? I also do that so.
I have not faced any problem.