Hi All

I am trying to use the Voidroid project (http://android.wooyd.org/)
but I got some error during the compilation process.

When I tried the step 6
[Download the build-voidroid script and run it to build the VoiDroid
package:
build-voidroid --android-dir ${ANDROID_DIR} --pjsip-dir ${PJSIP_DIR} --
voidroid-dir ${VOIDROID_DIR}
]

After command: ./configure --host=arm-eabi, got following error:

aconfigure: WARNING: If you wanted to set the --build type, don't use
--host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... arm-unknown-eabi
checking target system type... arm-unknown-eabi
checking for arm-eabi-gcc... arm-eabi-gcc
checking for C compiler default output file name... aconfigure: error:
C compiler cannot create executables
See `config.log' for more details.

Config.log file shows:

## ----------- ##
## Core tests. ##
## ----------- ##

aconfigure:1377: checking build system type
aconfigure:1395: result: i686-pc-linux-gnu
aconfigure:1403: checking host system type
aconfigure:1417: result: arm-unknown-eabi
aconfigure:1425: checking target system type
aconfigure:1439: result: arm-unknown-eabi
aconfigure:1475: checking for arm-eabi-gcc
aconfigure:1501: result: arm-eabi-gcc
aconfigure:1783: checking for C compiler version
aconfigure:1786: arm-eabi-gcc --version </dev/null >&5
./aconfigure: line 1787: arm-eabi-gcc: command not found
aconfigure:1789: $? = 127
aconfigure:1791: arm-eabi-gcc -v </dev/null >&5
./aconfigure: line 1792: arm-eabi-gcc: command not found
aconfigure:1794: $? = 127
aconfigure:1796: arm-eabi-gcc -V </dev/null >&5
./aconfigure: line 1797: arm-eabi-gcc: command not found
aconfigure:1799: $? = 127
aconfigure:1822: checking for C compiler default output file name
aconfigure:1825: arm-eabi-gcc -g  -nostdlib -Bdynamic -Wl,-T,android-
sdk-linux_x86-1.1_r1/build/core/armelf.x

-Wl,-dynamic-linker,/system/bin/linker -Wl,--gc-sections -Wl,-
z,nocopyreloc -Wl,--no-undefined

-Wl,-rpath-link=android-sdk-linux_x86-1.1_r1/out/target/product/
generic/obj/lib

-Landroid-sdk-linux_x86-1.1_r1/out/target/product/generic/obj/lib

android-sdk-linux_x86-1.1_r1/out/target/product/generic/obj/lib/
crtend_android.o

android-sdk-linux_x86-1.1_r1/out/target/product/generic/obj/lib/
crtbegin_dynamic.o

android-sdk-linux_x86-1.1_r1/prebuilt/linux-x86/toolchain/arm-
eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/interwork/libgcc.a -lc -lm

-lm  -lssl -lcrypto -lmedia conftest.c  >&5
./aconfigure: line 1826: arm-eabi-gcc: command not found
aconfigure:1828: $? = 127
aconfigure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "pjproject"
| #define PACKAGE_TARNAME "pjproject"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "pjproject 1.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
aconfigure:1867: error: C compiler cannot create executables
See `config.log' for more details.


How can I resolve this particular issue.If some have any solution then
please suggest me to remove this issue.

Thanks in advance.

Regards
buntee

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to