Search results

  1. Y

    Error when using KCFLAGS+="-ffunction-sections -fdata-sections" LDFLAGS+="--gc-section" to reduce kernel size

    I was trying to compile in the folder kernel 4.4 using the following commands to reduce kernel size for embedded Linux: make menuconfig ARCH=arm64 make -j 4 ARCH=arm64 CC=aarch64-linux-gnu-gcc KCFLAGS+="-ffunction-sections -fdata-sections" LDFLAGS+="--gc-section" It results in an Error as...
Top