Shop OBEX P1 Docs P2 Docs Learn Events
SimpleIDE install on fedora — Parallax Forums

SimpleIDE install on fedora

be80bebe80be Posts: 56
edited 2014-05-17 17:56 in Propeller 1
Ok maybe my google isn't working but I installed simpleide on fedora and it will not run and I have every thing installed in opt but it's looking for the lib files in the wrong place.
Thanks for any ideas

Comments

  • jazzedjazzed Posts: 11,803
    edited 2014-05-17 12:35
    be80be wrote: »
    Ok maybe my google isn't working but I installed simpleide on fedora and it will not run and I have every thing installed in opt but it's looking for the lib files in the wrong place.
    Thanks for any ideas

    Can you describe the steps you used?
    Where did you get the package?
    Is your Fedora 32 bit or 64 bit?
    Did you follow the steps in INSTALL.txt?
  • be80bebe80be Posts: 56
    edited 2014-05-17 12:48
    Well I figured it out I added the opt/simpleIDE-0-9-45/bin to my PATH
    I then got a libpng12 missing installed that and it run it all joy now.
  • jazzedjazzed Posts: 11,803
    edited 2014-05-17 12:54
    be80be wrote: »
    Well I figured it out I added the opt/simpleIDE-0-9-45/bin to my PATH
    I then got a libpng12 missing installed that and it run it all joy now.


    libpng12 ? Will look into that thanks.

    There should be a program installed in /usr/bin/simpleide ... that should handle all the path information for you.

    That is, at your command prompt just enter simpleide from any directory and not ./simpleide.
    steve@steve-mint16-vbx ~ $ simpleide &
    [1] 3734
    steve@steve-mint16-vbx ~ $ "SimpleIDE" argument count  1 
    Arguments:  
    "/opt/simpleide/bin/SimpleIDE" 
    Locale:  
    "/opt/simpleide/translations/SimpleIDE_en_US.qm" 
    Temp directory 
    "/tmp" 
    Found Default GCC Compiler: 
    Changed Line Edit for:  SimpleIDE_Compiler 
    "/opt/parallax/bin/propeller-elf-gcc" 
    Value was:  
    "/opt/parallax/bin/propeller-elf-gcc" 
    Changed Line Edit for:  SimpleIDE_Workspace 
    "/home/steve/Documents/SimpleIDE/" 
    Value was:  
    "/home/steve/Documents/SimpleIDE/" 
    Changed Line Edit for:  SimpleIDE_Library 
    "/home/steve/Documents/SimpleIDE/Learn/Simple Libraries/" 
    Value was:  
    "/home/steve/Documents/SimpleIDE/Learn/Simple Libraries" 
    Found Default Spin Compiler Path. 
    "/opt/parallax/bin/" 
    Default Spin Compiler:  
    "/opt/parallax/" 
    Default Spin Library:  
    "/opt/parallax/" 
    Changed Line Edit for:  SimpleIDE_SpinCompiler 
    "/opt/parallax/bin/openspin.linux" 
    Value was:  
    "/opt/parallax/bin/openspin" 
    Changed Line Edit for:  SimpleIDE_SpinLibrary 
    "/opt/parallax/" 
    Value was:  
    "/opt/parallax/spin/" 
    Changed Line Edit for:  SimpleIDE_SpinWorkspace 
    "/home/steve/Documents/SimpleIDE/" 
    Value was:  
    "/home/steve/Documents/SimpleIDE/" 
    Found Default Loader Path. 
    Changed Line Edit for:  SimpleIDE_Loader 
    "/opt/parallax/propeller-load/" 
    Value was:  
    "/opt/parallax/propeller-load/" 
    setEditor 1 
    clearTabHighlight Total Tabs 1 Total Editors 1 Current 0 
    setEditorTab "/home/steve/Documents/SimpleIDE/My Projects/Welcome.c" 0 Total Tabs 1 Total Editors 1 
    
    
    steve@steve-mint16-vbx ~ $ 
    
  • be80bebe80be Posts: 56
    edited 2014-05-17 13:31
    I'm running a 32 bit fedora i installed like the text said. It works now just something keep pointing to the wrong place i was runing from home dir. i did have to install libpng12 to get it to run.. I like it nice IDE
  • whiteoxewhiteoxe Posts: 794
    edited 2014-05-17 14:17
    I'm completly ignorant about this. I havent learned much Spin but have a couple of small boards such as the gadget Gangster waiting to be put to use. I have also been learning C from a couple of books. Its the language Ive heard talked about everywhere all my life but thought it was for computer scientists or something :)

    Can I use SimpleIDE to program the prop and say well clear of spin if i chose. How about using the Spin OBEX. The SimpleIDE would make that just as easy to use ?
  • jazzedjazzed Posts: 11,803
    edited 2014-05-17 14:53
    whiteoxe wrote: »
    I'm completly ignorant about this. I havent learned much Spin but have a couple of small boards such as the gadget Gangster waiting to be put to use. I have also been learning C from a couple of books. Its the language Ive heard talked about everywhere all my life but thought it was for computer scientists or something :)

    Can I use SimpleIDE to program the prop and say well clear of spin if i chose. How about using the Spin OBEX. The SimpleIDE would make that just as easy to use ?



    C is for computer scientists and everyone else who cares to learn it. Arduino users all program in C for example.

    SimpleIDE today can load and run PASM code directly from spin files - that's all. In the future it will likely use spinwrap to run SPIN directly.

    I have not been told to integrate spinwrap yet, but I know some Parallax people are excited about that prospect.
  • whiteoxewhiteoxe Posts: 794
    edited 2014-05-17 17:56
    Thankyou jazzed, I told my younger brother about the Arduino early on. He works as a programmer at the moment for aussie tax office. I said its a micocontroller for everyone artists, dancers etc as the product blurb stated. His response was , 'I program like a dancer, I might try it ' well it was pretty funny at the time. I bought him one as a gift, he never used it but likes the raspberry pi :)
Sign In or Register to comment.