Home Liste der Makes Der Kernel 2.4 für das COBRA-Board Testprogramm für den Treiber QADC
 

A.2 Treiber QADC

Gehe in das Verzeichnis und rufe dort:

andreas@gericom:~/Development/driver> make
make -C /home/andreas/Development/COBRA_rot/uClinux/uClinux-dist-20040218-cobra-20040324/ SUBDIRS=/home/andreas/Development/driver modules
make[1]: Entering directory `/home/andreas/Development/COBRA_rot/uClinux/uClinux-dist-20040218-cobra-20040324'
. linux-2.4.x/.config; if [ "$CONFIG_MODULES" = "y" ]; then \
        [ -d linux-2.4.x/modules ] || mkdir linux-2.4.x/modules; \
        make ARCH=m68knommu CROSS_COMPILE=m68k-elf- -C linux-2.4.x modules; \
fi
make[2]: Entering directory `/home/andreas/Development/COBRA_rot/uClinux/uClinux-dist-20040218-cobra-20040324/linux-2.4.x'
make -C  /home/andreas/Development/driver CFLAGS="-fno-builtin -nostdinc -D__KERNEL__ -I/home/andreas/Development/COBRA_rot/uClinux/uClinux-dist-20040218-cobra-20040324/linux-2.4.x/include  -Wall -Wstrict-prototypes -Wno-trigraphs -O1 -g -fno-strict-aliasing -fno-common -I/usr/local/lib/gcc-lib/m68k-elf/2.95.3/./include -pipe -DNO_MM -DNO_FPU -m5307 -Wa,-S -Wa,-m5307 -D__ELF__ -DMAGIC_ROM_PTR -DUTS_SYSNAME=\"uClinux\" -D__linux__ -O1 -DMODULE" MAKING_MODULES=1 modules
make[3]: Entering directory `/home/andreas/Development/driver'
m68k-elf-gcc -fno-builtin -nostdinc -D__KERNEL__ -I/home/andreas/Development/COBRA_rot/uClinux/uClinux-dist-20040218-cobra-20040324/linux-2.4.x/include  -Wall -Wstrict-prototypes -Wno-trigraphs -O1 -g -fno-strict-aliasing -fno-common -I/usr/local/lib/gcc-lib/m68k-elf/2.95.3/./include -pipe -DNO_MM -DNO_FPU -m5307 -Wa,-S -Wa,-m5307 -D__ELF__ -DMAGIC_ROM_PTR -DUTS_SYSNAME="uClinux" -D__linux__ -O1 -DMODULE  -nostdinc -iwithprefix include -DKBUILD_BASENAME=qadc_2_0  -c -o qadc-2_0.o qadc-2_0.c
make[3]: Leaving directory `/home/andreas/Development/driver'
make[2]: Leaving directory `/home/andreas/Development/COBRA_rot/uClinux/uClinux-dist-20040218-cobra-20040324/linux-2.4.x'
make[1]: Leaving directory `/home/andreas/Development/COBRA_rot/uClinux/uClinux-dist-20040218-cobra-20040324'
cp qadc-2_0.o /home/andreas/uClinux
andreas@gericom:~/Development/driver>

Copyright © Andreas Birkert
Letzte Aktualisierung am 20. Dezember 2013
Home Liste der Makes Der Kernel 2.4 für das COBRA-Board Testprogramm für den Treiber QADC