My computer can not build my firmware for my ELEV-8 Flying drone, here is my build error code.
JamesRubino
Posts: 2
in Propeller 1
Could someone please help me program my firmware onto my ELEV-8 drone. Everytime I try to build it, it comes up with this error code.
Project Directory: C:/Users/james.tomson/AppData/Local/Temp/Temp2_80204-Flight-Controller-Firmware-v2.0.1 (2).zip/80204-ELEV-8-Flight-Controller-Firmware-2.0.1/
SimpleIDE Version 1.1.0
C:/Users/james.tomson/Documents/SimpleIDE/Learn/Simple Libraries/
C:/Users/james.tomson/Documents/SimpleIDE/ Updated on: 2017-03-31
propeller-elf-gcc.exe -v GCC 4.6.1 (propellergcc_v1_0_0_2408)
openspin.exe -c -I C:/Program Files (x86)/SimpleIDE/bin/../propeller-gcc/spin/ -o cmm/f32_driver.dat f32_driver.spin
Propeller Spin/PASM Compiler 'OpenSpin' (c)2012-2016 Parallax Inc. DBA Parallax Semiconductor.
Version 1.00.78 Compiled on May 28 2016 12:06:45
Compiling...
f32_driver.spin
f32_driver.spin : error : Can not find/open file.
Project Directory: C:/Users/james.tomson/AppData/Local/Temp/Temp2_80204-Flight-Controller-Firmware-v2.0.1 (2).zip/80204-ELEV-8-Flight-Controller-Firmware-2.0.1/
SimpleIDE Version 1.1.0
C:/Users/james.tomson/Documents/SimpleIDE/Learn/Simple Libraries/
C:/Users/james.tomson/Documents/SimpleIDE/ Updated on: 2017-03-31
propeller-elf-gcc.exe -v GCC 4.6.1 (propellergcc_v1_0_0_2408)
openspin.exe -c -I C:/Program Files (x86)/SimpleIDE/bin/../propeller-gcc/spin/ -o cmm/f32_driver.dat f32_driver.spin
Propeller Spin/PASM Compiler 'OpenSpin' (c)2012-2016 Parallax Inc. DBA Parallax Semiconductor.
Version 1.00.78 Compiled on May 28 2016 12:06:45
Compiling...
f32_driver.spin
f32_driver.spin : error : Can not find/open file.
Comments
I haven't used that openspin program but a quick look at the following line
makes me wonder if that shouldn't be.....
It looks like the PATH is not being added?
That's just a guess by the way,
As I haven't used that app