arduino报错(Error loading Python DLL: C:\Users\ADMINI~1\AppData\Local\Tem...

2019-07-067840
AI 快速预览详细 收起
本文讨论了在使用FireBeetle-ESP32开发板时遇到的“Error loading Python DLL: C:\Users\ADMINI~1\AppData\Local\Temp\_MEI126682\python27.dll (error code 1006)”错误。通过详细的排查步骤和解决方案,帮助用户快速解决该问题。建议开启Arduino IDE中的“编译过程中显示详细输出”选项,以便更好地定位和解决问题。
arduino报错(Error loading Python DLL: C:\Users\ADMINI~1\AppData\Local\Tem...图1

麻烦大神们帮忙解答一下谢谢

下面是错误日志:

Arduino:1.8.5 (Windows 7), 开发板:"FireBeetle-ESP32, 80MHz, 921600, None"

sketch\Blink.ino.cpp:1:0: warning: -fstack-protector not supported for this target

#include <Arduino.h>

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-adc.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-bt.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-dac.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-gpio.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-i2c.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-ledc.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-matrix.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-misc.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-sigmadelta.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-spi.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-time.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-timer.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-touch.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\esp32-hal-uart.c:1:0: warning: -fstack-protector not supported for this target

// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\stdlib_noniso.c:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\wiring_pulse.c:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\wiring_shift.c:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\libb64\cdecode.c:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\libb64\cencode.c:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C99 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\Esp.cpp:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\HardwareSerial.cpp:1:0: warning: -fstack-protector not supported for this target

#include <stdlib.h>

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\IPAddress.cpp:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\IPv6Address.cpp:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\MD5Builder.cpp:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\Print.cpp:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\Stream.cpp:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\StreamString.cpp:1:0: warning: -fstack-protector not supported for this target

/**

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\WMath.cpp:1:0: warning: -fstack-protector not supported for this target

/* -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*- */

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\WString.cpp:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\base64.cpp:1:0: warning: -fstack-protector not supported for this target

/**

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\cbuf.cpp:1:0: warning: -fstack-protector not supported for this target

/*

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\DFRobot_FireBeetle-ESP32\0.0.9\cores\esp32\main.cpp:1:0: warning: -fstack-protector not supported for this target

#include "freertos/FreeRTOS.h"

^

<command-line>:0:32: warning: ISO C++11 requires whitespace after the macro name

Error loading Python DLL: C:\Users\ADMINI~1\AppData\Local\Temp\_MEI126682\python27.dll (error code 1006)

exit status -1
为开发板 FireBeetle-ESP32 编译时出错。

在文件 -> 首选项开启
“编译过程中显示详细输出”选项
这份报告会包含更多信息。





截图201907061035127154.png (185.29 KB, 下载次数: 2417)

Arduino 报错解决:Error loading Python DLL - FireBeetle-ESP32_image_3.webp

创作许可协议

本项目采用 None(不开放任何权利,保留所有权利) 进行许可。

评论(1)
pATAq
pATAq
YuNianVH
YuNianVH
作者
回复pATAq
谢谢,已经弄好了
YuNianVH
YuNianVH
作者
回复pATAq
谢谢,已经弄好了
- 没有更多了 -