I know you have all tried to compile mdk3 ob ubuntu and have failed miserably. When ever you try to run make command, it shows all sorts of errors.
First of make sure gcc-4.2 is installed.
To do that type sudo apt-get gcc-4.2 in terminal window.
Now extract the contents in folder name mdk3 and open up terminal and follow the given steps:-
* cd mdk3/osdep
* nano common.mak
* find line
CC = $(TOOL_PREFIX)gcc
and change it to
CC = $(TOOL_PREFIX)gcc-4.2
* press ctrl+x and press y and then enter
* cd ..
* make
* make install
To download latest version of mdk3 click here.
And enjoy...
Type rest of the post here
Mdk3 on Ubuntu
Subscribe to:
Post Comments (Atom)

1 comments:
wicked!! works... cheers dude appreciated!
Post a Comment