Guest the tman Posted March 20, 2011 Report Posted March 20, 2011 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now