Linux Project "clean" error ezUSBSuite

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

cross mob
Anonymous
Not applicable

 When importing a SuperSpeed example (Chapter3Example1, and etc..), even after changing the toolchain from ARM Sourcelite sourcery Windows to CrossARM Linux/GCC Make, somehow "cs-rm" still gets populated into the makefiles and still gets executed.

   

With proper settings I've been able to get the examples to build and flash properly. However, I can't seem to figure out how to get ezUSBSuite to properly execute "rm" instead of "cs-rm" on cleans.

   

Thanks,

0 Likes
2 Replies
Keerthy_V
Moderator
Moderator
Moderator
First like given 250 sign-ins 50 solutions authored

 Hello Jonwong,

   

 

   

As per your response you are using windows project on Linux. The windows project template is different from Linux project template. So if you are building a windows project on Linux , the make file will have cs-rm instead of rm. In order to change the project settings, you may try replacing the .cproject and .project file with  the same file from one of the FX3 Linux SDK example project. Once the files are replaced you may open the project in eclipse and build it. Please try the same and let us know your observation.

   

 

   

Regards,

   

Keerthy

0 Likes
Anonymous
Not applicable

 Thanks a lot! That seems to have done the trick.

0 Likes