build-system
Build system for an embedded C/C++ project
I am looking for a high-level build system/tool that can help organise my embedded C project into \"modules\" and \"components\". Note that these two terms are highly subjective so my definitions are[详细]
2023-04-09 19:12 分类:问答Build system for eclipse plugins & RCP [closed]
As it currently stands, 开发者_JAVA百科this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-04-06 16:44 分类:问答CMake add_subdirectory()
Introduction: I am trying to use CMake to obtain cross platform compilation scripts (for VS 9.0 on a Windows32 and Makefiles for Unix).[详细]
2023-03-21 15:37 分类:问答CMAKE: Creating and building a list within a function -- with directory, or global scope
I am not entirely familiar with the scoping rules of cmake. I need to buildup a list of various files whilst doing RPC code-generation for an IDL.[详细]
2023-03-20 12:24 分类:问答Build Systems for Embedded Linux
I work on a device that uses Embedded Linux. In the near future this device is going to probably turn into a product family and a few more devices (i.e. hardware platform开发者_C百科s) are going to ad[详细]
2023-03-17 00:01 分类:问答.sln-compatible Mono-based CLI build system?
I\'ve recently begun doing ASP.NET MVC work with others using Visual Studio. While MonoDevelop can open their project workspace files (.sln from MSVS2010) and build the projects just fine, I\'m curiou[详细]
2023-02-28 06:34 分类:问答Understanding C++ Compilation
I have recently become aware that I have no idea, genericly speaking, how a c/c++ compiler works.I will admit this initialy came from trying to understand header guards but came to the realization tha[详细]
2023-02-18 14:54 分类:问答Using a build system for reproducible research?
I am doing a research project that involves a pipeline of programs, each generating an output file that becomes the input for the next program. I would like to make it easy to repeat the series of com[详细]
2023-01-11 05:53 分类:问答Macro definitions for headers, where to put them?
When defining macros that headers rely on, such as _FILE_OFFSET_BITS, FUSE_USE_VERSION, _GNU_SOURCE among others, where is the best place to put them?[详细]
2023-01-10 00:21 分类:问答How to force use of static library over shared?
In my SConscript I have the following line: Program(\"xtest\", Split(\"main.cpp\"), LIBS=\"mylib fltk Xft Xinerama Xext X11 m开发者_StackOverflow社区\")[详细]
2023-01-02 17:56 分类:问答