From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!news.in2p3.fr!in2p3.fr!not-for-mail From: xavier grave Newsgroups: comp.lang.ada Subject: Re: Try to compile OS-Lovelace with gcc-4.6 Date: Tue, 29 Oct 2013 19:25:42 +0100 Organization: In2p3 Message-ID: References: <1d052368-dd28-44b8-8151-fdc047e26f81@googlegroups.com> NNTP-Posting-Host: ipnnarval.in2p3.fr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ccpntc8.in2p3.fr 1383071154 30733 134.158.92.7 (29 Oct 2013 18:25:54 GMT) X-Complaints-To: newsmaster@cc.in2p3.fr NNTP-Posting-Date: Tue, 29 Oct 2013 18:25:54 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130119 Firefox/10.0.11esrpre Iceape/2.7.12 In-Reply-To: <1d052368-dd28-44b8-8151-fdc047e26f81@googlegroups.com> Xref: news.eternal-september.org comp.lang.ada:17556 Date: 2013-10-29T19:25:42+01:00 List-Id: kug1977@web.de wrote: >> I'm trying (again :) ) to compile OS-Lovelace with gcc-4.6 > > I was looking the internet for some code, but I didn't find OS-Lovelace. Can you provide a link to the code, please? You should use monotone : Prompt> mtn --db=./base_lovelace.db db init Prompt> mtn --db=./base_lovelace.db pull mtn://www.ada-france.org?org.os-lovelace.* Prompt> mtn --db=./base_lovelace.db list branches org.os-lovelace.micro-kernel org.os-lovelace.multi org.os-lovelace.toy org.os-lovelace.tutorial The tutorial branch contains some test code for C, Ada for x86 and ARM architectures The micro-kernel one is the implementation of the code tested in the previous branch. The toy branch is an archive of the Ada translation of SOS (Simple OS, written in C), there is support for Ada tasking, OO and exception in it. To commit a branch : Prompt> mtn --db=./base_lovelace.db co -b org.os-lovelace.micro-kernel Hope it will help, xavier