Advertisement
Guest User

bh

a guest
Nov 23rd, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.82 KB | None | 0 0
  1. a2ur4@ubuntu:~/Desktop/stm32f429/linux-cortexm-1.12.1/projects/demo_for_OSES$ make
  2. cp -f /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/initramfs-list-min.stub \
  3.         /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/initramfs-list-min
  4. rm -f /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/usr/initramfs_data.cpio \
  5.         /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/usr/initramfs_data.cpio.gz
  6. cp -f demo_for_OSES.kernel.STMDISCO /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/.config
  7. make -C /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux vmlinux
  8. make[1]: Entering directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  9. scripts/kconfig/conf -s arch/arm/Kconfig
  10. make[1]: Leaving directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  11. make[1]: Entering directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  12.  CHK     include/linux/version.h
  13.  CHK     include/generated/utsrelease.h
  14. make[2]: `include/generated/mach-types.h' is up to date.
  15.   CALL    scripts/checksyscalls.sh
  16. <stdin>:46: warning: "__IGNORE_migrate_pages" redefined
  17. /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/arch/arm/include/asm/unistd.h:475: note: this is the location of the previous definition
  18.   CHK     include/generated/compile.h
  19.   GEN     usr/initramfs_data.cpio
  20.   AS      usr/initramfs_data.o
  21.   LD      usr/built-in.o
  22.   LD      vmlinux.o
  23.   MODPOST vmlinux.o
  24.   GEN     .version
  25.   CHK     include/generated/compile.h
  26.   UPD     include/generated/compile.h
  27.   CC      init/version.o
  28.   LD      init/built-in.o
  29.   LD      vmlinux
  30.   SYSMAP  System.map
  31. make[1]: Leaving directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  32. make -C /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux modules
  33. make[1]: Entering directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  34.   CHK     include/linux/version.h
  35.   CHK     include/generated/utsrelease.h
  36. make[2]: `include/generated/mach-types.h' is up to date.
  37.  CALL    scripts/checksyscalls.sh
  38. <stdin>:46: warning: "__IGNORE_migrate_pages" redefined
  39. /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/arch/arm/include/asm/unistd.h:475: note: this is the location of the previous definition
  40.  Building modules, stage 2.
  41.  MODPOST 0 modules
  42. make[1]: Leaving directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  43. CFLAGS="-Os -mcpu=cortex-m3 -mthumb -I/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/A2F/root/usr/include" LDFLAGS="-mcpu=cortex-m3 -mthumb -L/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/A2F/root/usr/lib" make -C app all
  44. make[1]: Entering directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/projects/demo_for_OSES/app'
  45. arm-uclinuxeabi-gcc -Os -mcpu=cortex-m3 -mthumb -g  -mcpu=cortex-m3 -mthumb  test.c   -o test
  46. make[1]: Leaving directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/projects/demo_for_OSES/app'
  47. cp -f demo_for_OSES.busybox /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/A2F/busybox/.config
  48. make -C /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/A2F/busybox
  49. make[1]: Entering directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/A2F/busybox'
  50. scripts/kconfig/conf -s Config.in
  51. #
  52. # using defaults found in .config
  53. #
  54.  SPLIT   include/autoconf.h -> include/config/*
  55.  GEN     include/bbconfigopts.h
  56.  HOSTCC  applets/usage
  57. applets/usage.c: In function ‘main’:
  58. applets/usage.c:52:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  59.   write(STDOUT_FILENO, usage_array[i].usage, strlen(usage_array[i].usage) + 1);
  60.        ^
  61.  GEN     include/usage_compressed.h
  62.  HOSTCC  applets/applet_tables
  63. applets/applet_tables.c: In function ‘main’:
  64. applets/applet_tables.c:138:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  65.    fgets(line_old, sizeof(line_old), fp);
  66.         ^
  67.  GEN     include/applet_tables.h
  68.  CC      applets/applets.o
  69.  LD      applets/built-in.o
  70.  HOSTCC  applets/usage_pod
  71. applets/usage_pod.c: In function ‘main’:
  72. applets/usage_pod.c:74:3: warning: format not a string literal and no format arguments [-Wformat-security]
  73.   printf(usage_array[i].aname);
  74.   ^
  75.  GEN     include/usage_compressed.h
  76.  CC      libbb/appletlib.o
  77.  AR      libbb/lib.a
  78.  LINK    busybox_unstripped
  79. Trying libraries: crypt m
  80. Library crypt is needed, can't exclude it (yet)
  81.  Library m is not needed, excluding it
  82.  Library crypt is needed, can't exclude it (yet)
  83. Final link with: crypt
  84.  DOC     busybox.pod
  85.  DOC     BusyBox.txt
  86.  DOC     BusyBox.1
  87.  DOC     BusyBox.html
  88. make[1]: Leaving directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/A2F/busybox'
  89. cp -f demo_for_OSES.initramfs /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/initramfs-list-min
  90. rm -f /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/usr/initramfs_data.cpio \
  91.         /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/usr/initramfs_data.cpio.gz
  92. cp -f demo_for_OSES.kernel.STMDISCO /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/.config
  93. cp -f /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/arch/arm/kernel/vmlinux.lds.S.good \
  94.         /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/arch/arm/kernel/vmlinux.lds.S
  95. ([ -e demo_for_OSES.lds.STMDISCO ] && \
  96.         cp -f demo_for_OSES.lds.STMDISCO \
  97.         /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/arch/arm/kernel/vmlinux.lds.S) || \
  98.     true;
  99. make -C /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux uImage SAMPLE=demo_for_OSES
  100. make[1]: Entering directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  101. scripts/kconfig/conf -s arch/arm/Kconfig
  102. make[1]: Leaving directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  103. make[1]: Entering directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  104.  CHK     include/linux/version.h
  105.  CHK     include/generated/utsrelease.h
  106. make[2]: `include/generated/mach-types.h' is up to date.
  107.   CALL    scripts/checksyscalls.sh
  108. <stdin>:46: warning: "__IGNORE_migrate_pages" redefined
  109. /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/arch/arm/include/asm/unistd.h:475: note: this is the location of the previous definition
  110.   CHK     include/generated/compile.h
  111.   GEN     usr/initramfs_data.cpio
  112.   AS      usr/initramfs_data.o
  113.   LD      usr/built-in.o
  114.   LDS     arch/arm/kernel/vmlinux.lds
  115.   LD      vmlinux.o
  116.   MODPOST vmlinux.o
  117.   GEN     .version
  118.   CHK     include/generated/compile.h
  119.   UPD     include/generated/compile.h
  120.   CC      init/version.o
  121.   LD      init/built-in.o
  122.   LD      vmlinux
  123.   SYSMAP  System.map
  124.   OBJCOPY arch/arm/boot/Image
  125.   Kernel: arch/arm/boot/Image is ready
  126.   UIMAGE  arch/arm/boot/uImage
  127. Image Name:   Linux-2.6.33-arm1
  128. Created:      Sun Nov 23 20:38:20 2014
  129. Image Type:   ARM Linux Kernel Image (uncompressed)
  130. Data Size:    1145056 Bytes = 1118.22 kB = 1.09 MB
  131. Load Address: d0008000
  132. Entry Point:  d0008001
  133.   Image arch/arm/boot/uImage is ready
  134. make[1]: Leaving directory `/home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux'
  135. cp -f /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/arch/arm/boot/uImage demo_for_OSES.uImage
  136. rm -f .envm_log
  137. (grep "CONFIG_KERNEL_IN_ENVM=y" demo_for_OSES.kernel.STMDISCO > \
  138.         .envm_log || true)
  139. ([ -s .envm_log ] && \
  140.     (make -C /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux vImage SAMPLE=demo_for_OSES; \
  141.     cp -f /home/a2ur4/Desktop/stm32f429/linux-cortexm-1.12.1/linux/arch/arm/boot/vImage \
  142.         demo_for_OSES.vImage; \
  143.     cp demo_for_OSES.uImage demo_for_OSES.eImage; \
  144.     expr `grep CONFIG_KERNEL_IN_ENVM_OFFSET demo_for_OSES.kernel.STMDISCO | \
  145.         cut -d "=" -f 2` - 256 > .envm_log; \
  146.     dd if=demo_for_OSES.vImage of=demo_for_OSES.uImage obs=1K \
  147.         seek=`cat .envm_log`)) || true;
  148. rm -f .envm_log
  149. a2ur4@ubuntu:~/Desktop/stm32f429/linux-cortexm-1.12.1/projects/demo_for_OSES$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement