[En-Nut-Discussion] RFC: "conflicts" statement in configurator scripts

Harald Kipp harald.kipp at egnite.de
Thu May 26 17:49:39 CEST 2011


On 5/25/2011 5:03 PM, Ole Reinhardt wrote:
> I solved the problem in renaming the 
> 
> FLASH_*** constants in at91_efc.c into EFC_*** constants.

Well, this may have solved _your_ problem, but for a yet unknown reason the AVR32 build is now broken:

------------------------------------------------------------------------
Target : evk1105-extram-avr32-gccdbg-app
Command: SET PATH=C:\ethernut\nut-trunk\nut\tools\win32;%ProgramFiles(x86)%\Atmel\AVR Tools\AVR32 Toolchain\bin;C:\apps\bin;%SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem;&make clean all install
Error  : 2
------------------------------------------------------------------------
avr32-gcc -c -I../../evk1105-extram-avr32-gccdbg-bld/include  -I../.././nut/include  -DNUT_THREAD_STACK_MULT=3 -DEVK1105 -DUSE_LINE_EDITOR -DUSE_BUILD_TIME  -mpart=uc3a0512 -O0 -gdwarf-2 -Wall -Wstrict-prototypes -Wa,-a=caltime.lst  -o caltime.o caltime.c
avr32-gcc caltime.o -mpart=uc3a0512 -nostartfiles -Wl,-T../.././nut/arch/avr32/ldscripts/uc3a0512_rom_extram.ld,-Map=caltime.map,--cref,--no-warn-mismatch -L../../evk1105-extram-avr32-gccdbg-bld/lib -Wl,--start-group ../../evk1105-extram-avr32-gccdbg-bld/lib/nutinit.o -lnutpro -lnutgorp -lnutcrt -lnutos -lnutdev -lnutarch  -Wl,--end-group -o caltime.elf
../../evk1105-extram-avr32-gccdbg-bld/lib\libnutos.a(confos.o): In function `NutLoadConfig':
C:\ethernut\ethernut-4.9.11\evk1105-extram-avr32-gccdbg-bld\os/../.././nut/os/confos.c:130: undefined reference to `NutNvMemLoad'
../../evk1105-extram-avr32-gccdbg-bld/lib\libnutos.a(confos.o): In function `NutSaveConfig':
C:\ethernut\ethernut-4.9.11\evk1105-extram-avr32-gccdbg-bld\os/../.././nut/os/confos.c:153: undefined reference to `NutNvMemSave'
collect2: ld returned 1 exit status
make[1]: *** [caltime.elf] Error 1
make[1]: Leaving directory `C:/ethernut/ethernut-4.9.11/evk1105-extram-avr32-gccdbg-app/caltime'
make: *** [all] Error 2

Regards,

Harald



More information about the En-Nut-Discussion mailing list