Teensy 3.2 + Propshield lightsaberbuild

Then post the first 100 lines or something.
Or, use pastebin.

In file included from /Volumes/Somnium Craft/Teensy/ProffieOS/ProffieOS.ino:348:0:
/Volumes/Somnium Craft/Teensy/ProffieOS/common/battery_monitor.h: In member function 'float BatteryMonitor::battery_now()':
/Volumes/Somnium Craft/Teensy/ProffieOS/common/battery_monitor.h:137:5: error: expected ',' or ';' before 'return'
     return volts * (1.0 + pullup / pulldown);
     ^
/Volumes/Somnium Craft/Teensy/ProffieOS/common/battery_monitor.h:126:11: warning: unused variable 'volts' [-Wunused-variable]
     float volts = 3.3 * reader_.Value() / 1024.0;
           ^
/Volumes/Somnium Craft/Teensy/ProffieOS/common/battery_monitor.h:134:11: warning: unused variable 'pulldown' [-Wunused-variable]
     float pulldown = 33000;  // Internal pulldown is 33kOhm
           ^
/Volumes/Somnium Craft/Teensy/ProffieOS/common/battery_monitor.h:135:11: warning: unused variable 'pullup' [-Wunused-variable]
     float pullup = BATTERY_PULLUP_OHMS // External pullup
           ^
/Volumes/Somnium Craft/Teensy/ProffieOS/common/battery_monitor.h:139:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }
   ^
In file included from /Volumes/Somnium Craft/Teensy/ProffieOS/blades/fastled_blade.h:10:0,
                 from /Volumes/Somnium Craft/Teensy/ProffieOS/ProffieOS.ino:553:
/Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/FastLED/FastLED.h: At global scope:
/Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.003
 #    pragma message "FastLED version 3.003.003"
                     ^
Mehrere Bibliotheken wurden für "SD.h" gefunden
 Benutzt: /Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/SD
 Nicht benutzt: /Applications/Teensyduino.app/Contents/Java/libraries/SD
Bibliothek i2c_t3 im Ordner: /Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/i2c_t3 (legacy) wird verwendet
Bibliothek SD in Version 2.0.0 im Ordner: /Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/SD  wird verwendet
Bibliothek SdFat in Version 2.0.5-beta.1 im Ordner: /Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/SdFat  wird verwendet
Bibliothek SPI in Version 1.0 im Ordner: /Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/SPI  wird verwendet
Bibliothek SerialFlash in Version 0.5 im Ordner: /Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/SerialFlash  wird verwendet
Bibliothek FastLED in Version 3.3.3 im Ordner: /Applications/Teensyduino.app/Contents/Java/hardware/teensy/avr/libraries/FastLED  wird verwendet
Fehler beim Kompilieren für das Board Teensy 3.2 / 3.1.

You have a typo in your config file:

#define BATERIE_PULLUP_OHMS 22000

should be:

#define BATTERY_PULLUP_OHMS 22000

Ok i fixed that and loaded a new ProffieOS I think I destroyed the last one

but the Compile where successful!