Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'drake,': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'subject:embedded': 0.16; 'subject:system': 0.16; 'linux': 0.17; 'header:In-Reply-To:1': 0.22; '(without': 0.23; 'stefan': 0.24; 'bit': 0.28; "can't": 0.33; 'header:User-Agent:1': 0.33; 'it?': 0.33; 'header:X -Complaints-To:1': 0.34; 'received:84': 0.34; 'arm': 0.34; 'to:addr:python-list': 0.35; 'install': 0.35; 'operating': 0.35; 'core': 0.36; 'received:org': 0.36; 'should': 0.38; 'to:addr:python.org': 0.40 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: Porting Python to an embedded system Date: Sun, 04 Mar 2012 14:00:54 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-011-011.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330866073 news.xs4all.nl 6922 [2001:888:2000:d::a6]:36834 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21193 Justin Drake, 04.03.2012 11:58: > I am working with an ARM Cortex M3 on which I need to port Python > (without operating system). What would be my best approach? I just > need the core Python and basic I/O. The "without operating system" bit should prove problematic. Can't you just install Linux on it? Stefan