ich habe den PicoC Interpreter von Zik Saleeba (bitte Copyright am Ende der Msg beachten) vorhin mal schnell für Windows übersetzt und hier angehängt.
Aufruf für uns: picoc -s <source.c>
Ein Einzeiler test.c ist auch im Zip enthalten.
Ich benutze den Interpreter, um z.B. Stringverarbeitung vorher zu testen. Auf die Idee bin ich gekommen, da direkt auf dem MS zu programmieren, etwas gefährlich sein kann. Fehler im PicoC Programm werden gerne mit Bootloops beantwortet.
Nachteil des Interpreters ist, dass keine Hardwareein-/ausgänge existieren und auch sonst Loxone ihre PicoC Version um zusätzliche Befehle aufgebohrt hat. Man kommt also nicht umher, 2 Programmversionen zu verwalten oder eben nur essentielles für den Interpreter auszulagern.
Für Grundsätzliches ist der Interpreter aber gut geeignet. Vielleicht hilft es ja dem einen oder anderen.
Grüße
Martin
Edit: kann kein Zip anhängen, wenn das geht, gibt es auch den PicoC Interpreter.
Edit2: Download im Wiki: http://www.loxwiki.eu/display/LOX/PicoC+Interpreter
Copyright
---------
picoc is published under the "New BSD License".
Copyright (c) 2009-2011, Zik Saleeba
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of the Zik Saleeba nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
Kommentar