Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » latest [-svn-] nigthly build 16135 fails to compile
Re: latest [-svn-] nigthly build 16135 fails to compile [message #57922 is a reply to message #57879] Tue, 28 December 2021 10:49 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Klugier wrote on Fri, 24 December 2021 13:55
Hello,

It seems that older version of gcc requires inclusion of x86intrin.h in order to include _addcarry_u64 function correctly. Could you modify Core/Ops.h file (Just place following code at the begging of the file (line 1-3) and compile again:
#ifdef COMPILER_GCC
#include <x86intrin.h>
#endif


Please let me know if it works for you.

Source:
- https://stackoverflow.com/questions/36292944/undefined-refer ence-to-addcarry-u64

Klugier


It seems #include does not really solve the problem (I have tried...), the check for compiler version is really required.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Compilation errors theide on Ubuntu 20.04.3 ARM64 last stable
Next Topic: IDE can not start with Win7-64
Goto Forum:
  


Current Time: Sat May 04 13:46:45 CEST 2024

Total time taken to generate the page: 0.01715 seconds