Guest User

Untitled

a guest
Jun 19th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.15 KB | None | 0 0
  1. 01 mojo_linux@ubuntu:~/ethersex$ make menuconfig
  2. 02 make -C scripts/lxdialog all
  3. 03 make[1]: Betrete Verzeichnis '/home/mojo_linux/ethersex/scripts/lxdialog'
  4. 04 make[1]: Verlasse Verzeichnis '/home/mojo_linux/ethersex/scripts/lxdialog'
  5. 05 /bin/bash scripts/Menuconfig config.in
  6. 06 Using defaults found in .config
  7. 07 Preparing scripts: functions, parsing.......................................................................................................................done.
  8. 08
  9. 09 Saving your Ethersex configuration...
  10. 10
  11. 11 *** End of Ethersex configuration.
  12. 12
  13. 13 test -e .config
  14. 14 make[1]: Betrete Verzeichnis '/home/mojo_linux/ethersex'
  15. 15
  16. 16 Next, you can:
  17. 17 * 'make' to compile Ethersex
  18. 18
  19. 19 make[1]: Verlasse Verzeichnis '/home/mojo_linux/ethersex'
  20. 20 mojo_linux@ubuntu:~/ethersex$ make
  21. 21 Build meta files
  22. 22 sed -ne '/Ethersex META/{n;:loop p;n;/*//!bloop }' ethersex.c core/eeprom.c core/util/fixedpoint.c core/util/string_parsing.c network.c core/periodic.c core/spi.c core/vfs/vfs.c core/vfs/vfs-util.c core/vfs/vfs_inline.c hardware/adc/adc.c hardware/adc/temp2text.c hardware/avr/dump_ecmd.c hardware/avr/fuse_ecmd.c hardware/avr/hostname_ecmd.c hardware/avr/reset_ecmd.c hardware/ethernet/ethernet_config.c hardware/ethernet/enc28j60.c hardware/ethernet/enc28j60_process.c hardware/ethernet/enc28j60_transmit.c hardware/onewire/onewire.c hardware/pwm/pwm_servo.c protocols/uip/uip.c protocols/uip/uip_multi.c protocols/uip/uip_router.c protocols/uip/parse.c protocols/uip/uip_arp.c protocols/uip/check_cache.c protocols/ecmd/parser.c protocols/ecmd/via_tcp/ecmd_net.c services/httpd/handle_400.c services/httpd/handle_401.c services/httpd/handle_404.c services/httpd/headers.c services/httpd/httpd.c services/httpd/base64_mit.c services/httpd/handle_vfs.c services/httpd/handle_ecmd.c core/portio/ecmd_simple.c hardware/adc/adc_ecmd.c hardware/ethernet/ethernet_ecmd.c hardware/onewire/ecmd.c hardware/pwm/pwm_servo_ecmd.c protocols/uip/ecmd.c > meta.m4.tmp
  23. 23 Copying to meta.m4
  24. 24 m4 `scripts/m4-defines` scripts/meta_magic.m4 protocols/ecmd/ecmd_magic.m4 meta.m4 protocols/ecmd/ecmd_defs.m4 > meta.c
  25. 25 m4 -I./pinning `scripts/m4-defines` pinning/internals/header.m4 pinning/controllers/atmega32.m4 pinning/internals/hackery_atmega32.m4 pinning/hardware/netio.m4 pinning/internals/footer.m4 > pinning.c
  26. 26 m4 `scripts/m4-defines` scripts/meta_header_magic.m4 meta.m4 > meta.h
  27. 27 hardware/pwm/pwm_servo.h:51:2: error: #error Value of MAXPULSFREQ is too low
  28. 28 hardware/pwm/pwm_servo.h:51:2: error: #error Value of MAXPULSFREQ is too low
  29. 29 hardware/pwm/pwm_servo.h:51:2: error: #error Value of MAXPULSFREQ is too low
  30. 30 hardware/pwm/pwm_servo.c:63:8: error: #error "SERVO 0 PIN not defined"
  31. 31 hardware/pwm/pwm_servo.h:51:2: error: #error Value of MAXPULSFREQ is too low
  32. 32 hardware/pwm/pwm_servo.h:51:2: error: #error Value of MAXPULSFREQ is too low
  33. 33 hardware/pwm/pwm_servo.h:51:2: error: #error Value of MAXPULSFREQ is too low
  34. 34 hardware/pwm/pwm_servo.c:63:8: error: #error "SERVO 0 PIN not defined"
  35. 35 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o ethersex.o ethersex.c
  36. 36 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o core/eeprom.o core/eeprom.c
  37. 37 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o core/util/fixedpoint.o core/util/fixedpoint.c
  38. 38 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o network.o network.c
  39. 39 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o core/periodic.o core/periodic.c
  40. 40 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o core/spi.o core/spi.c
  41. 41 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o core/vfs/vfs.o core/vfs/vfs.c
  42. 42 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o core/vfs/vfs-util.o core/vfs/vfs-util.c
  43. 43 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o core/vfs/vfs_inline.o core/vfs/vfs_inline.c
  44. 44 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/adc/adc.o hardware/adc/adc.c
  45. 45 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/avr/fuse_ecmd.o hardware/avr/fuse_ecmd.c
  46. 46 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/avr/hostname_ecmd.o hardware/avr/hostname_ecmd.c
  47. 47 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/avr/reset_ecmd.o hardware/avr/reset_ecmd.c
  48. 48 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/ethernet/ethernet_config.o hardware/ethernet/ethernet_config.c
  49. 49 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/ethernet/enc28j60.o hardware/ethernet/enc28j60.c
  50. 50 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/ethernet/enc28j60_process.o hardware/ethernet/enc28j60_process.c
  51. 51 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/ethernet/enc28j60_transmit.o hardware/ethernet/enc28j60_transmit.c
  52. 52 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/onewire/onewire.o hardware/onewire/onewire.c
  53. 53 avr-gcc -Wall -W -Wno-unused-parameter -Wno-sign-compare -Wno-char-subscripts -g -Os -std=gnu99 -fdata-sections -ffunction-sections -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -mcall-prologues -fshort-enums -fno-strict-aliasing -Iprotocols/usb/usbdrv -Iprotocols/usb -DAVR_BUILD -DF_CPU=16000000UL -mmcu=atmega32 -I. -c -o hardware/pwm/pwm_servo.o hardware/pwm/pwm_servo.c
  54. 54 In file included from hardware/pwm/pwm_servo.c:32:0:
  55. 55 hardware/pwm/pwm_servo.h:51:2: error: #error Value of MAXPULSFREQ is too low
  56. 56 hardware/pwm/pwm_servo.c: In function ‘__vector_9’:
  57. 57 hardware/pwm/pwm_servo.c:63:8: error: #error "SERVO 0 PIN not defined"
  58. 58 hardware/pwm/pwm_servo.c:65:1: error: ‘PORTSERVO0_PORT’ undeclared (first use in this function)
  59. 59 hardware/pwm/pwm_servo.c:65:1: note: each undeclared identifier is reported only once for each function it appears in
  60. 60 hardware/pwm/pwm_servo.c:65:15: error: ‘SERVO0_PIN’ undeclared (first use in this function)
  61. 61 hardware/pwm/pwm_servo.c: In function ‘pwm_servo_init’:
  62. 62 hardware/pwm/pwm_servo.c:206:4: error: ‘TIMSK1’ undeclared (first use in this function)
  63. 63 make: *** [hardware/pwm/pwm_servo.o] Fehler 1
  64. 64 mojo_linux@ubuntu:~/ethersex$
Advertisement
Add Comment
Please, Sign In to add comment