arduinotarget/scheduler/include/arduinoAVRScheduler.h:16:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean disable_rt_OneStep(void);
arduinotarget/scheduler/include/arduinoAVRScheduler.h:18:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean MW_Arduino_Loop(void);
arduinobase/src/MW_SerialRead.cpp: In function 'uint32_t getCurrentTime()':
arduinobase/src/MW_SerialRead.cpp:14:10: error: 'millis' was not declared in this scope
arduinobase/src/MW_SerialRead.cpp: In function 'void MW_Serial0_read(char*, uint16_t)':
arduinobase/src/MW_SerialRead.cpp:21:5: error: 'Serial' was not declared in this scope
Serial.readBytes(bufferData,DataSizeInBytes);
arduinobase/src/MW_SerialRead.cpp: In function 'int MW_Serial0_available()':
arduinobase/src/MW_SerialRead.cpp:27:18: error: 'Serial' was not declared in this scope
BufferSize = Serial.available();
arduinobase/src/MW_SerialRead.cpp: In function 'void MW_Serial1_read(char*, uint16_t)':
arduinobase/src/MW_SerialRead.cpp:35:13: error: 'Serial1' was not declared in this scope
Serial1.readBytes(bufferData,DataSizeInBytes);
arduinobase/src/MW_SerialRead.cpp:35:13: note: suggested alternative: 'Serial_read'
Serial1.readBytes(bufferData,DataSizeInBytes);
arduinobase/src/MW_SerialRead.cpp: In function 'int MW_Serial1_available()':
arduinobase/src/MW_SerialRead.cpp:41:26: error: 'Serial1' was not declared in this scope
BufferSize = Serial1.available();
arduinobase/src/MW_SerialRead.cpp:41:26: note: suggested alternative: 'Serial_read'
BufferSize = Serial1.available();
In file included from matlab/arduino_ert_rtw/MW_target_hardware_resources.h:7:0,
from matlab/arduino_ert_rtw/Arduino.h:15,
from arduinobase/src/MW_SerialWrite.cpp:4:
arduinotarget/scheduler/include/arduinoAVRScheduler.h:16:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean disable_rt_OneStep(void);
arduinotarget/scheduler/include/arduinoAVRScheduler.h:18:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean MW_Arduino_Loop(void);
arduinobase/src/MW_SerialWrite.cpp: In function 'void MW_SCI_Open(uint8_T)':
<command-line>:0:22: error: 'SERIAL_8N1' was not declared in this scope
arduinobase/src/MW_SerialWrite.cpp:29:53: note: in expansion of macro '_RTT_CONFIG_SERIAL1_'
Serial_begin(1, _RTT_BAUDRATE_SERIAL1_, _RTT_CONFIG_SERIAL1_);
arduinobase/src/MW_SerialWrite.cpp: In function 'void MW_Serial_write(uint8_T, void*, size_t, uint8_T, uint8_T, uint8_T, uint8_T, uint8_T, char*)':
arduinobase/src/MW_SerialWrite.cpp:61:14: error: 'DEC' was not declared in this scope
arduinobase/src/MW_SerialWrite.cpp:64:14: error: 'HEX' was not declared in this scope
arduinobase/src/MW_SerialWrite.cpp:67:14: error: 'OCT' was not declared in this scope
arduinobase/src/MW_SerialWrite.cpp:70:14: error: 'BIN' was not declared in this scope
arduinobase/src/MW_SerialWrite.cpp:77:17: error: 'Serial' was not declared in this scope
Serial.write((uint8_t *)dataInput,(s*dataSize));
arduinobase/src/MW_SerialWrite.cpp:81:17: error: 'Serial' was not declared in this scope
arduinobase/src/MW_SerialWrite.cpp:195:17: error: 'Serial1' was not declared in this scope
Serial1.write((uint8_t *)dataInput,(s*dataSize));
arduinobase/src/MW_SerialWrite.cpp:195:17: note: suggested alternative: 'Serial_read'
Serial1.write((uint8_t *)dataInput,(s*dataSize));
arduinobase/src/MW_SerialWrite.cpp:199:17: error: 'Serial1' was not declared in this scope
arduinobase/src/MW_SerialWrite.cpp:199:17: note: suggested alternative: 'Serial_read'
gmake[1]: *** [MW_SerialRead.o] Error 1
gmake[1]: *** Waiting for unfinished jobs...
In file included from matlab/arduino_ert_rtw/MW_target_hardware_resources.h:7:0,
from matlab/arduino_ert_rtw/Arduino.h:15,
from arduinotarget/src/MW_ArduinoHWInit.cpp:6:
arduinotarget/scheduler/include/arduinoAVRScheduler.h:16:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean disable_rt_OneStep(void);
arduinotarget/scheduler/include/arduinoAVRScheduler.h:18:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean MW_Arduino_Loop(void);
gmake[1]: *** [MW_SerialWrite.o] Error 1
arduinotarget/src/MW_ArduinoHWInit.cpp: In function 'void MW_Arduino_Init()':
<command-line>:0:22: error: 'SERIAL_8N1' was not declared in this scope
arduinotarget/src/MW_ArduinoHWInit.cpp:146:45: note: in expansion of macro '_RTT_CONFIG_SERIAL0_'
Serial_begin(0, _RTT_BAUDRATE_SERIAL0_, _RTT_CONFIG_SERIAL0_);
In file included from matlab/arduino_ert_rtw/MW_target_hardware_resources.h:7:0,
from matlab/arduino_ert_rtw/Arduino.h:15,
from arduinobase/src/io_wrappers.cpp:8:
arduinotarget/scheduler/include/arduinoAVRScheduler.h:16:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean disable_rt_OneStep(void);
arduinotarget/scheduler/include/arduinoAVRScheduler.h:18:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean MW_Arduino_Loop(void);
In file included from matlab/arduino_ert_rtw/MW_target_hardware_resources.h:7:0,
from matlab/arduino_ert_rtw/arduino.h:15,
from matlab/arduino_ert_rtw/arduino_data.c:2:
arduinotarget/scheduler/include/arduinoAVRScheduler.h:16:1: error: unknown type name 'boolean'; did you mean 'boolean_T'?
boolean disable_rt_OneStep(void);
In file included from matlab/arduino_ert_rtw/MW_target_hardware_resources.h:7:0,
from matlab/arduino_ert_rtw/arduino.h:15,
from matlab/arduino_ert_rtw/arduino.c:2:
arduinotarget/scheduler/include/arduinoAVRScheduler.h:16:1: error: unknown type name 'boolean'; did you mean 'boolean_T'?
boolean disable_rt_OneStep(void);
arduinotarget/scheduler/include/arduinoAVRScheduler.h:18:1: error: unknown type name 'boolean'; did you mean 'boolean_T'?
boolean MW_Arduino_Loop(void);
arduinotarget/scheduler/include/arduinoAVRScheduler.h:18:1: error: unknown type name 'boolean'; did you mean 'boolean_T'?
boolean MW_Arduino_Loop(void);
In file included from matlab/arduino_ert_rtw/MW_target_hardware_resources.h:7:0,
from matlab/arduino_ert_rtw/Arduino.h:15,
from arduinotarget/scheduler/src/arduinoAVRScheduler.cpp:6:
arduinotarget/scheduler/include/arduinoAVRScheduler.h:16:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean disable_rt_OneStep(void);
arduinotarget/scheduler/include/arduinoAVRScheduler.h:18:1: error: 'boolean' does not name a type; did you mean 'boolean_T'?
boolean MW_Arduino_Loop(void);
arduinotarget/scheduler/src/arduinoAVRScheduler.cpp:29:4: error: expected constructor, destructor, or type conversion before '(' token
arduinobase/src/io_wrappers.cpp: In function 'void Serial_begin(int, long int, int)':
arduinobase/src/io_wrappers.cpp:44:13: error: 'Serial' was not declared in this scope
In file included from matlab/arduino_ert_rtw/MW_target_hardware_resources.h:7:0,
from matlab/arduino_ert_rtw/Arduino.h:15,
from arduinotarget/scheduler/src/arduinoAVRScheduler.cpp:6:
arduinotarget/scheduler/src/arduinoAVRScheduler.cpp: In function 'void configureArduinoAVRTimer()':
arduinotarget/scheduler/include/arduinoAVRScheduler.h:115:35: error: 'TCNT3' was not declared in this scope
#define RESET_TIMER TCNT3 = INIT_TIMER_VAL
arduinotarget/scheduler/src/arduinoAVRScheduler.cpp:57:3: note: in expansion of macro 'RESET_TIMER'
arduinobase/src/io_wrappers.cpp:54:13: error: 'Serial1' was not declared in this scope