NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

Arduino:1.8.8 (Windows 10), Kart:"Arduino/Genuino Uno"

In file included from sketchkernel.h:5:0,

from sketchkernel.cpp:1:

sketchCeresOS_Storage.h:5:24: warning: extra tokens at end of #ifndef directive

#ifndef _MICROS_STORAGE.H_h

^

sketchCeresOS_Storage.h:6:24: warning: ISO C++11 requires whitespace after the macro name

#define _MICROS_STORAGE.H_h

^

In file included from sketchCeresOS_Storage.cpp:6:0:

sketchCeresOS_Storage.h:5:24: warning: extra tokens at end of #ifndef directive

#ifndef _MICROS_STORAGE.H_h

^

sketchCeresOS_Storage.h:6:24: warning: ISO C++11 requires whitespace after the macro name

#define _MICROS_STORAGE.H_h

^

In file included from sketchkernel.h:5:0,

from sketchCeresOS_Apps.h:8,

from sketchCeresOS_Apps.cpp:1:

sketchCeresOS_Storage.h:5:24: warning: extra tokens at end of #ifndef directive

#ifndef _MICROS_STORAGE.H_h

^

sketchCeresOS_Storage.h:6:24: warning: ISO C++11 requires whitespace after the macro name

#define _MICROS_STORAGE.H_h

^

In file included from C:UsersNobodyDesktopmicrOS-masterCeresOSCeresOS.ino:3:0:

sketchDeviceTree.h:12:6: warning: #warning "Could not detect device type" [-Wcpp]

# warning "Could not detect device type"

^

In file included from sketchkernel.h:5:0,

from sketchCeresOS_Apps.h:8,

from C:UsersNobodyDesktopmicrOS-masterCeresOSCeresOS.ino:5:

sketchCeresOS_Storage.h:5:24: warning: extra tokens at end of #ifndef directive

#ifndef _MICROS_STORAGE.H_h

^

sketchCeresOS_Storage.h:6:24: warning: ISO C++11 requires whitespace after the macro name

#define _MICROS_STORAGE.H_h

^

In file included from sketchkernel.h:5:0,

from sketchIODisplay.cpp:2:

sketchCeresOS_Storage.h:5:24: warning: extra tokens at end of #ifndef directive

#ifndef _MICROS_STORAGE.H_h

^

sketchCeresOS_Storage.h:6:24: warning: ISO C++11 requires whitespace after the macro name

#define _MICROS_STORAGE.H_h

^

In file included from sketchkernel.h:5:0,

from sketchStage2Bootloader.h:8,

from sketchStage2Bootloader.cpp:11:

sketchCeresOS_Storage.h:5:24: warning: extra tokens at end of #ifndef directive

#ifndef _MICROS_STORAGE.H_h

^

sketchCeresOS_Storage.h:6:24: warning: ISO C++11 requires whitespace after the macro name

#define _MICROS_STORAGE.H_h

^

In file included from sketchDeviceTree.cpp:5:0:

sketchDeviceTree.h:12:6: warning: #warning "Could not detect device type" [-Wcpp]

# warning "Could not detect device type"

^

In file included from sketchStage2Bootloader.cpp:17:0:

sketchDeviceTree.h:12:6: warning: #warning "Could not detect device type" [-Wcpp]

# warning "Could not detect device type"

^

sketchCeresOS_Storage.cpp: In function 'kern_return_t initialize_storage_driver()':

CeresOS_Storage.cpp:19:30: error: no matching function for call to 'SDLib::SDClass::begin(int, int, int, int)'

if (!SD.begin(10, 11, 12, 13)) {

^

In file included from sketchCeresOS_Storage.cpp:5:0:

C:Program Files (x86)ArduinolibrariesSDsrc/SD.h:70:11: note: candidate: boolean SDLib::SDClass::begin(uint8_t)

boolean begin(uint8_t csPin = SD_CHIP_SELECT_PIN);

^

C:Program Files (x86)ArduinolibrariesSDsrc/SD.h:70:11: note: candidate expects 1 argument, 4 provided

C:Program Files (x86)ArduinolibrariesSDsrc/SD.h:71:11: note: candidate: boolean SDLib::SDClass::begin(uint32_t, uint8_t)

boolean begin(uint32_t clock, uint8_t csPin);

^

C:Program Files (x86)ArduinolibrariesSDsrc/SD.h:71:11: note: candidate expects 2 arguments, 4 provided

sketchCeresOS_Storage.cpp: In function 'kern_return_t getStorageMediaDevice()':

CeresOS_Storage.cpp:36:53: error: no matching function for call to 'Sd2Card::init(const uint8_t&, int, int, int, int)'

while (!MicroSD.init(SPI_HALF_SPEED, 10, 11, 12, 13)) {

^

In file included from C:Program Files (x86)ArduinolibrariesSDsrc/utility/SdFat.h:29:0,

from C:Program Files (x86)ArduinolibrariesSDsrc/SD.h:20,

from sketchCeresOS_Storage.cpp:5:

C:Program Files (x86)ArduinolibrariesSDsrc/utility/Sd2Card.h:193:11: note: candidate: uint8_t Sd2Card::init()

uint8_t init(void) {

^

C:Program Files (x86)ArduinolibrariesSDsrc/utility/Sd2Card.h:193:11: note: candidate expects 0 arguments, 5 provided

C:Program Files (x86)ArduinolibrariesSDsrc/utility/Sd2Card.h:201:11: note: candidate: uint8_t Sd2Card::init(uint8_t)

uint8_t init(uint8_t sckRateID) {

^

C:Program Files (x86)ArduinolibrariesSDsrc/utility/Sd2Card.h:201:11: note: candidate expects 1 argument, 5 provided

C:Program Files (x86)ArduinolibrariesSDsrc/utility/Sd2Card.h:204:11: note: candidate: uint8_t Sd2Card::init(uint8_t, uint8_t)

uint8_t init(uint8_t sckRateID, uint8_t chipSelectPin);

^

C:Program Files (x86)ArduinolibrariesSDsrc/utility/Sd2Card.h:204:11: note: candidate expects 2 arguments, 5 provided

sketchkernel.cpp: In function 'kern_return_t kern_panic()':

sketchkernel.cpp:154:96: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

buildAlert("A fatal exception occurred!", generalAdvice, generalTitle, 78, 160, 70, 190, false);

^

sketchkernel.cpp: In function 'kern_return_t dump()':

sketchkernel.cpp:211:2: warning: return-statement with no value, in function returning 'kern_return_t {aka int}' [-fpermissive]

return;

^

sketchkernel.cpp: In function 'kern_return_t dump_memory()':

kernel.cpp:218:20: error: 'EIND' was not declared in this scope

R31 = (uint8_t *)(EIND);

^

sketchkernel.cpp: In function 'kern_return_t shutdown()':

sketchkernel.cpp:238:2: warning: return-statement with no value, in function returning 'kern_return_t {aka int}' [-fpermissive]

return;

^

sketchkernel.cpp: In function 'kern_return_t kernRegisterNewApp()':

sketchkernel.cpp:257:2: warning: return-statement with no value, in function returning 'kern_return_t {aka int}' [-fpermissive]

return;

^

sketchkernel.cpp: In function 'kern_return_t kernKillActiveApp()':

sketchkernel.cpp:263:2: warning: return-statement with no value, in function returning 'kern_return_t {aka int}' [-fpermissive]

return;

^

sketchkernel.cpp: In function 'kern_return_t sigabrt(kern_return_t)':

sketchkernel.cpp:279:131: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

case 1: buildAlert("Something went damn wrong!!", "Please restart your program.", "[!] Application Error", 78, 160, 70, 190, true);

^

sketchkernel.cpp:279:131: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

sketchkernel.cpp:279:131: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

sketchCeresOS_Power_Management.cpp: In function 'int battery_exhausted()':

sketchCeresOS_Power_Management.cpp:27:2: warning: return-statement with no value, in function returning 'int' [-fpermissive]

return;

^

sketchIODisplay.cpp: In function 'int visuals_pbar(int)':

sketchIODisplay.cpp:243:2: warning: return-statement with no value, in function returning 'int' [-fpermissive]

return;

^

sketchStage2Bootloader.cpp: In function 'int boot_verbose()':

sketchStage2Bootloader.cpp:269:2: warning: return-statement with no value, in function returning 'int' [-fpermissive]

return;

^

exit status 1
no matching function for call to 'SDLib::SDClass::begin(int, int, int, int)'

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.