FX3 USBSuite Windows Spaces in Directory/File names causes issues

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
WaMa_286156
Level 5
Level 5
First comment on blog 100 replies posted 50 replies posted

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"

0 Likes
1 Reply
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

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.

0 Likes