Shop OBEX P1 Docs P2 Docs Learn Events
simpleide errors help!!! — Parallax Forums

simpleide errors help!!!

pilot0315pilot0315 Posts: 868
edited 2024-05-15 06:01 in C/C++

I get errors when trying to attach the following:

include "abcalibrate360.h"

Any ideas???
Thanks in advance.
Martin

propeller-elf-gcc.exe -v GCC 4.6.1 (propellergcc_v1_0_0_2408)
propeller-elf-gcc.exe -I . -L . -I ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Motor/libservo360 -L ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Motor/libservo360/cmm/ -I ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Motor/libservo -L ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Motor/libservo/cmm/ -I ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Motor/libservodiffdrive -L ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Motor/libservodiffdrive/cmm/ -I ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Motor/libservoAux -L ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Motor/libservoAux/cmm/ -I ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360 -L ./../../../../../Documents/SimpleIDE/Learn/Simple Libraries/Robotics/ActivityBot360/libabcalibrate360/cmm/ -I C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools -L C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/Utility/libsimpletools/cmm/ -I C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext -L C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/TextDevices/libsimpletext/cmm/ -I C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c -L C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/Protocol/libsimplei2c/cmm/ -I C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/TextDevices/libfdserial -L C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/TextDevices/libfdserial/cmm/ -I C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/Robotics/ActivityBot360/libabdrive360 -L C:/Users/martin montague/Documents/SimpleIDE/Learn/Simple Libraries/Robotics/ActivityBot360/libabdrive360/cmm/ -o cmm/wheel test g.elf -Os -mcmm -m32bit-doubles -fno-exceptions -std=c99 wheel test g.c -lm -lservo360 -lservo -lservodiffdrive -lservoAux -labcalibrate360 -lrate360 -lsimpletools -lsimpletext -lsimplei2c -lfdserial -labdrive360 -lm -lservo360 -lservo -lservodiffdrive -lservoAux -labcalibrate360 -lrate360 -lsimpletools -lsimpletext -lsimplei2c -lfdserial -lm -lservo360 -lservo -lservodiffdrive -lservoAux -labcalibrate360 -lrate360 -lsimpletools -lsimpletext -lsimplei2c -lm -lservo360 -lservo -lservodiffdrive -lservoAux -labcalibrate360 -lrate360 -lsimpletools -lsimpletext -lm -lservo360 -lservo -lservodiffdrive -lservoAux -labcalibrate360 -lrate360 -lsimpletools -lm -lservo360 -lservo -lservodiffdrive -lservoAux -labcalibrate360 -lrate360 -lm -lservo360 -lservo -lservodiffdrive -lservoAux -labcalibrate360 -lm -lservo360 -lservo -lservodiffdrive -lservoAux -lm -lservo360 -lservo -lservodiffdrive -lm -lservo360 -lservo -lm -lservo360 -lm
c:/program files (x86)/simpleide/propeller-gcc/bin/../lib/gcc/propeller-elf/4.6.1/../../../../propeller-elf/bin/ld.exe: cannot find -lrate360
c:/program files (x86)/simpleide/propeller-gcc/bin/../lib/gcc/propeller-elf/4.6.1/../../../../propeller-elf/bin/ld.exe: cannot find -lrate360
c:/program files (x86)/simpleide/propeller-gcc/bin/../lib/gcc/propeller-elf/4.6.1/../../../../propeller-elf/bin/ld.exe: cannot find -lrate360
c:/program files (x86)/simpleide/propeller-gcc/bin/../lib/gcc/propeller-elf/4.6.1/../../../../propeller-elf/bin/ld.exe: cannot find -lrate360
c:/program files (x86)/simpleide/propeller-gcc/bin/../lib/gcc/propeller-elf/4.6.1/../../../../propeller-elf/bin/ld.exe: cannot find -lrate360
c:/program files (x86)/simpleide/propeller-gcc/bin/../lib/gcc/propeller-elf/4.6.1/../../../../propeller-elf/bin/ld.exe: cannot find -lrate360
collect2: ld returned 1 exit status

Comments

  • iseriesiseries Posts: 1,475

    Looks like it's trying to find rate360 object but it does not exist.

    Don't know if there is corruption in your simple libraries or a missing piece.

    Would need "wheel test g.c" to see if it works for me.

    Mike

Sign In or Register to comment.