Missing lib when compiling for arm type arm1136jf_s

Bruno Abinader brunoabinader at gmail.com
Fri May 19 20:28:50 UTC 2006


Hi all,
I'm trying to compile a basic toolchain for ARM type ARM1136JF_S (only with
gcc, uclibc, binutils and linux kernel). I configured everything fine but
when I tried to compile the following message appeared:

   make -C /home/bruno/buildroot/toolchain_build_arm/uClibc \
>                    PREFIX= \
>                      DEVEL_PREFIX=*/
> home/bruno/buildroot/build_arm/staging_dir/* \
>                      RUNTIME_PREFIX=*/
> home/bruno/buildroot/build_arm/staging_dir/* \
>                    install_runtime install_dev
>    make[1]: Entering directory
>    `/home/bruno/buildroot/toolchain_build_arm/uClibc'
>    install -d /home/bruno/buildroot/build_arm/staging_dir/lib
>    install -m 644 lib/lib*-0.9.28.so \
>                    /home/bruno/buildroot/build_arm/staging_dir/lib
>    install: cannot stat `lib/lib*-0.9.28.so': No such file or directory
>    make[1]: *** [install_runtime] Error 1
>    make[1]: Leaving directory
>    `/home/bruno/buildroot/toolchain_build_arm/uClibc'
>    make: *** [/home/bruno/buildroot/build_arm/staging_dir/lib/libc.a]
>    Error 2
>

What could be causing this problem? It seems that the compilation process
needs a library that isn't there yet. I'm sending patched to this e-mail my
.config.

Any help would be appreciated.

BR,
-- 
Bruno de Oliveira Abinader
10LE/INdT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/uclibc/attachments/20060519/2e834371/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config
Type: application/octet-stream
Size: 8443 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20060519/2e834371/attachment.obj 


More information about the uClibc mailing list