Topic profile page for Makefile.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Makefile.
Topic "Makefile" was discussed 0 times on 0 sites in last 3 months
Started 1 day, 15 hours ago (2010-01-06 23:28:00)
by meegoos
Bonjour, jai besoin de votre aide svp , c' qlq1 peu me dire a qoi ser ce makefile : # Project: salahGradGcc # Makefile created by Dev-C++ 4.9.9.2 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe RES = OBJ = mainSlahGcc.o $(RES) LINKOBJ = mainSlahGcc.o $(RES) LIBS = -L"C:/Dev-Cpp/lib" -mwindows INCS = -I"C:/Dev-Cpp/include" CXXINCS = -I"C:/...
Started 3 days, 1 hour ago (2010-01-05 13:30:00)
by BarefootGuy
I need the "all" target to work but when I say "gmake all" it does nothing. Just saying "gmake" works. Attached are the Makefiles. I only have the target "default" defined in the Makefile, not "all". If I add the line all: default it complains "Makefile:9: *** target file `all' has both : and :: entries. Stop."
Started 6 days ago (2010-01-02 14:21:00)
by cudars
I use gdal in my cuda application. The cuda sample include a makefile and the file include the common.mk to set the compile and link environment. But how to modify the makefile (or common.mk , more accurtely ) to use a foreign library like gdal? I tried but failed. Could anyone give me a example? Thanks in advanced.
Started 1 week, 5 days ago (2009-12-27 00:52:00)
by sharmaankur85
Dear All I am looking for all the system libraries that are accessed by my application Build script i.e. make which in turn will processes makefile. Is there any specific command from which i can find all the system libraries used by my build script. Cheers, Ankur
Started 2 weeks, 3 days ago (2009-12-22 10:47:00)
by sowell9988
You could use it to build mach_kernel from source code . xnu_build.tar.gz include AnV voodoo 2 patch files . I change the format from bash voodoobuild.sh to Makefile and modify some error . readme.txt include . Attached File(s) xnu_build.tar.gz ( 118.58K ) Number of downloads: 0
Started 1 week, 1 day ago (2009-12-31 00:26:00)
by repoman1
I have this trainer for bf2 that at the moment isnt working. im getting an build error 225 using Dev-CPP heres the error followed by my code.....any help would be appreciated. ERROR: C Dev-Cpp\Makefile.win [Build Error] [THETHING.exe] Error 255 CODE: Code: #include #include #include "joe.h" #pragma comment(linker,"/FILEALIGN:512 /MERGE:.rdata=.text...
Started 1 week, 1 day ago (2009-12-31 09:10:00)
by Luke-Jr
Add platform data and initialization for USB on Nokia N800 and N810 devices via the TUSB6010 chipset. Tested on Nokia N810 in Linux-OMAP tree. Mainline is not bootable yet. Signed-off-by: Luke Dashjr --- arch/arm/mach-omap2/Kconfig | 5 + arch/arm/mach-omap2/Makefile | 1 + arch/arm/mach-omap2/board-n8x0-usb.c | 173 ++++++++++++++++++++++++++++++++++...
Started 5 days, 13 hours ago (2010-01-03 01:30:00)
by Robert P. J. Day
$ grep -r HDPU_FEATURES * drivers/misc/Makefile bj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ drivers/misc/hdpuftrs/Makefile bj-$(CONFIG_HDPU_FEATURES) := hdpu_cpustate.o hdpu_nexus.o $ so it's not selectable and nothing's building it. thoughts? rday -- ================================================== ====================== Robert P. J. Day ...
Started 3 days, 11 hours ago (2010-01-05 03:10:00)
by Subrata Modak
Hi, The Linux Test Project test suite has been released for the month of DECEMBER 2009. Please see ltp/INSTALL file carefully, as, there has been multiple changes for building/installing the test suite after the recent changes in Makefile infrastructure. The latest version of the test-suite contains 3000+ tests for the Linux OS and can be found at: http://ltp.sourceforge....
Started 1 day, 13 hours ago (2010-01-07 01:10:00)
by Miles Bader
( Package: asciidoc Version: 8.5.2-1 Severity: minor I needed asciidoc for a Makefile that wanted to use it, but when I did "sudo aptitude install asciidoc", it first tried to install a huge number of packages, some of which seemed completely unrelated. In particular "vim", "ruby", etc... \(!\) It turns out that the reason is that the asciidoc ...
Started 4 days, 14 hours ago (2010-01-04 00:19:00)
by Erich1527
I continued to research this issue, and finally found a solution that would work: http://kr.forums.oracle.com/forums/thread.jspa?thr eadID=913978&tstart=0 Thank you for your assistance! Eric