DSPRelated.com
Forums

building dspd from sourceforge

Started by mvl818 October 29, 2003
Hi,

I'm trying to build the binutil and dspd stuff from sourceforge.
I'm getting the following error when running make:

make
gcc -DPACKAGE=\"dspd\" -DVERSION=\"0.3\" -I. -I. -I-
-I/usr/local/dsp56800/i686-pc-linux-gnu/dsp56800-unknown-elf/include
-g -O2 -c flash.c
In file included from flash.c:7:
periph.h:4:31: readline/readline.h: No such file or directory
periph.h:5:30: readline/history.h: No such file or directory
In file included from flash.c:7:
periph.h:106: error: parse error before "PARAMS"
periph.h:107: error: parse error before "PARAMS"
make: *** [flash.o] Error 1
I did find readline.h under: /include/guile-readline/readline.h
What am I doing wrong? Thank you



Hi,

this problem was seen on SuSE and RedHat linuxes. To fix this
add

#include<stdio.h>

to periph.h and ui.c. Actually this is already corrected in dspd 0.4,
which is available on sourceforge.net. You can also check there is
one closed bug report for this :)) ([ 827191 ] dspd 0.3 won't compile on SuSE
8).

If you'll still have any problems, let me know!

Regards
Jan

On Wed, Oct 29, 2003 at 05:48:39AM -0000, mvl818 wrote:
> Hi,
>
> I'm trying to build the binutil and dspd stuff from sourceforge.
> I'm getting the following error when running make:
>
> make
> gcc -DPACKAGE=\"dspd\" -DVERSION=\"0.3\" -I. -I. -I-
> -I/usr/local/dsp56800/i686-pc-linux-gnu/dsp56800-unknown-elf/include
> -g -O2 -c flash.c
> In file included from flash.c:7:
> periph.h:4:31: readline/readline.h: No such file or directory
> periph.h:5:30: readline/history.h: No such file or directory
> In file included from flash.c:7:
> periph.h:106: error: parse error before "PARAMS"
> periph.h:107: error: parse error before "PARAMS"
> make: *** [flash.o] Error 1 >
> I did find readline.h under: /include/guile-readline/readline.h
> What am I doing wrong? > Thank you >
> _____________________________________
> Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you want
your answer to be distributed to the entire group.
>
> _____________________________________
> About this discussion group:
>
> To Join:
>
> To Post:
>
> To Leave:
>
> Archives: http://www.yahoogroups.com/group/motoroladsp
>
> More Groups: http://www.dsprelated.com/groups.php3 > ">http://docs.yahoo.com/info/terms/
>