How can I install this package on PlcNext ?
arm-pxc-linux-gnueabi-gcc
Thank You
Hello diwa130,
the compiler "arm-pxc-linux-gnueabi-gcc" is a part of PLCnext SDK, it is available for Linux 64 System (and Windows 32Bit/64Bit Systems).
Is there a reason, why you need to install the "arm-pxc-linux-gnueabi-gcc" on PLCnext Controller ?
You can also use the Windows or Linux OS for project build, it is faster and you will avoid a lot of PLC limitations.
Best Regards,
Eduard
To compile python packages for example .
You can use ipkg or dpkg packages for this, but they may lack the necessary dependencies. I haven't dared to do this yet, it usually turns into a lot of work.
What exactly do you want to do?
I need confluent-kafka and when I try to install , I get the following
" unable to execute 'arm-pxc-linux-gnueabi-gcc': No such file or directory "
Hi,
try this
https://github.com/PLCnext/Docker_GettingStarted
and
https://docs.confluent.io/platform/current/quickstart/ce-docker-quickstart.html
G Jan
Comments
Hello diwa130,
the compiler "arm-pxc-linux-gnueabi-gcc" is a part of PLCnext SDK, it is available for Linux 64 System (and Windows 32Bit/64Bit Systems).
Is there a reason, why you need to install the "arm-pxc-linux-gnueabi-gcc" on PLCnext Controller ?
You can also use the Windows or Linux OS for project build, it is faster and you will avoid a lot of PLC limitations.
Best Regards,
Eduard
To compile python packages for example
.
You can use ipkg or dpkg packages for this, but they may lack the necessary dependencies. I haven't dared to do this yet, it usually turns into a lot of work.
What exactly do you want to do?
I need confluent-kafka and when I try to install , I get the following
" unable to execute 'arm-pxc-linux-gnueabi-gcc': No such file or directory "
Thank You
Hi,
try this
https://github.com/PLCnext/Docker_GettingStarted
and
https://docs.confluent.io/platform/current/quickstart/ce-docker-quickstart.html
G Jan