hallo tom,

hast du vorher mal ein "make menuconfig" gemacht ? und genau eingestellt, was 
du haben möchtest ?
bzw. auch mal getestet, einen aktuellen git stand, ohne irgend welsche eigenen 
veränderungen runter zu laden ?
also das sieht schon nach was sehr gravierendem aus,
wenn du das make menuconfig gemacht hast, und trods einem frischem git stand, 
noch immer der gleiche fehler kommt, hätte ich mal interesse an der .config 
datei, bzw. den output von:
 cat .config | grep -v "^#\|^$"
hier werden dann nur ausgewählten optionen angezeigt.

danke,

gruß

michael



On Wednesday 10 October 2012, Thomas Markworth wrote:
> Hallo Michael,
>
> est kommt nach dem "make" folgende Fehlermeldung:
>
> Using defaults found in .config
> Preparing scripts: functions,
> parsing....................................................................
>...................................................done.
>
> Saving your Ethersex configuration...
>
> *** End of Ethersex configuration.
>
> test -e .config
> make[1]: Entering directory `/home/tm/ethersex'
>
> Next, you can:
>   * 'make' to compile Ethersex
>
> make[1]: Leaving directory `/home/tm/ethersex'
> tm@avr-desktop:~/ethersex$ sudo make
> Build meta files
> 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
> 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 protocols/uip/ecmd.c > meta.m4.tmp
> Copying to meta.m4
> m4 `scripts/m4-defines` scripts/meta_magic.m4
> protocols/ecmd/ecmd_magic.m4 meta.m4 protocols/ecmd/ecmd_defs.m4 > meta.c
> /bin/bash core/portio/cfgpp pinning/named_pin/default
> m4  ./control6/control6-header.m4 ./control6/control6.src >
> control6/control6.h
> m4 -I./pinning `scripts/m4-defines` pinning/internals/header.m4
> pinning/controllers/atmega644p.m4
> pinning/internals/hackery_atmega644p.m4 pinning/hardware/netio.m4
> pinning/internals/footer.m4 > pinning.c
> m4 `scripts/m4-defines` scripts/meta_header_magic.m4 meta.m4 > meta.h
> 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=atmega644p -I.  -c -o ethersex.o ethersex.c
> In file included from ethersex.c:38:
> hardware/radio/rfm12/rfm12.h:29:25: error: util/atomic.h: No such file
> or directory
> make: *** [ethersex.o] Error 1
> tm@avr-desktop:~/ethersex$ make
> 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=atmega644p -I.  -c -o ethersex.o ethersex.c
> In file included from ethersex.c:38:
> hardware/radio/rfm12/rfm12.h:29:25: error: util/atomic.h: No such file
> or directory
> make: *** [ethersex.o] Error 1
> tm@avr-desktop:~/ethersex$
>
> Kannst Du mit diesen Fehler etwas anfangen.
>
> Gleiche Meldung kommt übrigens auch wenn ich es unter Ubuntu12.04
> versuche....
>
> Viele Grüße
> Tom
>
> Am 10.10.2012 12:00, schrieb ethersex-devel-requ...@list.zerties.org:
> > ------------------------------
> >
> > Message: 3
> > Date: Wed, 10 Oct 2012 08:54:35 +0200
> > From: kiwi<ether...@keyb.de>
> > To: ethersex-devel@list.zerties.org
> > Subject: Re: [ethersex-devel] Ethersex.hex - kann mir jemand eine
> >     zusammenstellen?
> > Message-ID:<201210100854.35904.ether...@keyb.de>
> > Content-Type: text/plain;  charset="iso-8859-1"
> >
> >
> > hallo tom,
> >
> > fileicht beschreibste einfach mal, wie du es geschaft hast, diesen error
> > mit der live cd hin zu bekommen, an welscher steller er kommt,
> > so könnten gegebenenfalls alle davon profitieren, wenn er unsererseits
> > behoben wird, falls es ein fehler ist.
> >
> > gruß
> >
> > michael
> >
> > On Wednesday 10 October 2012, Thomas Markworth wrote:
> >> Hallo Gemeinde,
> >>
> >> weder über den Downloadlink mit den vielen Parametern noch die Live-CD
> >> haben einen Erfolg gebracht.
> >>
> >> Der Link geht ins leere und die Linux-Software versagt ihren Dienst mit
> >> "error: atomic.h"...
> >>
> >> Hat jemand eine passende HEX für mich?
> >>
> >> Ich bräuchte sie für:
> >>
> >> AVR-NET IO mit 644 20PU
> >> Pollin Relaiskarte K8IO
> >> Fritz.box-IP 192.168.178.88
> >>
> >> Anschließen möchte noch Dallas 18S20.....
> >>
> >> Wäre das möglich?
> >>
> >> Viele Grüße und vielen Dank!
> >>
> >> Tom
> >>
> >> PS: Auch einen Hinweis zu den richtigen Fusebits wäre schön
> >>
> >> _______________________________________________
> >> Ethersex-devel mailing list
> >> Ethersex-devel@list.zerties.org
> >> https://list.zerties.org/cgi-bin/mailman/listinfo/ethersex-devel
> >
> > ------------------------------
> >
> > _______________________________________________
> > Ethersex-devel mailing list
> > Ethersex-devel@list.zerties.org
> > https://list.zerties.org/cgi-bin/mailman/listinfo/ethersex-devel
> >
> >
> > Ende Ethersex-devel Nachrichtensammlung, Band 48, Eintrag 5
> > ***********************************************************
>
> _______________________________________________
> Ethersex-devel mailing list
> Ethersex-devel@list.zerties.org
> https://list.zerties.org/cgi-bin/mailman/listinfo/ethersex-devel



_______________________________________________
Ethersex-devel mailing list
Ethersex-devel@list.zerties.org
https://list.zerties.org/cgi-bin/mailman/listinfo/ethersex-devel

Antwort per Email an