in the step "64-bit Debian (Linux)", with the command:
sudo apt-get install git autoconf build-essential gperf bison flex texinfo libtool libncurses5-dev wget gawk libc6-dev-amd64 python-serial libexpat-dev
I got error here:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libexpat1-dev' instead of 'libexpat-dev'
libncurses5-dev is already the newest version.
python-serial is already the newest version.
python-serial set to manually installed.
git is already the newest version.
wget is already the newest version.
wget set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
build-essential : Depends: dpkg-dev (>= 1.13.5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Anyone please help me find out what the problem is.
I am using Ubuntu 64-bit:
uname -r
3.16.0-31-generic
I am doing as the tutorial here: https://github.com/esp8266/esp8266-wiki/wiki/Toolchain
in the step "64-bit Debian (Linux)", with the command: sudo apt-get install git autoconf build-essential gperf bison flex texinfo libtool libncurses5-dev wget gawk libc6-dev-amd64 python-serial libexpat-dev
I got error here: Reading package lists... Done Building dependency tree
Reading state information... Done Note, selecting 'libexpat1-dev' instead of 'libexpat-dev' libncurses5-dev is already the newest version. python-serial is already the newest version. python-serial set to manually installed. git is already the newest version. wget is already the newest version. wget set to manually installed. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: build-essential : Depends: dpkg-dev (>= 1.13.5) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Anyone please help me find out what the problem is.
I am using Ubuntu 64-bit: uname -r 3.16.0-31-generic