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: Compiling, Linking, Debugging of your packages » [Question] Is compiling TheIDE as a 32-Bit Binary still supported? (Linux, 32-Bit, Status, X86)
Re: [SOLVED][Question] Is compiling TheIDE as a 32-Bit Binary still supported? [message #57756 is a reply to message #57736] Thu, 09 December 2021 09:27 Go to previous message
MeerMusik is currently offline  MeerMusik
Messages: 13
Registered: April 2021
Location: Germany, Lower Saxony, Ha...
Promising Member

The Problem is solved by:

export PKG_CONFIG_PATH="/usr/lib32/pkgconfig/"
export LD_LIBRARY_PATH="/usr/lib32/"
export CPPFLAGS="-L/usr/lib32/"


And also add
-Wl,-melf_i386

to the CFLAGS and CXXFLAGS.

Which results in:
make -j$(nproc) V=1 -f Makefile CC="cc -m32" CXX="c++ -m32" CFLAGS="-O3 -ffunction-sections -fdata-sections -std=c2x -Wl,-melf_i386 -Wl,--gc-sections" CXXFLAGS="-O3 -ffunction-sections -fdata-sections -std=c++20 -Wl,--gc-sections -Wl,-melf_i386"


With that the IDE compiles fine. Will update the other Thread soon.

Sorry and have a nice Day Smile
 
Read Message
Read Message
Read Message
Previous Topic: Error! GetThreadContext failed Access is denied (5)
Next Topic: Next/Previous Frame keyboard shortcuts
Goto Forum:
  


Current Time: Sun Aug 24 19:48:33 CEST 2025

Total time taken to generate the page: 0.04866 seconds