error on eaxmple code

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

cross mob
Anonymous
Not applicable

hi,

   

I tried to build the example USBBulkLoopAuto as you describe on the AN 75705 Getting Started with FX3.  I was not successful, because there is always an error:

   

make:***[Fx3BootAppGcc.elf]Error1

   

what does it mean? And what can I do to get a successful building?

   

Thanks, anna

0 Likes
1 Reply
Anonymous
Not applicable

Hi have you tryed to wipe out the doubleqoute in the post-build steps.

   

prject properties->c/c++Build->Settings->Build Steps Command

   

like this:

   

${FX3_INSTALL_PATH}\util\elf2img\elf2img.exe -i ${ProjName}.elf -o ${ProjName}.img

0 Likes