Altera_Forum
Honored Contributor
15 years agoMp3 Player
Hi all,
I am trying to run mp3 decoder using libmad library on NIOS2. I am using minimad file to run a simple mp3 decoder. During the build there are no errors. But when I click run on hardware, it says there are errors on the build. But there is nothing on the console except for the following make all Info: Building ../mp3_test_bsp make --no-print-directory -C ../mp3_test_bsp [BSP build complete] make: Circular sf_table.dat <- mp3_test.elf dependency dropped. make: Circular qc_table.dat <- mp3_test.elf dependency dropped. make: Circular rq_table.dat <- mp3_test.elf dependency dropped. make: Circular imdct_s.dat <- mp3_test.elf dependency dropped. make: Circular D.dat <- mp3_test.elf dependency dropped. [mp3_test build complete] A elf is getting generated. it seems very strange. Its hard to debug when there is no error shown.