Shop OBEX P1 Docs P2 Docs Learn Events
My computer can not build my firmware for my ELEV-8 Flying drone, here is my build error code. — Parallax Forums

My computer can not build my firmware for my ELEV-8 Flying drone, here is my build error code.

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.

Comments

  • The program I am using is Simple IDE
  • 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.
    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.
    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.

    I haven't used that openspin program but a quick look at the following line
    openspin.exe -c -I C:/Program Files (x86)/SimpleIDE/bin/../propeller-gcc/spin/ -o cmm/f32_driver.dat f32_driver.spin
    

    makes me wonder if that shouldn't be.....
    openspin.exe -c -I C:/Program Files (x86)/SimpleIDE/propeller-gcc/spin/ -o cmm/f32_driver.dat f32_driver.spin
    

    It looks like the PATH is not being added?

    That's just a guess by the way,
    As I haven't used that app


Sign In or Register to comment.