export PATH=/opt/Embedix/tools/bin/:$PATH arm-linux-gcc -D__KERNEL__ \ -I/common/intranet/shared/kernel/linux-2.4.25-simpad/include \ -Wall \ -Wstrict-prototypes \ -Wno-trigraphs -O2 \ -fno-strict-aliasing \ -fno-common \ -Uarm \ -fno-common \ -pipe \ -fno-omit-frame-pointer \ -mapcs \ -mno-sched-prolog \ -mapcs-32 \ -D__LINUX_ARM_ARCH__=4 \ -march=armv4 \ -mtune=strongarm1100 \ -mshort-load-bytes \ -msoft-float \ -Uarm \ -DMODULE \ -nostdinc \ -iwithprefix include \ -DKBUILD_BASENAME=gpio-toggle \ -c gpio-toggle.c \ -o gpio-toggle.o