I added a custom compiler option to main.lkc Where is this library path coming from? It needs to be: /usr/lib/gcc/arm-linux-gnueabi/4.6.1
cd /home/apps/ltib/tmp/base_libs//opt/freescale/rootfs/arm + + find /home/apps/ltib/tmp/base_libs//opt/freescale/rootfs/arm/lib xargs chmod 755 chmod: cannot operate on dangling symlink `/home/apps/ltib/tmp/base_libs//opt/freescale/rootfs/arm/lib/libgcc_s.so.1' error: Bad exit status from /home/apps/ltib/tmp/rpm-tmp.52753 (%install) Index: main.lkc =================================================================== RCS file: /sources/ltib/ltib/config/platform/ea3131/main.lkc,v retrieving revision 1.4 diff -r1.4 main.lkc 60a61,66 > > config TOOLCHAIN_ARMEABI_CUSTOM > bool "Custom" > help > Select the custom option to use toolchains that are not > in the available toolchain list. 62a69,72 > config CUSTOM_TOOLCHAIN > bool > default y if TOOLCHAIN_ARMEABI_CUSTOM > 69c79,82 < string --- > string "Enter the custom toolchain path." if CUSTOM_TOOLCHAIN > help > Enter the path to the toolchain executables, headers, and libraries. > This path should be the top level directory for the toolchain. 72c85 < string "Supply your toolchain path" if TOOLCHAIN_CUSTOM --- > default "/usr" if CUSTOM_TOOLCHAIN 75,77c88,90 < depends TOOLCHAIN_CUSTOM < default "arm-linux-gnu-" < string "Enter your cross tools prefix" --- > depends CUSTOM_TOOLCHAIN > string "Enter the toolchain prefix." > default "arm-linux-gnueabi-" 79c92,93 < For example arm-linux-gnu- --- > Enter the toolchain executable prefix, for example: > arm-linux-gnueabi- 85c99 < default CUSTOM_TOOLCHAIN_PREFIX if TOOLCHAIN_CUSTOM --- > default CUSTOM_TOOLCHAIN_PREFIX if CUSTOM_TOOLCHAIN 90a105 > default "-O2 -fsigned-char -msoft-float" if CUSTOM_TOOLCHAIN -- Jon Smirl [email protected] _______________________________________________ LTIB home page: http://ltib.org Ltib mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ltib
