English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 65
Search took 0.01 seconds.
Search: Posts Made By: cla
Forum: Coders. Releases 22 July 2019, 01:43
Replies: 5
Views: 7,598
Posted By cla
AmiTimeKeeper version 1.09

AmiTimeKeeper version 1.09 has been release with a new set of features. Most notable is support for daylight saving time.

Support for daylight saving time is accomplished by picking up content of...
Forum: Coders. C/C++ 07 February 2019, 21:10
Replies: 17
Views: 5,167
Posted By cla
Hi Tygre I don't know if it is still an...

Hi Tygre

I don't know if it is still an issue for you. If it is, here is a solution: alarm() is suppose to handle timeout. When the alarm is triggered after a certain amount of time,...
Forum: Coders. Language 02 August 2018, 23:39
Replies: 65
Views: 56,037
Posted By cla
An AmigaOS build server

Its actually a pretty good idea. There could even be an option to select which compiler to use. And the make files should be generated based on includes and folder structures.

An AmigaOS build...
Forum: Coders. Tutorials 17 June 2018, 15:10
Replies: 0
Views: 7,831
Posted By cla
C: AmigaOS and Workbench

Found an AmigaOS and Workbench tutorial online at http://www.pjhutchison.org/tutorial/amiga_c.html

Intro text explains: This tutorial will help you to begin to understand how to write Amiga...
Forum: Coders. C/C++ 17 June 2018, 14:19
Replies: 43
Views: 8,579
Posted By cla
Looking forward to having the last 3 IN PROGRESS...

Looking forward to having the last 3 IN PROGRESS resolved ! Who would believe it could be possible a few year ago ?!!! :-)
Forum: Coders. C/C++ 03 January 2018, 20:59
Replies: 10
Views: 3,688
Posted By cla
The only version I have been able to dig up: ...

The only version I have been able to dig up:
http://aminet.net/package/dev/gg/gdb-bin

Maybe the last.
Forum: Coders. C/C++ 03 January 2018, 20:56
Replies: 10
Views: 4,214
Posted By cla
No one knows this answer?

No one knows this answer?
Forum: Coders. C/C++ 03 January 2018, 20:28
Replies: 12
Views: 4,816
Posted By cla
Not in terms of C++17/14/11.

Not in terms of C++17/14/11.
Forum: Coders. C/C++ 03 January 2018, 20:24
Replies: 7
Views: 2,054
Posted By cla
Elaborating on the above: The libraries in OS1.3...

Elaborating on the above: The libraries in OS1.3 (Kickstart 1.3) does not supply the same library functions as 3.1 or 3.9. Hence they need they own headers.
Forum: Coders. Releases 30 December 2017, 15:00
Replies: 35
Views: 17,256
Posted By cla
I haven't considered those libraries but it seems...

I haven't considered those libraries but it seems like a good idea. Earlier I was considering bypassing gcc and use the mathieeedoubbasbase library directly. Regardless the current solution is too...
Forum: Coders. C/C++ 28 December 2017, 07:29
Replies: 1,549
Views: 359,727
Posted By cla
I have used gdb with gcc compiled code on Linux...

I have used gdb with gcc compiled code on Linux and Windows. Which debugger do you use in the above context?

Generally it is quiet hard to debug code without some kind of Integrated Development...
Forum: Coders. Releases 28 December 2017, 07:10
Replies: 5
Views: 7,598
Posted By cla
It is suppose to show up like this on OS3 ...

It is suppose to show up like this on OS3

http://suyai.innolan.net/AmiTimeKeeper.png

And like this on AROS

http://suyai.innolan.net/AmiTimeKeeper-aros.png

Try to start the program from...
Forum: Coders. Releases 23 December 2017, 21:26
Replies: 5
Views: 7,598
Posted By cla
Unfortunately not. It relies only on the The...

Unfortunately not. It relies only on the The Locale Preferences as show on the AmigaOS Wiki pages:
http://wiki.amigaos.net/wiki/AmigaOS_Manual:_Workbench_Localization

Specifically: "The Time Zone...
Forum: Coders. C/C++ 23 December 2017, 20:27
Replies: 1,549
Views: 359,727
Posted By cla
This tool chain is really nice work!!! Still no...

This tool chain is really nice work!!! Still no plans for a stable branch on github?
Forum: Coders. Releases 23 December 2017, 20:26
Replies: 35
Views: 17,256
Posted By cla
Package updated to 1.8.3. Now runs on several...

Package updated to 1.8.3. Now runs on several systems and have its own page:
https://amath.innolan.net
Forum: Coders. Releases 23 December 2017, 20:08
Replies: 5
Views: 7,598
Posted By cla
Net NTP Sync package

AmiTimeKeeper is an Amiga dedicated NTP client. It runs as a commodity in the background and can operate without any user intervention.

Have a look at:...
Forum: Coders. Releases 23 December 2017, 20:03
Replies: 8
Views: 8,465
Posted By cla
Update twice this year: ...

Update twice this year:
http://aminet.net/package/dev/gcc/m68k-amigaos-gcc
http://aminet.net/package/dev/gcc/m68k-amigaos-gcc-2017.2

Remember to give the author a small donation if you like his...
Forum: Coders. Releases 23 December 2017, 19:56
Replies: 4
Views: 9,907
Posted By cla
New Development package uploaded to aminet: ...

New Development package uploaded to aminet:
http://aminet.net/util/time/tzdev.lha

There is currently an error on aminet stating the package is a zip package. This is not true. It is a lha...
Forum: Coders. C/C++ 01 May 2017, 00:18
Replies: 17
Views: 5,167
Posted By cla
Well, the code is: socket(AF_INET, SOCK_DGRAM,...

Well, the code is:
socket(AF_INET, SOCK_DGRAM, 0)But it wont work since you wont get a reply from the host. UDP does not rely on states and does not implement a 3-Way Handshake like TCP does.
...
Forum: Coders. C/C++ 30 April 2017, 16:40
Replies: 17
Views: 5,167
Posted By cla
Hi Tygre and all! :) I don't know if you are...

Hi Tygre and all! :)

I don't know if you are using AmiTCP? I tried to do non-blocking TCP socket with version 4.x but I never managed to it to work. Non-blocking UDP sockets are no problem but I...
Forum: Coders. C/C++ 25 April 2017, 21:47
Replies: 17
Views: 5,167
Posted By cla
There are several implementation. I bet the 4...

There are several implementation. I bet the 4 main AmigaOS does not share much code. And only a few people know how much Roadshow shares with say AmiTCP.

But thats another story :nervous
Forum: Coders. C/C++ 25 April 2017, 21:07
Replies: 17
Views: 5,167
Posted By cla
What you are trying to do is actually a TCP ping...

What you are trying to do is actually a TCP ping instead of the traditional ICMP ping. That is, if it is possible to establish a TCP connection (SYN,SYN-ACK,ACK and so on).

Port 1 to 1024 are for...
Forum: Coders. C/C++ 18 April 2017, 21:17
Replies: 1,549
Views: 359,727
Posted By cla
I also enjoy the simplicity of the unix shell....

I also enjoy the simplicity of the unix shell. Personally I prefer tcsh and nano for these kinds of tasks. But for code editing I use Visual Studio Code. Its not bloated but it still offers the...
Forum: Coders. C/C++ 05 April 2017, 22:51
Replies: 1,549
Views: 359,727
Posted By cla
@Bebbo Nice work :great Maybe you could create...

@Bebbo
Nice work :great Maybe you could create a stable branch on github for common GCC users like me.

How mature is the toolchain in its current state ?
Forum: Coders. Language 10 November 2016, 23:18
Replies: 24
Views: 23,556
Posted By cla
@bebbo I am also curious about this GCC 6.2.0...

@bebbo
I am also curious about this GCC 6.2.0 cross compiler. Your page mentions "Meanwhile I ported the patches to gcc 6.2.0 and it starts to work". Could you make those available ?
Forum: Coders. Language 06 November 2016, 22:54
Replies: 65
Views: 50,922
Posted By cla
@ALB42 Great piece of software. It reminds me...

@ALB42
Great piece of software. It reminds me of my Delphi 5 days :)
Forum: Coders. General 26 October 2016, 21:02
Replies: 14
Views: 5,549
Posted By cla
I will give it try. And sorry about the...

I will give it try.

And sorry about the inaccurate description of fork() earlier in the thread. I accidentally mixed up the threading models with something else.
Forum: Coders. System 26 October 2016, 20:49
Replies: 0
Views: 2,325
Posted By cla
Call for testing

I got approval of an AmigaOS patch to the official IANA Time Zone Database:
https://github.com/eggert/tz/commit/6db16d8f6e83b74520b1de7e1acc1f4ec4da1a80

My time and capacity is limited. Anyone...
Forum: Coders. Releases 19 October 2016, 00:00
Replies: 4
Views: 9,907
Posted By cla
Amiga Time Zone Database 5.0

The tz database, also called tzdata, the zoneinfo database or IANA (Internet Assigned Numbers Authority) time zone database, is a collaborative compilation of information about the world's time...
Forum: Coders. General 16 October 2016, 22:05
Replies: 14
Views: 5,549
Posted By cla
GCC Libraries

fork() is a nightmare. There is nothing similar on AmigaOS. It is a GNUish thing. POSIX Threads are more similar to AmigaOS but the signals still needs to be translated. I generally try to avoid...
Forum: News 12 October 2016, 22:42
Replies: 101
Views: 25,052
Posted By cla
I would do the same. Guess I have to settle with...

I would do the same. Guess I have to settle with the Archiv Download for now.
Forum: Coders. Releases 12 October 2016, 22:28
Replies: 8
Views: 8,465
Posted By cla
Compiled new GCC toolchain for AmigaOS 3.x...

Compiled new GCC toolchain for AmigaOS 3.x development. It should work with most recent Linux i386 distributions (libc6). Updated to version 2016:
http://aminet.net/package/dev/gcc/m68k-amigaos-gcc...
Forum: Coders. General 01 October 2016, 23:12
Replies: 5
Views: 3,452
Posted By cla
Its really cool. Does anything like this exist...

Its really cool. Does anything like this exist for KDevelop ?
Forum: Coders. General 30 September 2016, 20:30
Replies: 2
Views: 2,534
Posted By cla
Du bist herzlich willkommen. So you are the...

Du bist herzlich willkommen. So you are the author I assume ?

It is easy to build, true. Having it in the ports tree is more like quality assurance. I use FreeBSD for server stuff etc. and as a...
Forum: Coders. General 28 September 2016, 18:45
Replies: 2
Views: 2,534
Posted By cla
Trying out vlink and vasm

If you are a FreeBSD user and want to try out vlink and vasm then continue reading.

The well known Amiga assembler vasm has been in the FreeBSD ports tree for some time now. I have taken the task...
Forum: Coders. Releases 02 January 2016, 21:39
Replies: 8
Views: 8,465
Posted By cla
I guess the major problem is the AmigaOS hunk...

I guess the major problem is the AmigaOS hunk format. Newer (unpatched) version of GCC can only produces ELF executables. See
https://gcc.gnu.org/install/specific.html#m68k-x-x

Maybe with a bit...
Forum: Coders. Releases 31 December 2015, 03:12
Replies: 8
Views: 8,465
Posted By cla
New GCC based dev toolchain for AmigaOS 3.x

I compiled a new GCC toolchain for AmigaOS 3.x development. It should work with most recent Linux i386 distributions (libc6).

Further detail are on aminet and at the authors github page:...
Forum: Coders. General 31 December 2015, 03:06
Replies: 6
Views: 2,925
Posted By cla
By coincidence I stumble across an implementation...

By coincidence I stumble across an implementation today. Its on github:
https://github.com/arczi84/NetSurf-68k/tree/NetSurf-68k/amigaos3/libnix

Maybe it can be of use.
Forum: Coders. General 30 December 2015, 11:40
Replies: 6
Views: 2,925
Posted By cla
Hi tcgetattr and tcsetattr are (POSIX)...

Hi

tcgetattr and tcsetattr are (POSIX) termios functions. I have looked for an open source Amiga implementation of termios but never found one. You would need to implement those for AmigaDOS...
Forum: Coders. Releases 15 November 2015, 18:55
Replies: 1
Views: 4,027
Posted By cla
whois AmigaOS client

A new port of whois for m68k AmigaOS 1.3 and higher is now available from aminet.

The port is based on current sources from NetBSD and OpenBSD. Judging from other available online code sources the...
Showing results 1 to 40 of 65

 
Forum Jump

All times are GMT +2. The time now is 19:07.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.13884 seconds with 10 queries