s_potter wrote on Friday, December 05, 2008:
Confused version numbers is an understatement.
The http://www.iar.com/website1/1.0.1.0/780/1/index.php page shows "Product News" for V5,11, 5.10, and 4.30; all using the same download link to "KS4" (KickStart 4?) which is actually seems to be kickstart 5.
I currently have 3 workbench installation files:-
EWAVR32-KS-WEB-310A.exe
EWAVR32-KS-CD-221B.exe
ewavr-ks4-web-511B.exe
I have two SoftwareFramework files:-
AVR32-SoftwareFramework-1.3.0-AT32UC3A.zip
AVR32-SoftwareFramework-AT32UC3A-1.4.0.zip
The later workbench wants an updated GNU toolchain (avr32-gnu-toolchain-2.0.3.exe).
I have been banging at this for several days and have not found a combination that will build the FreeRTOS and run ‘out of the box’.
Trying to build FreeRTOS v.5.1.1,
I have not been able to build with any success.
Ths does NOT bode well for consistent develoment environment.
OK so
Workbench 4.0 is v 2.21B ?
FreeRTOS v5.1.1 does not build with Workbench 4.> (2.21B), missing/mismatched …CRYSTAL… defiitions.
FreeRTOS v5.1.1 does not build with Workbench 5 (3.1A), missing/mismatched Interrupt, PWM, and UART defiitions (with either of the two SoftwreFramework header files, or default).
Somebody please tell me which combination works:-
FreeRTOS v5.1.1
Workbench 4 / 2.21B / 5 / 3.10A
Software Framework (default) / 1.3.0 / 1.4.0
AVR GNU toolchain: req’d / not req’d / 2.0.3
I am given to understand that v5.1.1 + WB 2.21B + SF (default) + no special GNU toolchain should work -
but that combination gives me:-
Error[Pe020]: identifier "AVR32_PM_OSCCTRL0_MODE_CRYSTAL_G2" is undefined C:\Projects\AVR32\FreeRTOS_v5.1.1_IwIP\Demo\AVR32_UC3\DRIVERS\PM\pm.c 162
Error[Pe020]: identifier "AVR32_PM_OSCCTRL0_MODE_CRYSTAL_G3" is undefined C:\Projects\AVR32\FreeRTOS_v5.1.1_IwIP\Demo\AVR32_UC3\DRIVERS\PM\pm.c 163
Error[Pe020]: identifier "AVR32_PM_OSCCTRL1_MODE_CRYSTAL_G2" is undefined C:\Projects\AVR32\FreeRTOS_v5.1.1_IwIP\Demo\AVR32_UC3\DRIVERS\PM\pm.c 223
Error[Pe020]: identifier "AVR32_PM_OSCCTRL1_MODE_CRYSTAL_G3" is undefined C:\Projects\AVR32\FreeRTOS_v5.1.1_IwIP\Demo\AVR32_UC3\DRIVERS\PM\pm.c 224
Error[Pe020]: identifier "AVR32_PM_OSCCTRL32_MODE_EXT_CLOCK" is undefined C:\Projects\AVR32\FreeRTOS_v5.1.1_IwIP\Demo\AVR32_UC3\DRIVERS\PM\pm.c 278
Error[Pe020]: identifier "AVR32_PM_OSCCTRL32_MODE_CRYSTAL" is undefined C:\Projects\AVR32\FreeRTOS_v5.1.1_IwIP\Demo\AVR32_UC3\DRIVERS\PM\pm.c 284
??? Hurrumpfh !!