First of all sorry I wrote the mail on my mobile phone and didn't notice that it wasn't sent to the list.
On Tue, 2020-03-10 at 22:17 -0700, Hidagus0 Pa wrote:
> How does that work? I'm interested.
>
> On Tue, Mar 10, 2020 at 11:56 AM <
alois...@gmx.at> wrote:
> > Is cross compiling an option?
Cross compiling means that you have on your development machine compilers and libraries for your target machine. This is a common approach for smaller embedded
systems. But in an other open source project where I'm involved I even compile Windows binaries under Linux.
There is quite some documentation out there on how to setup CMake for cross compiling. Typically it is just setting 2 - 3 params. But first of all you need your
cross compilation tool-chain.
BR,
Alois
> >
> > On Mar 10, 2020 19:46, Hidagus <
hid...@gmail.com> wrote:
> > > Totally agreed and as a matter of fact our company is on the process of upgrading the systems. At the mean time we need to deliver this product to an existing customer asap, so I have to make it work :(
> > >
> > > On Tuesday, March 10, 2020 at 10:27:14 AM UTC-7, Alois Zoitl wrote:
> > > > Maybe it is a bit arrogant but Fedora 20 is 7 years old. Given the security and bugfixes which happened in the mean-time you should really consider upgrading.
> > > >
> > > > BR,
> > > > Alois
> > > >
> > > > On Tue, 2020-03-10 at 10:22 -0700, Hidagus wrote:
> > > > > Hi all,
> > > > > Newbie here. My company decided to use OpENer for a PLC interface. However our OS is based on Fedora 20, and the cmake version is fixed to 2.8.12. I tried modifying current CMakeLists.txt to that version, but got Cmake errors of missing several variables such as CMAKE_LANGUAGES_COMPILER_ENV_VAR, CMAKE_LANGUAGES_COMPILER, CMAKE_VERSION_COMPILER, etc. Is there a way to modify OpENer cmake files to make it backward compatible? If not do we have an old version of OpENer that is compatible with Cmake 2.8?
> > > > > Your help is much appreciated.
> > > > > Best,
> > > > >
> > > > > Hidagus
> > > > > --
> > > > > You received this message because you are subscribed to the Google Groups "EIP Stack Group OpENer users" group.
> > > > > To unsubscribe from this group and stop receiving emails from it, send an email to
eip-stack-group-open...@googlegroups.com.