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 » No flags on BRC compilation
Re: No flags on BRC compilation [message #59341 is a reply to message #59339] Sat, 17 December 2022 22:27 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1310
Registered: September 2007
Ultimate Contributor
By now solved with a bash script 'myclang' :

#!/bin/bash
/usr/bin/clang -target x86_64-pc-win32 -fuse-ld=lld $@


and removing corresponding flags from builder.
Clang complains also about some other stuffs which are meaningless in windows code (-s flag, gc-sections) but they're just warnings.

I think that cross-compiling on linux for windows and maybe for os-x should get a tutorial on docs... it's a very useful stuff.

Ciao

Massimo
 
Read Message
Read Message
Previous Topic: Compilation Error of Custom Package
Next Topic: how to add compiler
Goto Forum:
  


Current Time: Sun Aug 24 23:16:37 CEST 2025

Total time taken to generate the page: 0.04630 seconds