Am using mega2560 and w5100 ( arduino ethernet shield ) with FlowAVR V5.5 and the compiler generate this error :
Launching the compiler...
C:\Program Files\Flowcode(AVR)\v5\Tools\MX_bats\avra.bat atmega2560 "C:\PROIEC~1\v5\mega2560webtestv1.elf" "C:\PROIEC~1\v5\mega2560webtestv1.c" "C:\PROIEC~1\v5\mega2560webtestv1.lst"
C:\proiecte flowcode avr 2013\v5>"C:\PROGRA~1\FLOWCO~1\v5\Tools\MX_bats\..\bin\avr-gcc.exe" -mmcu=atmega2560 -Os -funsigned-char -o "C:\PROIEC~1\v5\mega2560webtestv1.elf" "C:\PROIEC~1\v5\mega2560webtestv1.c" -lm
C:\PROIEC~1\v5\mega2560webtestv1.c: In function 'WEBSERVER_18_GetHTMLReq':
C:\PROIEC~1\v5\mega2560webtestv1.c
Error returned from [avr-gcc.exe]
Return code = 1
Flowcode was unable to compile the flowchart's C code due to the following errors:
If your flowchart contains C code, please review this carefully. If your flowchart contains no C-code or you have thoroughly reviewed the code, contact Technical Support.
FINISHED
Can someone help me to solve this problem?
Thank you