Errors when compiling in the Raspberry
AS
Posts: 149
in Propeller 1
Hi!
I was making a compilation in Raspberry, without I had done nothing, now it gives me this errors:
I already try install again to the last version of PropGCC:
Any advice to the best procedure to resolve this issue?
Thanks
I was making a compilation in Raspberry, without I had done nothing, now it gives me this errors:
/home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\357' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\273' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\277' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\357' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\273' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\277' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\357' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\273' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\277' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\357' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\273' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '\277' in program /home/pi/eFLL/examples/Fuzzy_Exp/Fuzzy_Exp.cpp:1:1: error: stray '#' in program ... ...
I already try install again to the last version of PropGCC:
cd /opt sudo bash wget http://david.zemon.name:8111/repository/download/PropGCC5_Gcc4rpi/.lastSuccessful/propellergcc-alpha_v1_9_0-gcc4-rpi.tar.gz?guest=1 -O propellergcc-alpha_v1_9_0-gcc4-rpi.tar.gz mv parallax parallax.simpleide tar -xf propellergcc-alpha_v1_9_0-gcc4-rpi.tar.gz mv parallax parallax.gcc4 ln -s parallax.gcc4 parallax
Any advice to the best procedure to resolve this issue?
Thanks
Comments
very strange... it was everything ok and with "no reason" it start doing this....
is something with the compiler!! but I never change important files when I don´t know what I´m doing!
I think I go format the SD is more easy :P
What distro are you using? Raspbian or what?
(Who came up with freedesktop's confusing and useless generic names?!?)
Like the tower of Babel, unicode will be the downfall of our civilization.
Anyway, you should not have to be making a new SD card. Just get your text editor to save the file in the right text encoding.
Thanks for the sugestions.
I open with SimpleIDE, delete the first characters with "nothing"
it´s working
I already try the Code:Blocks, I like it but I think there are some issue with the Raspberry, or was I that don´t understand something.
For the Raspberry what is your opinion?
Thanks!
And this work well with CMake?