EZ-USB Suite

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

cross mob
EsPo_3827446
Level 4
Level 4
25 replies posted 25 sign-ins 10 replies posted

I am unable to create hex file due to following error

I am using SDDC

****Incremental Build of configuration Release for project projectName1 ****

make all

Cannot run program "make  (in directory "D:\testworkspac\projectName1\Release"): CreateProcess error=2, The system cannot find the file specified

0 Likes
1 Solution
Sananya_14
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

Please add the path to the make.exe file in your build options as shown below-

C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\Eclipse\plugins\net.sourceforge.eclipsesdcc.win32_1.0.0\os\win32\x86\make.exe -k

Please refer to the KBA for detailed steps on creating a project for FX2LP on SDCC.

Best Regards,

Sananya

View solution in original post

2 Replies
Sananya_14
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

Please add the path to the make.exe file in your build options as shown below-

C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\Eclipse\plugins\net.sourceforge.eclipsesdcc.win32_1.0.0\os\win32\x86\make.exe -k

Please refer to the KBA for detailed steps on creating a project for FX2LP on SDCC.

Best Regards,

Sananya

Thank you!!!

0 Likes