error compiling PMP mod source v 2.02

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
skrv
Posts: 3
Joined: Mon Mar 24, 2008 6:06 pm

error compiling PMP mod source v 2.02

Post by skrv »

Hi I got the error --

make[1]: *** [mod/me_idct.o] Error 1
make[1]: Leaving directory `/home/sawan/projects/libavcodec'
make: *** [all] Error 2


while compiling the source for PMP mod v2.02

I did no changes to the source just building it for the first time

I have setup the toolchain in Linux and written, compiled basic HelloWorld program

What is this error ?

Please help
laichung
Posts: 123
Joined: Fri May 06, 2005 2:02 pm

Re: error compiling PMP mod source v 2.02

Post by laichung »

I would like to say, your information is not enough.
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

Post all the log of the compiler!
skrv
Posts: 3
Joined: Mon Mar 24, 2008 6:06 pm

got it resolved

Post by skrv »

hey sorry to bug you guys,

the PMP source code v2.02 is to be compiled in an order

first need to go to libavcodec
make
then cd ../pmpmod
make

then in the base directory make

and you are done

+ some error in common.h file

thanks
Post Reply