Jump to content

how to compile rzscontrol(compache userspace binary) for arm


Guest the tman

Recommended Posts

Guest the tman

hello

I managed to compile the userspace binary of compache rzscontrol for arm architecture

it was tricky and not obvious indeed

the thing is that in the makefile of rzscontrol there is gcc that is hard coded

so instead of gcc you must put sourcery arm-eaby-gcc and -- static

so in makefile of rzscontrol before you have:

 @gcc -g -Wall -D_GNU_SOURCE rzscontrol.c -o rzscontrol -I ../include -I../..

and after you have

@/home/trman/arm-2010q1/bin/arm-none-linux-gnueabi-gcc --static -g -Wall -D_GNU_SOURCE rzscontrol.c -o rzscontrol -I ../include -I../..

and do

make ARCH=ARM

i tested with the arm-eabi-from cyanogen 4.4.0 and other and it don't work

only soucery work

now i have rzscontrol binary compiled and don't need to seek one from other rom

if it was already know , i'm sorry to make a useless topic

otherwise i 'm happy to share

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.