I made the change you recomanded, and it passed. Now I know my system is OK.
Also made a build for LPC 2478 - No errors.
Tried the STM32 (which is the one I am interested, as it has the largest rom - 1024K) but got too many errors.
I don't see how to attach a file to a post, but I'll be happy to email you the output from the build. Here are some errors which might give you a direction,
However, in the codeplex for STM32 it says that GCC is probably not suported, so I assume thats why.
I would like to purcahse a board for learnig the NETMF, but would like to have an LCD color interface with touch panel, and Ethernet + as much flash memory as possible in one chip. Can you recommand a board? (LPC 2478 is a good one but 512K, and would like to have 1024...)
Also I would like to establish that after learning to do some staff with it, I will be able to make my own bord and upload the whole image file to it, just as we do on any embedded chip using C.
Thanks.
//----------------
"C:\GCC\\bin\arm-none-eabi-gcc.exe" -xc++ -Wno-invalid-offsetof -fcheck-new -fno-default-inline -mabi=aapcs -ffunction-sections
-fomit-frame-pointer -mlong-calls -fdollars-in-identifiers -fshort-wchar -fno-exceptions -funsigned-char -mstructure-size-boundary=8
-DTINYCLR_ENABLE_SOURCELEVELDEBUGGING -DCOMPILE_THUMB2 -DVERSION_MAJOR=4 -DVERSION_MINOR=2 -DVERSION_BUILD=0 -DVERSION_REVISION=0
-DOEMSYSTEMINFOSTRING="\"Microsoft Copyright (C) Microsoft Corporation. All rights reserved.\"" -DPLATFORM_ARM_STM32
-DPLATFORM_ARM_STM32Stamp -DTARGETLOCATION_FLASH -DLITTLE_ENDIAN -DGCC_V4_2 -DPLATFORM_EMULATED_FLOATINGPOINT=1 -DPLATFORM_NO_CLR_TRACE=1
-DTINYCLR_NO_APPDOMAINS=1 -DTINYCLR_NO_IL_INLINE=1 -mcpu= -mlittle-endian -g1 -Os -DNDEBUG
-IC:\MicroFrameworkPK_v4_2\CLR\Core\HeapPersistence -IC:\MicroFrameworkPK_v4_2\DeviceCode\include
-IC:\MicroFrameworkPK_v4_2\DeviceCode\Cores\arm -IC:\MicroFrameworkPK_v4_2\Support\Include
-IC:\MicroFrameworkPK_v4_2\crypto\inc -IC:\MicroFrameworkPK_v4_2\CLR\Include
-IC:\MicroFrameworkPK_v4_2\CLR\Libraries\CorLib
-IC:\MicroFrameworkPK_v4_2\CLR\Libraries\SPOT
-IC:\MicroFrameworkPK_v4_2\CLR\Libraries\SPOT_Hardware
-IC:\MicroFrameworkPK_v4_2\CLR\Libraries\SPOT_Graphics
-IC:\MicroFrameworkPK_v4_2\CLR\Libraries\SPOT_Net
-IC:\GCC\\lib\gcc\arm-none-eabi\\include
-IC:\MicroFrameworkPK_v4_2\Solutions\STM32Stamp
-IC:\MicroFrameworkPK_v4_2\devicecode\Targets\Native\STM32
-IC:\MicroFrameworkPK_v4_2\DeviceCode\Cores\arm
-IC:\MicroFrameworkPK_v4_2\DeviceCode\Cores\arm\Include
-IC:\MicroFrameworkPK_v4_2\DeviceCode -IC:\MicroFrameworkPK_v4_2\DeviceCode\Include
-IC:\MicroFrameworkPK_v4_2\CLR\Include -IC:\MicroFrameworkPK_v4_2\DeviceCode\Targets\Native\STM32\STM32Stamp
-IC:\MicroFrameworkPK_v4_2\Support\Include
-IC:\MicroFrameworkPK_v4_2\DeviceCode\include
-IC:\MicroFrameworkPK_v4_2\CLR\include
-IC:\MicroFrameworkPK_v4_2\Crypto\inc
-IC:\MicroFrameworkPK_v4_2\CLR\core
-IC:\MicroFrameworkPK_v4_2\CLR\libraries\corlib
-IC:\MicroFrameworkPK_v4_2\CLR\libraries\SPOT
-IC:\MicroFrameworkPK_v4_2\CLR\libraries\SPOT_Hardware -Wabi -o
C:\MicroFrameworkPK_v4_2\BuildOutput\THUMB2\GCC4.2\le\ANY_MEDIA\release\obj\CLR\Core\HeapPersistence\Heap_Persistence_stub.obj -c
C:\MicroFrameworkPK_v4_2\CLR\Core\HeapPersistence\Heap_Persistence_stub.cpp
cc1plus.exe : error : missing argument to "-mcpu=" [C:\MicroFrameworkPK_v4_2\CLR\Core\HeapPersistence\dotNetMF_Stub.proj]
C:\MicroFrameworkPK_v4_2\tools\targets\Microsoft.SPOT.System.GCC.targets(276,5): error MSB3073: The command "
"C:\GCC\\bin\arm-none-eabi-gcc.exe" ...... -c C:\MicroFrameworkPK_v4_2\CLR\Core\HeapPersistence\Heap_Persistence_stub.cpp
" exited with code 1. [C:\MicroFrameworkPK_v4_2\CLR\Core\HeapPersistence\dotNetMF_Stub.proj]
Done Building Project "C:\MicroFrameworkPK_v4_2\CLR\Core\HeapPersistence\dotNetMF_Stub.proj" (Build target(s)) -- FAILED.
//---------------
Thanks for your help.
Johanan