Code Monkey home page Code Monkey logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
platform is  Ubuntu 14.04LTS  64 bit   SimpleIDE 1.0.1

Original comment by [email protected] on 19 Feb 2015 at 5:11

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
In Linux a space in the directory name causes problems.  Simple Libraries  for 
example has to be in single quotes to work "cd 'Simple Libraries'" Is there a 
routine that does not use single quotes anywhere - perhaps left over from 
windows?

Original comment by [email protected] on 20 Feb 2015 at 11:49

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Please post output of "Help -> Build Error Rescue" here.

Original comment by [email protected] on 21 Feb 2015 at 1:52

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Project Directory: /home/mikel/Documents/SimpleIDE/DebbounceFail/

SimpleIDE Version 1.0.1
/home/mikel/Documents/SimpleIDE/Learn/'Simple Libraries'/
/home/mikel/Documents/SimpleIDE/ Updated on: 2014-12-01

propeller-elf-gcc -v GCC 4.6.1 (propellergcc_v1_0_0_2411)
propeller-elf-gcc -I . -L . -I ./Learn/Simple Libraries/Misc/libmstimer -L 
./Learn/Simple Libraries/Misc/libmstimer/lmm/ -I ./Learn/Simple 
Libraries/Utility/libsimpletools -L ./Learn/Simple 
Libraries/Utility/libsimpletools/lmm/ -Os -mlmm -fno-exceptions -c 
button_debounce.c -o lmm/button_debounce.o
propeller-elf-gcc -I . -L . -I ./Learn/Simple Libraries/Misc/libmstimer -L 
./Learn/Simple Libraries/Misc/libmstimer/lmm/ -I ./Learn/Simple 
Libraries/Utility/libsimpletools -L ./Learn/Simple 
Libraries/Utility/libsimpletools/lmm/ -o lmm/Debounce_Example.elf -Os -mlmm 
-fno-exceptions lmm/button_debounce.o Debounce_Example.c -lmstimer 
-lsimpletools -lmstimer
Debounce_Example.c:40:21: fatal error: mstimer.h: No such file or directory
compilation terminated.
Done. Build Failed!

Click error or warning messages above to debug.

Original comment by [email protected] on 21 Feb 2015 at 4:09

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I have done a number of things since posting. Here is my log.

I have now created a new project and copy/pasted the code to new files. With 
the mstimer.h commented out it builds -as before
with mstimer.h and functions uncommented it can't find  mstimer.h
commented it back out and added mstimer.h through the menu system.  It now 
finds it but can't find simpletools.h  as listed in #include in mstimer.h

Commented out mstimer and deleted the reference to it in the project. 
Added Simpletools.h  using the menu.  Now it can't find simpletext.h as listed 
in #include in simpletext.h

Added simpletext.h using the menu.  Noit it can't find simple12c.h



Original comment by [email protected] on 21 Feb 2015 at 4:11

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I am also writing a program for a real time clock.  It was building and running 
but it now also has a can find file error.

BTW when I try to change main files I get a message about pressing F4 -does not 
work.
Also the  Project -> set project does not exist.

Does this mean 1.0.1 did not install correctly?  There are no themes.

Original comment by [email protected] on 21 Feb 2015 at 5:04

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Could you also post your .side file?

Original comment by [email protected] on 21 Feb 2015 at 5:06

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I did it is the fifth one on the list.

Below I posted the side file from the RTC project.

Original comment by [email protected] on 21 Feb 2015 at 6:22

Attachments:

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I just tried the HelloLCD  project in the learn section.

It fails too with can't find simpletools


Original comment by [email protected] on 21 Feb 2015 at 7:33

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
The MIT license statement comment is confusing SimpleIDE.
Please add a / to the end of the first line.

This will be fixed as time permits.

Original comment by [email protected] on 21 Feb 2015 at 9:38

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Also, you MUST enable 32-bit doubles in the compiler settings for using the 
Simple Libraries.

Original comment by [email protected] on 21 Feb 2015 at 9:39

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I was hoping it was that simple but it is not.   Hello LCD.c does not have a 
similar statement and it still fails.
If I remove the #include and replace it with one using the menu it gets past 
that line and then fails on the #include "simpletext.h" line in simpletools.h.

I am still thinking that I don't have a clean package and should reload it.

Maybe I can help you. Is there anyway I can get the source code - all I can 
find so far has 2012 dates?  I have 25 years developing software in multiple 
languages and teaching comp sci. It has been a while but it is coming back.



Original comment by [email protected] on 21 Feb 2015 at 11:32

from propside.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I now have the source code.

Original comment by [email protected] on 22 Feb 2015 at 5:21

from propside.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.