Homepage

  • Projekte
  • Shop
  • Forum
Erweiterte Suche
  • Schnellzugriff
    • Unbeantwortete Themen
    • Aktive Themen
    • Suche
  • FAQ
  • Anmelden
  • Registrieren
  • Foren-Übersicht
  • Suche

MEGA128 - RTL8019AS - seltsames Verhalten von dem Eigenbau

Projekt aus Elektor 2007
Antworten
  • Druckansicht
Erweiterte Suche
4 Beiträge • Seite 1 von 1
ich

MEGA128 - RTL8019AS - seltsames Verhalten von dem Eigenbau

  • Zitieren

Beitrag von ich » 05.11.2007, 17:58:29

Habe den Mega128 und den Rtl8019as auf einer Karte vereint.
Benutze SW Stand 1.4 . SD Karte funktioniert.
Meldet sich mit init RTL8019 ok und der Konfiguration.
Und je nach konfiguration mit Sorry no mac for ntp.
Die led1 am rtl ist immer an (auch wenn kein Netzwerk angeschlossen.)
Windows findet etwas am Netzwerk. ( Keine konektivität ) was auch nicht verwundert weil nicht die Programmierte IP Adresse. Statdessen 169.254.097.196 mit Subnetzmaske 255.255.000.000 .
Die Hardware habe ich mehrfach nachgemessen ohne Erfolg.

Hat jemand eine Ide was das sein kann ??? RTL schrott ???
Nach oben

ich

  • Zitieren

Beitrag von ich » 12.11.2007, 18:51:29

Hatte vergessen die 10 Mbit werden erkannt.
Die defines auf RTL sind gesetzt , ISACTRL auskommentiert.
Die Fuses sollten auch stimmen. Systemtakt 16 Mhz.
Die Schaltung ist ein zweites mal vorhanden - gleicher Fehler.
Schaltbild und Layout nochmals mit der Original Einplatinenversion verglichen.( Das weitere Drumherum Funktioniert)
Einige Meldungen gibt es aber beim compilieren (aber nur Warnungen)

Hier sind sie:



set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=sendmail.lst -std=gnu99 sendmail.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > sendmail.d; \
[ -s sendmail.d ] || rm -f sendmail.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=auth.lst -std=gnu99 auth.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > auth.d; \
[ -s auth.d ] || rm -f auth.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=config.lst -std=gnu99 config.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > config.d; \
[ -s config.d ] || rm -f config.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=time.lst -std=gnu99 time.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > time.d; \
[ -s time.d ] || rm -f time.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ntp.lst -std=gnu99 ntp.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > ntp.d; \
[ -s ntp.d ] || rm -f ntp.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ftpclient.lst -std=gnu99 ftpclient.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > ftpclient.d; \
[ -s ftpclient.d ] || rm -f ftpclient.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=webcam/mca25.lst -std=gnu99 webcam/mca25.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > webcam/mca25.d; \
[ -s webcam/mca25.d ] || rm -f webcam/mca25.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=fat16.lst -std=gnu99 fat16.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > fat16.d; \
[ -s fat16.d ] || rm -f fat16.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=mmc.lst -std=gnu99 mmc.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > mmc.d; \
[ -s mmc.d ] || rm -f mmc.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=webpage.lst -std=gnu99 webpage.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > webpage.d; \
[ -s webpage.d ] || rm -f webpage.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=telnet.lst -std=gnu99 telnet.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > telnet.d; \
[ -s telnet.d ] || rm -f telnet.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=tcp.lst -std=gnu99 tcp.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > tcp.d; \
[ -s tcp.d ] || rm -f tcp.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=uart.lst -std=gnu99 uart.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > uart.d; \
[ -s uart.d ] || rm -f uart.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=clock.lst -std=gnu99 clock.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > clock.d; \
[ -s clock.d ] || rm -f clock.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=interrupt4.lst -std=gnu99 interrupt4.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > interrupt4.d; \
[ -s interrupt4.d ] || rm -f interrupt4.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=icmp.lst -std=gnu99 icmp.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > icmp.d; \
[ -s icmp.d ] || rm -f icmp.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ip.lst -std=gnu99 ip.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > ip.d; \
[ -s ip.d ] || rm -f ip.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=httpd.lst -std=gnu99 httpd.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > httpd.d; \
[ -s httpd.d ] || rm -f httpd.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ftpd.lst -std=gnu99 ftpd.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > ftpd.d; \
[ -s ftpd.d ] || rm -f ftpd.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=checksum.lst -std=gnu99 checksum.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > checksum.d; \
[ -s checksum.d ] || rm -f checksum.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=arp.lst -std=gnu99 arp.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > arp.d; \
[ -s arp.d ] || rm -f arp.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=analog.lst -std=gnu99 analog.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > analog.d; \
[ -s analog.d ] || rm -f analog.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=rtl8019.lst -std=gnu99 rtl8019.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > rtl8019.d; \
[ -s rtl8019.d ] || rm -f rtl8019.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=3c5x9.lst -std=gnu99 3c5x9.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > 3c5x9.d; \
[ -s 3c5x9.d ] || rm -f 3c5x9.d
set -e; avr-gcc -MM -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=main.lst -std=gnu99 main.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > main.d; \
[ -s main.d ] || rm -f main.d

-------- begin --------
avr-gcc (GCC) 4.1.2 (WinAVR 20070525)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Compiling: main.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=main.lst -std=gnu99 main.c -o main.o
main.c: In function 'ShowConfig':
main.c:212: warning: suggest parentheses around comparison in operand of &
main.c: In function 'main':
main.c:278: warning: unused variable 'timeout'
main.c:277: warning: unused variable 'Minuten_Timer'

Compiling: 3c5x9.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=3c5x9.lst -std=gnu99 3c5x9.c -o 3c5x9.o

Compiling: rtl8019.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=rtl8019.lst -std=gnu99 rtl8019.c -o rtl8019.o

Compiling: analog.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=analog.lst -std=gnu99 analog.c -o analog.o

Compiling: arp.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=arp.lst -std=gnu99 arp.c -o arp.o

Compiling: checksum.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=checksum.lst -std=gnu99 checksum.c -o checksum.o

Compiling: ftpd.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ftpd.lst -std=gnu99 ftpd.c -o ftpd.o

Compiling: httpd.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=httpd.lst -std=gnu99 httpd.c -o httpd.o
httpd.c: In function 'httpd':
httpd.c:82: warning: pointer targets in assignment differ in signedness
httpd.c:86: warning: pointer targets in assignment differ in signedness
httpd.c:100: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
httpd.c:103: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
httpd.c:106: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
httpd.c:109: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
httpd.c:109: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
httpd.c:113: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
httpd.c:115: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
httpd.c:115: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
httpd.c:133: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
httpd.c:135: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
httpd.c:132: warning: suggest explicit braces to avoid ambiguous 'else'
httpd.c:139: warning: pointer targets in passing argument 1 of 'printf' differ in signedness
httpd.c:221: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness
httpd.c:224: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness
httpd.c:227: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness
httpd.c: In function 'substitute':
httpd.c:440: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness
httpd.c:440: warning: pointer targets in passing argument 3 of 'snprintf' differ in signedness
httpd.c:443: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness
httpd.c:443: warning: pointer targets in passing argument 3 of 'snprintf' differ in signedness
httpd.c:448: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness
httpd.c:449: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness
httpd.c:435: warning: 'length' may be used uninitialized in this function

Compiling: ip.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ip.lst -std=gnu99 ip.c -o ip.o

Compiling: icmp.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=icmp.lst -std=gnu99 icmp.c -o icmp.o

Compiling: interrupt4.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=interrupt4.lst -std=gnu99 interrupt4.c -o interrupt4.o
interrupt4.c: In function 'get':
interrupt4.c:87: warning: pointer targets in passing argument 2 of 'ARP_Reply' differ in signedness
interrupt4.c:109: warning: pointer targets in passing argument 2 of 'ntpc' differ in signedness
interrupt4.c:119: warning: pointer targets in passing argument 2 of 'httpd' differ in signedness
interrupt4.c:123: warning: pointer targets in passing argument 2 of 'smtp' differ in signedness
interrupt4.c:126: warning: pointer targets in passing argument 2 of 'auth' differ in signedness
interrupt4.c:139: warning: pointer targets in passing argument 2 of 'ftpc' differ in signedness
interrupt4.c:144: warning: pointer targets in passing argument 2 of 'ftp_store' differ in signedness

Compiling: clock.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=clock.lst -std=gnu99 clock.c -o clock.o
clock.c: In function '__vector_14':
clock.c:22: warning: unused variable 't2'

Compiling: uart.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=uart.lst -std=gnu99 uart.c -o uart.o

Compiling: tcp.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=tcp.lst -std=gnu99 tcp.c -o tcp.o
tcp.c: In function 'tcp_make':
tcp.c:230: warning: pointer targets in passing argument 1 of 'checksum' differ in signedness

Compiling: telnet.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=telnet.lst -std=gnu99 telnet.c -o telnet.o

Compiling: webpage.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=webpage.lst -std=gnu99 webpage.c -o webpage.o

Compiling: mmc.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=mmc.lst -std=gnu99 mmc.c -o mmc.o

Compiling: fat16.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=fat16.lst -std=gnu99 fat16.c -o fat16.o

Compiling: ftpclient.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ftpclient.lst -std=gnu99 ftpclient.c -o ftpclient.o
ftpclient.c: In function 'ftpc':
ftpclient.c:58: warning: pointer targets in passing argument 2 of 'sprintf' differ in signedness
ftpclient.c:69: warning: pointer targets in passing argument 2 of 'sprintf' differ in signedness

Compiling: ntp.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ntp.lst -std=gnu99 ntp.c -o ntp.o
ntp.c: In function 'ntpc':
ntp.c:43: warning: pointer targets in assignment differ in signedness
ntp.c:44: warning: pointer targets in assignment differ in signedness
ntp.c:154:7: warning: no newline at end of file

Compiling: time.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=time.lst -std=gnu99 time.c -o time.o

Compiling: config.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=config.lst -std=gnu99 config.c -o config.o

Compiling: auth.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=auth.lst -std=gnu99 auth.c -o auth.o

Compiling: sendmail.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=sendmail.lst -std=gnu99 sendmail.c -o sendmail.o
sendmail.c: In function 'Encode_Base64':
sendmail.c:56: warning: pointer targets in passing argument 1 of 'Encodeblock' differ in signedness
sendmail.c:56: warning: pointer targets in passing argument 2 of 'Encodeblock' differ in signedness
sendmail.c: In function 'smtp':
sendmail.c:143: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
sendmail.c:144: warning: pointer targets in passing argument 1 of 'printf' differ in signedness
sendmail.c:147: warning: pointer targets in assignment differ in signedness

Compiling: webcam/mca25.c
avr-gcc -c -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=webcam/mca25.lst -std=gnu99 webcam/mca25.c -o webcam/mca25.o
webcam/mca25.c: In function 'mca25_copy_image_data_to_buffer':
webcam/mca25.c:78: warning: pointer targets in passing argument 3 of 'mca25_grab_data' differ in signedness
webcam/mca25.c:122: warning: pointer targets in passing argument 3 of 'mca25_grab_data' differ in signedness
webcam/mca25.c: In function 'mca25_pgm_send':
webcam/mca25.c:988: warning: 'old[2]' may be used uninitialized in this function
webcam/mca25.c:988: warning: 'old[1]' may be used uninitialized in this function
webcam/mca25.c:988: warning: 'old[0]' may be used uninitialized in this function

Linking: main.elf
avr-gcc -mmcu=atmega128 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=main.o -std=gnu99 main.o 3c5x9.o rtl8019.o analog.o arp.o checksum.o ftpd.o httpd.o ip.o icmp.o interrupt4.o clock.o uart.o tcp.o telnet.o webpage.o mmc.o fat16.o webcam/mca25.o ftpclient.o ntp.o time.o config.o auth.o sendmail.o --output main.elf -Wl,-Map=main.map,--cref -lm

Creating load file for Flash: main.hex
avr-objcopy -O ihex -R .eeprom main.elf main.hex

Creating load file for EEPROM: main.eep
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \
--change-section-lma .eeprom=0 -O ihex main.elf main.eep
c:\Programme\Atmel\WinAVR\bin\avr-objcopy.exe: there are no sections to be copied!
c:\Programme\Atmel\WinAVR\bin\avr-objcopy.exe: --change-section-lma .eeprom=0x00000000 never used
make.exe: [main.eep] Error 1 (ignored)

Creating Extended Listing: main.lss
avr-objdump -h -S main.elf > main.lss

Creating Symbol Table: main.sym
avr-nm -n main.elf > main.sym

Size after:
main.elf :
section size addr
.data 1162 8388864
.text 34310 0
.bss 822 8390026
.stab 1044 0
.stabstr 113 0
.debug_aranges 608 0
.debug_pubnames 3359 0
.debug_info 25079 0
.debug_abbrev 6771 0
.debug_line 19004 0
.debug_frame 1536 0
.debug_str 3957 0
.debug_loc 6596 0
.debug_ranges 48 0
Total 104409



Errors: none
-------- end --------


> Process Exit Code: 0
> Time Taken: 00:10
Nach oben

ich

  • Zitieren

Beitrag von ich » 12.11.2007, 18:59:07

nocheinmal ich;
auch der zweite Aufbau wird auf der selben IP wie der erste gefunden ,ist aber nunmal nicht die wie sie im Programm steht ??? (Initialisierungsroutine sagt OK)
Nach oben

ich

  • Zitieren

Beitrag von ich » 12.11.2007, 21:25:51

die seltsame IP hat sich geklärt ---> Windows hatte automatisch zugewiesen (hatte die Einstellung wohl zwichendurch mal geändert.

Habe SW Stand 1.38 Probiert ---> lauft auf beiden Boards.
LED's haben weiterhin seltsames Verhalten. (LED 0 Aus ; LED 1 immer an geht bei Kommunikation kurz aus ) Sind übrigens zwischen + ind LED Pin verschaltet.

SW Stand 1.4 geht gar nicht !!!????
Nach oben

Antworten
  • Druckansicht

4 Beiträge • Seite 1 von 1

Zurück zu „AVR WebServer (alte Version)“



  • Foren-Übersicht
  • Alle Zeiten sind UTC+02:00
  • Alle Cookies löschen

Powered by phpBB® Forum Software © phpBB Limited

Deutsche Übersetzung durch phpBB.de

Datenschutz | Nutzungsbedingungen

 

 

sitemap  |    |  datenschutz   |  impressum