Compiling Error
-
Joeldc510
- Posts: 29
- Joined: Mon Jan 22, 2018 4:04 am
Compiling Error
I just installed the tools needed to be able to edit and compile my own version of the RusEfi software but when I try to make a build i'm getting this. Any help?
You do not have the required permissions to view the files attached to this post.
- AndreyB
- Site Admin
- Posts: 14781
- Joined: Wed Aug 28, 2013 1:28 am
- Location: Jersey City
- Github Username: rusefillc
- Slack: Andrey B

Re: Compiling Error
Have you downloaded git submodules?
git submodule update --init
https://git-scm.com/docs/git-submodule
git submodule update --init
https://git-scm.com/docs/git-submodule
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
-
Joeldc510
- Posts: 29
- Joined: Mon Jan 22, 2018 4:04 am
Re: Compiling Error
Sorry for the delayed response, haven't had much time to play around with setup since i originally posted.
So i found out why i had that previous error pop up. I had downloaded a copy of the rusefi software form github but it did not download the files in the ChibiOS4 and ChibiOS-Contrib folders, so when i built the project those files were missing.
Now, I cloned a copy thru git inside eclipse so all folders are present. But at build time I'm getting yet another build error:
I guess I got a little further this time. All this Git, Eclipse and ChibiOS stuff is all very new to me.
So i found out why i had that previous error pop up. I had downloaded a copy of the rusefi software form github but it did not download the files in the ChibiOS4 and ChibiOS-Contrib folders, so when i built the project those files were missing.
Now, I cloned a copy thru git inside eclipse so all folders are present. But at build time I'm getting yet another build error:
I guess I got a little further this time. All this Git, Eclipse and ChibiOS stuff is all very new to me.
You do not have the required permissions to view the files attached to this post.
- AndreyB
- Site Admin
- Posts: 14781
- Joined: Wed Aug 28, 2013 1:28 am
- Location: Jersey City
- Github Username: rusefillc
- Slack: Andrey B

Re: Compiling Error
these options which compiler is complaining about were added in 2017 version of compiler. please upgrade your compiler
this is related to https://github.com/rusefi/rusefi/issues/517
this is related to https://github.com/rusefi/rusefi/issues/517
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
- AndreyB
- Site Admin
- Posts: 14781
- Joined: Wed Aug 28, 2013 1:28 am
- Location: Jersey City
- Github Username: rusefillc
- Slack: Andrey B

Re: Compiling Error
PS: would be amazing if anyone adds a check into our makefile to check compiler version and to print error if compiler is too old. simulator was recently upgraded to require version 7 as well (different versioning on windows vs arm compiler)
@ maybe?
@ maybe?
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
-
Joeldc510
- Posts: 29
- Joined: Mon Jan 22, 2018 4:04 am
Re: Compiling Error
finallyyy

You do not have the required permissions to view the files attached to this post.

