You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
There seems to be a problem with a compiler setting: arm-linux-gnueabihf-gcc: error: unrecognized command-line option ‘-minline-all-stringops’
As far as I read, ARM should be supported?
The text was updated successfully, but these errors were encountered:
SAP NW RFC SDK is not supported on Raspberry PI ARM. It should however work, with proper compiler/linker settings.
The business case and RFC SDK platform support request can be sent via SAP customer message, to BC-MID-RFC-SDK component, with link to this issue. Please also update the issue with customer message reference.
I really don't have them any more but it would not help. The SAP NW RFC SDK binaries need to be built for RPI platform and it can be done by SAP development, sources are not public.
If I remember correctly, @gregorwolf also tried it once.
Describe the bug
Try to install pyrfc on a Raspberry Pi.
To Reproduce
pip3 install --trusted-host www.piwheels.org --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org pyrfc --timeout=600
Screenshots
Environment
Additional context
There seems to be a problem with a compiler setting:
arm-linux-gnueabihf-gcc: error: unrecognized command-line option ‘-minline-all-stringops’
As far as I read, ARM should be supported?
The text was updated successfully, but these errors were encountered: