mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
quickstart outputs error stream from compilation
This commit is contained in:
parent
b06d4a9617
commit
2a221971f4
@ -26,7 +26,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: GUI.java,v 1.7 2006/09/06 12:26:33 fros4943 Exp $
|
* $Id: GUI.java,v 1.8 2006/09/07 12:01:35 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.sics.cooja;
|
package se.sics.cooja;
|
||||||
@ -662,7 +662,7 @@ public class GUI extends JDesktopPane {
|
|||||||
// Compile library
|
// Compile library
|
||||||
logger.info("> Compiling library");
|
logger.info("> Compiling library");
|
||||||
boolean compilationSucceded = ContikiMoteTypeDialog.compileLibrary(
|
boolean compilationSucceded = ContikiMoteTypeDialog.compileLibrary(
|
||||||
moteTypeID, contikiBaseDir, filesToCompile, null);
|
moteTypeID, contikiBaseDir, filesToCompile, null, System.err);
|
||||||
if (!libFile.exists() || !depFile.exists() || !mapFile.exists())
|
if (!libFile.exists() || !depFile.exists() || !mapFile.exists())
|
||||||
compilationSucceded = false;
|
compilationSucceded = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user