Target folder: E:\ComponentProjects\AD9833-GEN\Component_Scada
Source name:   E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.fcfx
Title:         Demo SPI Component
Description:   A starting point for creating a component based on SPI communications.
               
               Includes the SPI CAL component with all the nesssisary exposed properties.
Device:        ARD.ATMEGA.ATMEGA328P
Generated by:  Flowcode v9.1.0.27
Date:          Tuesday, June 29, 2021 08:48:42
Users:         1
Registered to: p.erasmus (44099625)
Licence key: UY8751
https://www.flowcode.co.uk
Using FCD settings for compiler
Launching the compiler...
C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\AVR\batchfiles\avra.bat  "C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\" atmega328p "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.elf" "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.c" "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.lst"

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM CRC: EA277D0C7EF9B4E537B79187D0BE7A25FA6080B4B01BE48BAF713429E4B690411241251B4A05C2B5828F4452C9F7348705C640EF477B79E0C7881D2E5EEC9BD6FE0D8D4660AC0314F98C28BCA92AF856EFD1DB5B777140BC4D00059D7958998291880A09BBE74CF7BA3F4E37F13004EE3637760F1F0B7DA0CC623CD30E3C7D6BAB4C3FE6151D92B8EC0ADD55E96639DAC02472BDE3806EF43AE3A028BD32A5DAE68BB191DA97CB6883A66D3C41849952BB2DD264AF32733E2C3050DA273BE4EEFF12703F3DAF67B119A5A5B069403B38249A6C4D8A1304B09A437E7E2D43FD26DF891DB3086C82D6 

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM REVISION: 1.0 

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM GUID: EA0828B2-5C70-41A5-8C54-F359DD5CC88B 

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM DATE: 29\03\2021 

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM DIR: FCD\AVR\batchfiles\avra.bat 

E:\ComponentProjects\AD9833-GEN\Component_Scada>"C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\bin\avr-gcc.exe" -mmcu=atmega328p -Os -ffunction-sections -fdata-sections -funsigned-char -o "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.elf" "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.c" -lm -Wl,-gc-sections 
. . . . . . . . . . . . . . . . . . . .

In file included from C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\includes.c:1239:0,
                 from E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.c:146:
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\AVR\AVR_CAL_SPI.c:146:3: warning: #warning "Important user information. Please read." [-Wcpp]
  #warning "Important user information. Please read."
   ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\AVR\AVR_CAL_SPI.c:147:3: warning: #warning "Hardware SPI may cause a lockup in your program if Hardware SS Pin is left as an input!"; [-Wcpp]
  #warning "Hardware SPI may cause a lockup in your program if Hardware SS Pin is left as an input!";
   ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\AVR\AVR_CAL_SPI.c:148:3: warning: #warning "Suggest using the SS pin as the CS pin to ensure no lockup." [-Wcpp]
  #warning "Suggest using the SS pin as the CS pin to ensure no lockup."
   ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\AVR\AVR_CAL_SPI.c:149:3: warning: #warning "SS pin must be set to an output or pulled high before initialising the SPI." [-Wcpp]
  #warning "SS pin must be set to an output or pulled high before initialising the SPI."
   ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\AVR\AVR_CAL_SPI.c:150:3: warning: #warning "Refer to the device datasheet for the SPI hardware SS pin."; [-Wcpp]
  #warning "Refer to the device datasheet for the SPI hardware SS pin.";
   ^
. . . . . . . . . . . . . . . . . . . . . . . . . .


E:\ComponentProjects\AD9833-GEN\Component_Scada>"C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\bin\avr-objdump.exe" -S "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.elf"  1>"E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.lst" 

E:\ComponentProjects\AD9833-GEN\Component_Scada>"C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\bin\avr-size.exe" -B -d "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.elf" 
   text	   data	    bss	    dec	    hex	filename
    280	      0	      0	    280	    118	E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.elf

Compilation successful!

Using FCD settings for linker
Launching the linker/assembler...
C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\AVR\batchfiles\avrb.bat  "C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\" "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.elf" "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.hex" "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.cof"

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM CRC: EA277D0C7EF9B4E537B79187D0BE7A25FA6080B4B01BE48BAF713429E4B69041F19754DEA3580B6825E5D6A5C09874F305C640EF477B79E0C7881D2E5EEC9BD6FE0D8D4660AC0314F98C28BCA92AF856EFD1DB5B777140BC4D00059D795899824EF872725113B645F175A82BBF7DF194C31451F662291FA2302B8E00B0793B98DE54674FED6890F09D29E6D6AF5F4CDA2A0B069D1A731E4BF7CAEBD6A00B6313A3554E78FBF27EB2E2AB377A2B2C9B1D3B75C13EB27ADD422C3050DA273BE4EE0394535DE0D901F49597144CF394E33BC8A5C5ECC46A5F0EA3E761B0B04467EFC0CE2C344F21BA45 

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM REVISION: 1.0 

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM GUID: C4F77EBB-EDB0-4261-B01E-F0B1AB94E03A 

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM DATE: 29\03\2021 

E:\ComponentProjects\AD9833-GEN\Component_Scada>REM DIR: FCD\AVR\batchfiles\avrb.bat 

E:\ComponentProjects\AD9833-GEN\Component_Scada>"C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\bin\avr-objcopy" -O ihex -R .eeprom  "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.elf" "E:\ComponentProjects\AD9833-GEN\Component_Scada\AD9833_Scada.hex" 

HEX file creation successful!


FINISHED
