Git Product home page Git Product logo

tnt's Introduction

TNT is a Hostmode Terminal Program for Packet Radio.
Documentation and license details can be found in file: doc/tnt.doc

A Description of all files in the doc/ directory can be found in doc/FILES 

Compilation:
1. make dep
2. make

Important:
In the actual Linux-Kernels all interrupts are disabled during data-transfer
to or from an IDE/EIDE-harddisk. This will lead, even with a FIFO-16550, to
missing characters. Therefore the program 'hdparm' must be used to enable
the interrupts during data-transfers (parameter '-u 1' <device>).

TNT is Copyright (C) 1993-1996 by Mark Wahl, DL4YBG

tnt's People

Contributors

hb9xar avatar

Stargazers

 avatar

Watchers

 avatar  avatar

tnt's Issues

Won't compile on Debian Sid

Linux hamshack 5.10.0-8-amd64 #1 SMP Debian 5.10.46-1 (2021-06-24) x86_64 GNU/Linux

[~/src/TNT]:hamshack $ make dep
gcc -E -M -funsigned-char -O2 -DTNT_LINUX main.c serial.c keyboard.c display.c window.c file.c codconv.c init.c remote.c cookie.c crc.c shell.c macro.c connect.c log.c iface.c xmon.c monbox.c boxlist.c priv.c comp.c bcastadd.c bcast.c huffman.c yapp.c > .depend
[~/src/TNT]:hamshack $ make
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o main.o main.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o serial.o serial.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o keyboard.o keyboard.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o display.o display.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o window.o window.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o file.o file.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o codconv.o codconv.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o init.o init.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o remote.o remote.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o cookie.o cookie.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o crc.o crc.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o shell.o shell.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o macro.o macro.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o connect.o connect.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o log.o log.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o iface.o iface.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o xmon.o xmon.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o monbox.o monbox.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o boxlist.o boxlist.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o priv.o priv.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o comp.o comp.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o bcastadd.o bcastadd.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o bcast.o bcast.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o huffman.o huffman.c
gcc -funsigned-char -O2 -DTNT_LINUX   -c -o yapp.o yapp.c
gcc -funsigned-char -O2 -DTNT_LINUX main.o serial.o keyboard.o display.o window.o file.o codconv.o init.o remote.o cookie.o crc.o shell.o macro.o connect.o log.o iface.o xmon.o monbox.o boxlist.o priv.o comp.o bcastadd.o bcast.o huffman.o yapp.o -ltermcap -o tnt;
/usr/bin/ld: bcastadd.o:(.bss+0x20): multiple definition of `bcast_log_file'; init.o:(.bss+0x5c0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:143: tnt] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.