Opened 16 years ago
Closed 15 years ago
#644 closed Support Requests (wontfix)
Boost.Build v2 build script help for evc4
Reported by: | vividos | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | Component: | Building Boost | |
Version: | None | Severity: | Problem |
Keywords: | Cc: |
Description
I'm currently porting various Boost libraries to evc4 and threw together a hacked version of the msvc-tools.jam file that is using version 1. For the next release I need help in creating a build script for the version 2 of Boost.Build. I attached a somewhat working version of my "evc4-stlport-tools.jam" file. I don't know if I did everything alright. The differences from evc4 to vc6 is: - there is no /M switch specifying the runtime. It always is "shared C runtime". - for exe files, the parameter /entry:mainACRTStartup must be specified for linking (this currently doesn't work). - for the ARM architecture the following defines are on: ARM, _ARM_, ARMV4 - The _STLP_DEBUG mode mustn't be defined, since the ARM compiler has a compiler bug that prevents from working code - It's best to always specify /Zm800, since the compiler is quickly getting out of memory errors. Can anyone help in creating a toolset file for this compiler? Thanks!
Change History (3)
comment:2 by , 16 years ago
Logged In: YES user_id=761714 I have been working on providing support for VC8/WinCE - check out the msvc.jam and msplatformsdk.jam files at www.reece-dunn.co.uk for my current efforts. - Reece
comment:3 by , 15 years ago
Resolution: | None → wontfix |
---|---|
Severity: | → Problem |
Status: | assigned → closed |
The original submission is for V1, so I cannot do anything. Whatever V2 support possible there must be done by folks who have that system.
Note:
See TracTickets
for help on using tickets.