compliler error with propellor and SimpleIDE
ghxue
Posts: 2
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
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
Space characters in file names is a Windows thing that trips up a lot of crossplatform software like 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.