Propeller GCC
constantine34
Posts: 5
in Propeller 1
I am trying to setup propeller GCC on my pc. I am using the following webpage :
https://github.com/dbetz/propeller-gcc
I am getting stuck at :
"After cloning the propeller-gcc repository and updating the submodules you need to fetch some additional libraries needed to build GCC. Doing this requires that you have wget available on your machine.
cd propeller-gcc/gcc
./contrib/download_prerequisites
"
I have downloaded and installed wget on my pc. However when I type
cd propeller-gcc/gcc
./contrib/download_prerequisites
in git shell I am not getting anything. Can you help me with this problem? Thanks.
https://github.com/dbetz/propeller-gcc
I am getting stuck at :
"After cloning the propeller-gcc repository and updating the submodules you need to fetch some additional libraries needed to build GCC. Doing this requires that you have wget available on your machine.
cd propeller-gcc/gcc
./contrib/download_prerequisites
"
I have downloaded and installed wget on my pc. However when I type
cd propeller-gcc/gcc
./contrib/download_prerequisites
in git shell I am not getting anything. Can you help me with this problem? Thanks.
Comments
What error message is "./contrib/download_prerequisites" giving you?
"git shell": does that mean you're using Windows? If you can't find wget for windows, you might need to figure out what wget would download if you had it and download the stuff manually and put it where wget would put it.
I don't think Parallax distributes PropGCC separate from SimpleIDE, so downloading SimpleIDE is the only way you get PropGCC directly from them. Of course, you can download the source code from github and build it yourself, but as you've found this requires other things on your system to build it.
Are you familiar with building C/C++ applications on Windows? If not, I would highly recommend you use SimpleIDE because it takes care of all the hard parts. Setting up an environment for an embedded system is one of the hardest things I've done as a programmer. When the company provides a ready tool like SimpleIDE that does it for you, often times its worth using.
on windows and setting up environments for embedded systems. I have used Microchip PIC and Atmel AVR MCU's before.
If there is no install file, which file am I going to use to run propeller gcc? Thanks.
Why are you not using SimpleIDE? Do you have a different editor that you prefer to use?
That's correct. LOAD RAM or LOAD EEPROM load the binary to the HUB RAM or the EEPROM.