Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TW#27531] ldgen.py #2720

Closed
H-LK opened this issue Nov 20, 2018 · 0 comments
Closed

[TW#27531] ldgen.py #2720

H-LK opened this issue Nov 20, 2018 · 0 comments

Comments

@H-LK
Copy link

H-LK commented Nov 20, 2018

Environment

  • Development Kit: |ESP32-PICO-Kit|
  • Kit version (for WroverKit/PicoKit/DevKitC): v2
  • Module or chip used: ESP32-PICO-D4
  • IDF version (run git describe --tags to find it):
    v3.2-beta1-182-g4c881708d
  • Build System: Ubuntu, make, Python 2.7.15rc1
  • Compiler version (run xtensa-esp32-elf-gcc --version to find it):
    1.22.0-80-g6c4433a
  • Operating System: Linux
  • Power Supply: external 5V

Problem Description

Generating esp32.common.ld
File "/home/hlk/esp/esp-idf/tools/ldgen/ldgen.py", line 95
except Exception, e:

Fix

except Exception, e:
to
except Exception as e:

@Alvin1Zhang Alvin1Zhang changed the title ldgen.py [TW#27531] ldgen.py Nov 21, 2018
redchenjs added a commit to redchenjs/esp-idf that referenced this issue Nov 22, 2018
@igrr igrr closed this as completed in 8eeddd2 Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant