2008-07-14 07:31:38 elf file
Pranay Upadhyay (INDIA)
Message: 58753
Hello all,
I am generating the elf file for audio codec on BF 561 Ez-kit.I am getting the following error during compilation.Please eply.
root@PranayU audiocodec]# make
bfin-elf-gcc -c -mcpu=bf561 -g codec.c -o codec.o
bfin-elf-gcc -o codec -mcpu=bf561 codec.o
codec.o: In function `Init_Sport_Interrupts':
/pranay/uClinux-dist/user/elf_file/audiocodec/codec.c:196: undefined reference to `_register_handler'
collect2: ld returned 1 exit status
make: *** [codec] Error 1
[root@PranayU audiocodec]#
-regards
Pranay
QuoteReplyEditDelete
2008-07-14 08:12:50 Re: elf file
Robin Getz (UNITED STATES)
Message: 58757
Pranay:
My first response is - Please read the error message that the compiler gives you, and fix it yourself. (or ask a better question than "please reply").
My second response is - Please use the search function in this web site - this has been asked and answered. The "search" links are on the menu on the left of the web site.
-Robin