View Single Post
Old 10-04-2011, 04:51 AM   #49
read365
Enthusiast
read365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to beholdread365 is a marvel to behold
 
Posts: 30
Karma: 11938
Join Date: May 2011
Location: Daegu, Korea(South)
Device: pocketbook pro 902, Jetbook Color 1
Solve this problem

Thanks very much, sergeyvl12~!!

1.
Link your linux source to /usr/src/linux directory
Code:
ex) sudo ln -s linux-header-x.x.x linux
And
cd /usr/include
sudo mv asm asm.bak
sudo mv asm-generic asm-generic.bak
sudo ln -fs ../src/linux/include/asm-generic .
sudo ln -fs ../src/linux/include/asm-generic asm
Source : http://linux-tipps.blogspot.com/2011...tlsh-asmb.html

2. install pakage g++-4.6-multilib, ia32-libs-dev, etc....

3. After Build, run program
but if you find error message "ELFCLASS64""Segmentation fault",

http://packages.debian.org/squeeze/i...ngines-murrine download i386 pakage file
and extract, copy libmurrine.so file to
/usr/lib32/gtk-2.0/2.10.0/engines/libmurrine.so

now run program
Code:
$ export GTK_PATH=/usr/lib32/gtk-2.0; ./inkdemo
Thanks sergeyvl12~!!
read365 is offline   Reply With Quote