Notes |
(0002898)
atle
11-08-07 05:29
edited on: 11-08-07 05:30
|
The uClibc build insists on installing ldd/ldconfig even though they are not built. Suggested solution attached (uclibc-hostutils-install.diff).
|
| |
(0002914)
vanokuten
11-14-07 02:27
|
I applied your patch: uclibc-hostutils-install.diff and made a test for
avr32 arch - as result I got this:
---------
make[1]: Leaving directory `/opt/buildroot/build_avr32/genext2fs-1.4'
touch -c /opt/buildroot/build_avr32/genext2fs-1.4/genext2fs
test -x /opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig && /opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig -r /opt/buildroot/project_build_avr32/atstk1002/root 2>/dev/null
make: *** [/opt/buildroot/binaries/atstk1002/rootfs.avr32-20071114.ext2] Error 1
---------
seems your skip of ldconfig applied unconditionally. |
| |
(0002919)
atle
11-15-07 00:07
|
Sorry, I was a little too fast there. HAVE_SHARED is defined in the uClibc configuration and not visible to the build-system. As far as I can see there are no global config-options that tell if shared uClibc is built or not, but I may be wrong (?). Perhaps it is better to just check if the files exists, see the attached patch (uclibc-hostutils-install_v2.diff). |
| |
(0002922)
vanokuten
11-15-07 02:18
|
uclibc-hostutils-install_v2.diff applied in rev 20427
other nios2 related patches where applied before, so think we can close an issue. |
| |