Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Windows » visopsys compiling

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 < [ 2 ]
000
13.04.2007, 18:28 Uhr
~mf_OS
Gast


Hallo,

ich möchte gerne das visopsys compilieren (http\www.visopsys.org)

aber da das OS in LINUX compiliert wurde weiß ich nicht wie an das in windows macht.

hier die makefile datei :


Code:

##
##  Visopsys
##  Copyright (C) 1998-2007 J. Andrew McLaughlin
##
##  Makefile
##

# Top-level Makefile.

BUILDDIR    = build

all:
    mkdir -p ${BUILDDIR}/system
    cp COPYING.txt ${BUILDDIR}/system/
    make -C dist
    make -C utils
    make -C src

clean:
    rm -f *~ core
    make -C dist clean
    make -C utils clean
    make -C src clean
    rm -Rf ${BUILDDIR}
    find . -type f -a ! -name \*.sh -exec chmod -x {} \;




hier die makefile.include datei :


Code:

##
##  Visopsys
##  Copyright (C) 1998-2007 J. Andrew McLaughlin
##
##  Makefile.include
##

# Top-level include file for code Makefiles.  Sets global compile options.

NASM        = nasm
CC        = gcc
AR        = ar
LD        = ld
OPT        = -O2
ARCH        = -march=pentium# -mtune=pentium
CODEGEN        = -pipe -fno-omit-frame-pointer -fno-strict-aliasing \
        -ffreestanding
WARN        = -Wall -W -Wshadow -Wcast-align -Wsign-compare \
        -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes \
        -Wmissing-declarations -Wmissing-noreturn \
        -Wmissing-format-attribute -Wredundant-decls -Werror

export         NASM CC AR LD OPT ARCH CODEGEN WARN


Dieser Post wurde am 14.04.2007 um 10:24 Uhr von FloSoft editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
13.04.2007, 18:48 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


probier mal cygwin aus, da ist ein gcc und ein nasm dabei und kann dir windows-binarys erzeugen
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
13.04.2007, 19:39 Uhr
~mf_OS
Gast


cygwin habe ich schon ich weiß aber nicht was ich da eingeben soll (k.A)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
13.04.2007, 19:49 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


na einfach make
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
14.04.2007, 09:17 Uhr
~mf_OS
Gast


was muss man dann da eingeben
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
14.04.2007, 10:24 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


Also:
Cygwin installieren (inkl gcc und nasm)
dann eben in dem Ordner der Quellen ein "make", bzw genauso installieren wie unter Linux auch (also wenn ein configure o.ä nötig ist)
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
14.04.2007, 13:19 Uhr
~mf_OS
Gast


wenn ich make makefile eingebe passiert nichts (er zeigt aber auch keinen Fhler an)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
007
14.04.2007, 17:03 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


nur make
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
008
14.04.2007, 17:20 Uhr
~mf_OS
Gast


dann steht da:

make.exe: *** No targets specified and no make file found. Stop.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
009
14.04.2007, 20:00 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


dann probier mal make -f makefile (wenn die makefile kleingeschrieben ist)
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 < [ 2 ]     [ Windows ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: