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 » Developing U++ » U++ Developers corner » Build method cleanup
Build method cleanup [message #8691] Sun, 25 March 2007 01:25 Go to next message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
Corrently, I'm trying to build upp apps to different WINCE platforms, but Build methods window is not allowing me, what I want to do.
The problems are:
  1. Diferent builders are hardcoded into TheIDE
  2. User can not see, what different bulders do
  3. User can not change compile and link commands and their options

I would suggest some changes in that:
  1. In the Build methods window there should be a compiler and a linker edit box.
  2. On changing builder, it should be filled with default values (currently hardcoded values should be useful as default values).
  3. These edit boxes would allow inserting environment variables (e.g. ${VARIABLE}) and output of external commands (e.g. `command`) (in a later implementation).
  4. User could change these values.
  5. TheIDE would save these values into the corresponding .bm file.
  6. When building, TheIDE would use these compiler and linker values instead of current hardcoded ones.

Any idea or comments?
Re: Build method cleanup [message #8692 is a reply to message #8691] Sun, 25 March 2007 10:38 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
Well, but it would not be able to solve much. Creating commandlines is too specific for both toolchains, that is why it is hardcoded.

Please, see ide/Builders for details...

BTW, perhaps you can use "SCRIPT" builder?

Mirek
Re: Build method cleanup [message #8694 is a reply to message #8692] Sun, 25 March 2007 12:20 Go to previous messageGo to next message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
luzr wrote on Sun, 25 March 2007 10:38

Please, see ide/Builders for details...

BTW, perhaps you can use "SCRIPT" builder?

Mirek

Thanks, this sounds good Smile
I have checked ide/Builders, but it is not very easy to find out, how could I use a "SCRIPT" builder.
Could you write some simple example here to see how to use it?
Re: Build method cleanup [message #8708 is a reply to message #8694] Mon, 26 March 2007 18:42 Go to previous messageGo to next message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
Could you upload an example .bsc (build script) file here?
Re: Build method cleanup [message #8709 is a reply to message #8708] Mon, 26 March 2007 20:02 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
zsolt wrote on Mon, 26 March 2007 12:42

Could you upload an example .bsc (build script) file here?


I have contacted Tom (yesterday), he surely has some...

Mirek
Re: Build method cleanup [message #8710 is a reply to message #8709] Mon, 26 March 2007 20:35 Go to previous message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
Thanks in advance Smile
Previous Topic: Autotool support by Upp
Next Topic: Request for ChildKbdEvent()
Goto Forum:
  


Current Time: Wed May 15 03:48:35 CEST 2024

Total time taken to generate the page: 0.02885 seconds