Shop OBEX P1 Docs P2 Docs Learn Events
compliler error with propellor and SimpleIDE — Parallax Forums

compliler error with propellor and SimpleIDE

ghxueghxue Posts: 2
edited 2013-01-15 11:59 in Propeller 1
I want to build my project using SimpleIDE, and met a problem following:


Project Directory: E:/stay at Penn state/GeoPPble/WiFi/My_RedPine/ propeller-elf-gcc.exe -o a.out -Os -mxmmc -I . -fno-exceptions -Dprintf=__simple_printf pin.c pin.h -I E:\stay at Penn state\GeoPPble\WiFi\My_RedPine\ My_RedPine.c
propeller-elf-gcc.exe error ... (0)
propeller-elf-objdump -h a.out
propeller-elf-objdump error ... (0)
propeller-elf-objdump error ... (0)
Done. Build Succeeded!

can anybody help?

thanks

Comments

  • Heater.Heater. Posts: 21,230
    edited 2013-01-15 11:42
    I have no idea but the first thing I would do is move my project to a directory that does not have any spaces in it's path.
    Space characters in file names is a Windows thing that trips up a lot of crossplatform software like SimpleIDE.
  • mindrobotsmindrobots Posts: 6,506
    edited 2013-01-15 11:59
    Did you set the Properties correctly after you installed SimpleIDE?

    It should come up with the Properties dialog box the first time you start it. If you need to change them or check them, hit the little button that looks like a wrench(spanner) and you should have text boxes to enter the compiler location (should be something like C:/propgcc/bin/propeller-elf-gcc.exe), the loader location (should be something like C:/propgcc/propeller-load/) and then your workspace location.

    The errors you have gotten so far look like SimpleIDE can't find the PropGCC files it needs.

    The error you were getting and reported in another thread also looks like a path problem - Windows doesn't have the location of the PropGCC folders in its search path, There are two .bat files in the PropGCC main folder that can help you get the path added.
Sign In or Register to comment.