
Minicom 2.2 windows#
The administering machine can be any Unix/Linux or Windows machine with a terminal emulator program (PuTTY or Minicom, for example).
Minicom 2.2 serial#
Installation of Arch Linux is possible via the serial console as well.Ī basic environment for this scenario is two machines connected using a serial cable (9-pin connector cable).

PORTAGE_RSYNC_OPTS="-recursive -links -safe-links -perms -times -omit-dir-times -compress -force -whole-file -delete -stats -human-readable -timeout=180 -exclude=/distfiles -exclude=/local -exclude=/packages -exclude=/.An Arch Linux machine can be configured for connections via the serial console port, which enables administration of a machine even if it has no keyboard, mouse, monitor, or network attached to it. LDFLAGS="-Wl,-O1 -Wl,-as-needed -Wl,-hash-style=gnu" Sync-uri: rsync:///gentoo-portageĪCCEPT_KEYWORDS="amd64 -pipe -fdiagnostics-show-option -frecord-gcc-switches"ĬONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"ĬONFIG_PROTECT_MASK="/etc/nf /etc/env.d /etc/fonts/nf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"ĮNV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"įEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fail-clean fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict stricter test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" Sys-kernel/linux-headers: 5.4::gentoo (virtual/os-headers) usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/././././x86_64-pc-linux-gnu/bin/ld: sysdep1_s.o:(.bss+0x70): multiple definition of `portfd_is_connected' minicom.o:(.bss+0x2b0): first defined hereĬollect2: error: ld returned 1 exit status X86_64-pc-linux-gnu-gcc -O2 -pipe -fdiagnostics-show-option -frecord-gcc-switches -fno-common -W -Wall -Wextra -std=gnu99 -Wl,-O1 -Wl,-as-needed -Wl,-hash-style=gnu -o minicom minicom.o vt100.o config.o help.o updown.o util.o dial.o window.o wkeys.o ipc.o windiv.o sysdep1.o sysdep1_s.o sysdep2.o rwconf.o main.o file.o getsdir.o wildmat.o common.o. # MAKEOPTS=-j1 LANG=C FEATURES='-strict -stricter -fail-clean' CFLAGS="$(portageq envvar CFLAGS) -fno-common" emerge -v1 minicom

Simple reproducer on older gcc is to add -fno-common:
