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 #57879 is a reply to message #57877] Fri, 24 December 2021 13:55 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
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


U++ - one framework to rule them all.

[Updated on: Fri, 24 December 2021 13:55]

Report message to a moderator

 
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 19:53:50 CEST 2024

Total time taken to generate the page: 0.02934 seconds