FX-Sabers.com

Ahch-To: Instructional Section related to constructing your own Lightsaber => Open Source Sound Cards => Topic started by: SSP586 on March 11, 2021, 09:17:36 AM

Title: ProffieOS compiling errors
Post by: SSP586 on March 11, 2021, 09:17:36 AM
Hello,

I am new to customizing my Proffie Board, but have found a lot of videos and stuff online that has been very helpful. I'm about 99% of the way finished, but keep getting an error when I upload the OS to my board.

Any help would be greatly appreciated. I cannot seem to upload a picture of the errors. So here they are:

Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code"

In file included from C:\Users\jackd\Documents\Saber Stuff\ProffieOS\ProffieOS.ino:582:

sketch\config/mysaber_config.h:24:2: error: expected '}' before ';' token

   24 | };

      |  ^

In file included from C:\Users\jackd\Documents\Saber Stuff\ProffieOS\ProffieOS.ino:582:

sketch\config/mysaber_config.h:18:4: note: to match this '{'

   18 |    { "Beskar", "tracks/track1.wav",

      |    ^

In file included from C:\Users\jackd\Documents\Saber Stuff\ProffieOS\ProffieOS.ino:582:

sketch\config/mysaber_config.h:24:2: error: expected '}' before ';' token

   24 | };

      |  ^

In file included from C:\Users\jackd\Documents\Saber Stuff\ProffieOS\ProffieOS.ino:582:

sketch\config/mysaber_config.h:17:20: note: to match this '{'

   17 | Preset presets[] = {

      |                    ^

In file included from C:\Users\jackd\Documents\Saber Stuff\ProffieOS\ProffieOS.ino:582:

sketch\config/mysaber_config.h:24:2: error: cannot convert '<brace-enclosed initializer list>' to 'const char*' in initialization

   24 | };

      |  ^

exit status 1

Error compiling for board Proffieboard V2.



This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Title: Re: ProffieOS compiling errors
Post by: jbkuma on March 11, 2021, 11:02:49 AM
You should probably change your subject to ProffieOS compiling errors or something, so people who work on proffie notice.  Arduino is pretty broad of a topic, and the proffie folks might thing you are talking about something more DIY.
Title: Re: ProffieOS compiling errors
Post by: SSP586 on March 11, 2021, 11:25:30 AM
Thanks for the tip!