Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Building PLC4C on AARCH64 Linux machines seems to be broken #1582

Closed
1 of 16 tasks
chrisdutz opened this issue May 3, 2024 · 5 comments
Closed
1 of 16 tasks
Labels

Comments

@chrisdutz
Copy link
Contributor

What happened?

When trying to build PLC4C on a VM running Ubuntu Linux on my Aarch64 computer (Inside Parallels) the build fails for some reason that seems to come from CMake itself.

Version

v0.13.0-SNAPSHOT

Programming Languages

  • plc4j
  • plc4go
  • plc4c
  • plc4net

Protocols

  • AB-Ethernet
  • ADS /AMS
  • BACnet/IP
  • CANopen
  • DeltaV
  • DF1
  • EtherNet/IP
  • Firmata
  • KNXnet/IP
  • Modbus
  • OPC-UA
  • S7
@chrisdutz chrisdutz added the bug label May 3, 2024
@chrisdutz
Copy link
Contributor Author

Built a workaround, that uses the dependency plugin go fetch an artifact with the classifier windows-arm-64 and locally install it as windows-arm64 ... seems to make the build work.

@sruehl
Copy link
Contributor

sruehl commented May 6, 2024

hmm, this ticket is about linux and you write something about windows?

Edit: probably you mixed it up with #1583

@sruehl
Copy link
Contributor

sruehl commented May 6, 2024

linux builds for me on 5cbd005 so IMHO this ticket is good to be closed

@chrisdutz
Copy link
Contributor Author

Well it doesn#t build for me ... so we need to find out what's going on

@chrisdutz
Copy link
Contributor Author

I built the same workaround (well allmost) to the one in windows ... so I'm downloading the aarch64 binaries from the cmake site and repackaging them as jar.

@ottlukas ottlukas added the c label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants