FX3 Example build error

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi!

   

I just installed EZ-USB suite to start programming CYUSB3033 and now I am trying to compile example (GpifToUsb).

   

I cannot get rid of this error:

   

/usr/lib/gcc/arm-none-eabi/4.9.3/../../../arm-none-eabi/bin/ld: GpifToUsb.elf: warning: sh_link not set for section `.ARM.exidx'

   

I tried .ld files for 256kB and 512kB of ram but still no success.. Can anyone help?

   

 

   

Is it maybe connected to the error after this :

   

Cannot run program "/util/elf2img/elf2img" (in directory "/home/orion/workspace_easy/GpifToUsb/Debug"): error=2, No such file or directory

   

Error: Program "/util/elf2img/elf2img" not found in PATH
PATH=[/usr/bin]

   


Thnaks for the answers!

0 Likes
1 Reply
Anonymous
Not applicable

Edit:

   

I solved the problem by commenting out the last ". = ALIGN(4);" statement(in the .ARM.exidx section) in the fx3.ld file.

0 Likes