Gast
#1447360
Hallo ich verwende ein STK1000 (AP7), und upgedates AVR Studio 2.2.0 unter dem Entwickler-image von den AVR leuten... Ich wollte probehalber ein bsp programm des Software Frameworks ausprobieren. File->New Project->STK1000 - DRIVERS - Serial Peripheral Interface (SPI) example->Prjectname: HelloSPI-> Finish Bei "Rechtsklick" auf HelloSPI -> Build Project fängt der avr32-gcc an zu mucken: ./src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x: Assembler messages: ../src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x:229: Error: undefined symbol `AVR32_INTC_INT0' in operation ../src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x:229: Error: undefined symbol `AVR32_INTC_IPR_INTLEVEL_OFFSET' in operation ../src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x:229: Error: undefined symbol `AVR32_INTC_INT1' in operation ../src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x:229: Error: undefined symbol `AVR32_INTC_IPR_INTLEVEL_OFFSET' in operation ../src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x:229: Error: undefined symbol `AVR32_INTC_INT2' in operation ../src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x:229: Error: undefined symbol `AVR32_INTC_IPR_INTLEVEL_OFFSET' in operation ../src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x:229: Error: undefined symbol `AVR32_INTC_INT3' in operation ../src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x:229: Error: undefined symbol `AVR32_INTC_IPR_INTLEVEL_OFFSET' in operation Build error occurred, build is stopped in der exception.x steht dann ein Makro AVR32_INTC_INT0 bei dem keine Makro Expansion geht Hier muss wohl ein header fehlen... weis wer hier wer weiter?