- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi - I am using Bake as a build tool and Ruby Script to specify build rules, and a GNU Make backend to evaluate dependencies and execute the actual build commands. The problem is, when i set up the call graph activity, it complains about my exe having been created without base relocations.
The challenge is figuring out how to get the bake build system to do the same thing that MS Visual Studio does with /fixed:no.
kindly provide some insight ingetting around the problem.
The challenge is figuring out how to get the bake build system to do the same thing that MS Visual Studio does with /fixed:no.
kindly provide some insight ingetting around the problem.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - quakerex
Hi - I am using Bake as a build tool and Ruby Script to specify build rules, and a GNU Make backend to evaluate dependencies and execute the actual build commands. The problem is, when i set up the call graph activity, it complains about my exe having been created without base relocations.
The challenge is figuring out how to get the bake build system to do the same thing that MS Visual Studio does with /fixed:no.
The challenge is figuring out how to get the bake build system to do the same thing that MS Visual Studio does with /fixed:no.
The question is less what build system you're using but what compiler and linker you're using. I'm unfamiliar with the build system you've chosen but surely there must be somewhere that you specify the parameters for invoking the linker. The /fixed:no directive should be placed there.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page