English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 625
Search took 0.19 seconds.
Search: Posts Made By: Marlon_
Forum: support.AmigaOS 01 May 2023, 12:41
Replies: 30
Views: 3,660
Posted By Marlon_
I tried compiling the libssh2 and libtsm for OS3,...

I tried compiling the libssh2 and libtsm for OS3, and that was super easy.

So perhaps rip out the main interface and replace it with a MUI implementation or something would be easiest? :)
Forum: support.AmigaOS 30 April 2023, 22:32
Replies: 30
Views: 3,660
Posted By Marlon_
This one is more current, but only for AmigaOS4...

This one is more current, but only for AmigaOS4 https://github.com/salass00/sshterm
Might be worth trying to port to OS3.x
Forum: Coders. C/C++ 27 April 2023, 13:48
Replies: 1,549
Views: 359,626
Posted By Marlon_
Toolchain builds successfully with GCC 13.1...

Toolchain builds successfully with GCC 13.1 branch now. :) Now to test building some projects and see how that works out! :)
Forum: Coders. C/C++ 27 April 2023, 13:07
Replies: 1,549
Views: 359,626
Posted By Marlon_
Neat! Will give it a go again and report back!

Neat! Will give it a go again and report back!
Forum: Coders. C/C++ 27 April 2023, 11:56
Replies: 1,549
Views: 359,626
Posted By Marlon_
I always start with a clean build within docker...

I always start with a clean build within docker just to make sure everything is as it should be. :)


#9 1907.2 build/mui/libmui.c: In function 'MUI_Offset':
#9 1907.2 build/mui/libmui.c:494:3:...
Forum: Coders. C/C++ 26 April 2023, 21:31
Replies: 1,549
Views: 359,626
Posted By Marlon_
I tried compiling again, and now libnix does not...

I tried compiling again, and now libnix does not throw an error, but instead libgcc:

/root/build-Linux-m68k-amigaos/gcc/./gcc/xgcc -B/root/build-Linux-m68k-amigaos/gcc/./gcc/...
Forum: Coders. C/C++ 26 April 2023, 21:27
Replies: 1,549
Views: 359,626
Posted By Marlon_
You can always trust web.archive.org: ...

You can always trust web.archive.org:
https://web.archive.org/web/20221205235953/http://www.haage-partner.de/download/AmigaOS/NDK39.lha

Also, alinea now hosts the 3.9 NDK. BSzili even has a PR...
Forum: Coders. C/C++ 26 April 2023, 21:11
Replies: 1,549
Views: 359,626
Posted By Marlon_
It's the 3.9 NDK, same as it was on haage and...

It's the 3.9 NDK, same as it was on haage and partner, just on a new mirror. I had too many issues with 3.2 NDK, which is the reason why I kept using 3.9

EDIT:
For what it's worth, I use the 3.9...
Forum: Coders. C/C++ 26 April 2023, 17:05
Replies: 1,549
Views: 359,626
Posted By Marlon_
make libnix...failed ...

make libnix...failed
/root/projects/libnix/sources/socket/socket/sendmsg.c
/root/projects/libnix/sources/socket/socket/send.c
/root/projects/libnix/sources/socket/socket/sendto.c...
Forum: Coders. C/C++ 26 April 2023, 16:50
Replies: 1,549
Views: 359,626
Posted By Marlon_
Will try it! :)

Will try it! :)
Forum: News 10 January 2023, 16:18
Replies: 137
Views: 43,039
Posted By Marlon_
What about DraCo or Amithlon? :) I think...

What about DraCo or Amithlon? :)

I think Amithlon partially emulated the cia for timings, perhaps DraCo did the same.


Sent from my iPhone using Tapatalk
Forum: Coders. C/C++ 14 September 2022, 14:12
Replies: 1,549
Views: 359,626
Posted By Marlon_
vasmm68k_mot -no-opt -devpac -Fhunk -o...

vasmm68k_mot -no-opt -devpac -Fhunk -o c2p1x1_8_c5_040.o c2p1x1_8_c5_040.s
m68k-amigaos-gcc some_c_file.c -o some_c_file.o
m68k-amigaos-gcc c2p1x1_8_c5_040.o some_c_file.o -o frm060.exe
Forum: Coders. C/C++ 14 September 2022, 13:14
Replies: 1,549
Views: 359,626
Posted By Marlon_
you need to compile that assembly file with VASM...

you need to compile that assembly file with VASM :)
Forum: support.Hardware 12 September 2022, 15:11
Replies: 5,498
Views: 1,046,736
Posted By Marlon_
Yeah, that link is from 2020. It was the last...

Yeah, that link is from 2020. It was the last ever auto-built WOS binary.
Forum: Amiga scene 19 October 2020, 14:37
Replies: 36
Views: 8,615
Posted By Marlon_
This is a collaboration between us. New builds...

This is a collaboration between us. New builds will come frome previous link as well, when it's all synced up
Forum: News 29 September 2020, 13:16
Replies: 55
Views: 11,258
Posted By Marlon_
If you have ADE installed, you can launch sh as...

If you have ADE installed, you can launch sh as well:
rsh amiga "ADE:bin/sh"
Forum: Retrogaming General Discussion 17 July 2020, 12:58
Replies: 15
Views: 2,133
Posted By Marlon_
Makes sense why it looks so bad then. :P

Makes sense why it looks so bad then. :P
Forum: Amiga scene 15 June 2020, 16:50
Replies: 16
Views: 2,854
Posted By Marlon_
If you're into development and talking about...

If you're into development and talking about such: https://discord.gg/Dfba7Yb
Forum: Amiga scene 13 June 2020, 00:14
Replies: 36
Views: 8,615
Posted By Marlon_
Essentially, the CPU is tasked with: ...

Essentially, the CPU is tasked with:

Drawing the graphics
Mixing multiple channels, with multiple samples down to two channels


None of the drawing or audio tasks are being offloaded from...
Forum: Amiga scene 12 June 2020, 20:20
Replies: 36
Views: 8,615
Posted By Marlon_
Hmm, that is a regression bug. Need to find...

Hmm, that is a regression bug. Need to find what's causing that. It used to happen before, but was fixed, but it seems like the issue is reintroduced. Thanks for letting us know. :)
Forum: Amiga scene 12 June 2020, 15:49
Replies: 36
Views: 8,615
Posted By Marlon_
Exclamation So there's three things: Improve blitting...

So there's three things:

Improve blitting of the Regular SDL/chunky MilkyTracker UI + add AGA mode for those without RTG
Add Intuition based UI à la OctaMED to MilkyTracker (optional)
Create...
Forum: Amiga scene 12 June 2020, 14:38
Replies: 36
Views: 8,615
Posted By Marlon_
Exclamation @Weaselrama There is ongoing development on the...

@Weaselrama There is ongoing development on the 68k version yes. Neoman and I have some plans for this.

Our plan so far:

Native audio playback, direct channel out. Which means it will work...
Forum: project.Green Amiga Alien GUIDES 02 March 2020, 16:04
Replies: 1,804
Views: 690,084
Posted By Marlon_
Is the time and date set correctly on your...

Is the time and date set correctly on your machine?
Forum: Coders. C/C++ 12 February 2020, 17:16
Replies: 16
Views: 3,917
Posted By Marlon_
My goal is to have an as much ready to go...

My goal is to have an as much ready to go prebuilt environment for people to use with whichever Amiga flavor they want. Hence the docker.

My improvements are on all ends in the case of Docker:
...
Forum: Coders. C/C++ 12 February 2020, 16:04
Replies: 16
Views: 3,917
Posted By Marlon_
I have done some work with CMake as well:...

I have done some work with CMake as well: https://github.com/AmigaPorts/AmigaCMakeCrossToolchains/

I haven't added VBCC, but VASM support, because I needed it in a project.

This toolchain is...
Forum: Hardware mods 18 November 2019, 20:52
Replies: 7
Views: 1,984
Posted By Marlon_
http://eab.abime.net/showthread.php?t=68709

http://eab.abime.net/showthread.php?t=68709
Forum: News 12 November 2019, 18:53
Replies: 137
Views: 43,039
Posted By Marlon_
Why not both? ;)

Why not both? ;)
Forum: News 12 November 2019, 11:29
Replies: 137
Views: 43,039
Posted By Marlon_
Also, bloodline and mschulz has communicated...

Also, bloodline and mschulz has communicated about this stuff before: http://eab.abime.net/showthread.php?t=96407

Specific comment touching this subject:...
Forum: News 12 November 2019, 11:25
Replies: 137
Views: 43,039
Posted By Marlon_
That one is using code from another project, this...

That one is using code from another project, this one is written from scratch, so it wouldn't conflict with the AROS license.

That one also emulates Amiga specific chips (slower), while this only...
Forum: News 11 November 2019, 18:23
Replies: 137
Views: 43,039
Posted By Marlon_
Then it probably could work and be used as a CPU...

Then it probably could work and be used as a CPU core, if someone takes the time to try to implement it. I don't think it's on Schulz timeline for this software though as the focus is AROS 68k +...
Forum: News 10 November 2019, 18:05
Replies: 137
Views: 43,039
Posted By Marlon_
I know. I’m mainly giving the facts for him.

I know. I’m mainly giving the facts for him.
Forum: News 10 November 2019, 14:22
Replies: 137
Views: 43,039
Posted By Marlon_
http://eab.abime.net/attachment.php?attachmentid=6...

http://eab.abime.net/attachment.php?attachmentid=65129&stc=1&d=1573392108
Read for yourself
Forum: News 10 November 2019, 14:17
Replies: 137
Views: 43,039
Posted By Marlon_
That's not what this thread is about though. ...

That's not what this thread is about though.

The Emu68 is a standalone software that can run barebones on a Raspberry Pi. There's no plan for incorporation in uae4arm. However, it is opensource,...
Forum: News 10 November 2019, 13:20
Replies: 137
Views: 43,039
Posted By Marlon_
It will NOT be able to run non system friendly...

It will NOT be able to run non system friendly software. Where the hell did you get that from? This is a 68k CPU+FPU emulator, not a full fledged Amiga computer emulator.


Does the MiSTer have an...
Forum: News 05 November 2019, 16:48
Replies: 137
Views: 43,039
Posted By Marlon_
You could essentially run an Amithlon like setup...

You could essentially run an Amithlon like setup on this, as long as there's Pi drivers written for AmigaOS 3.* to access the periferals. AROS 68k on this would essentially be just that. Being able...
Forum: Coders. C/C++ 30 October 2019, 03:17
Replies: 1,549
Views: 359,626
Posted By Marlon_
This needs to be addressed as it doesn't work the...

This needs to be addressed as it doesn't work the same as on other toolchains.

If I use
#include <algorithm>
in my code, it should work on its own.

But with the m68k amiga gcc 6, you have to...
Forum: Coders. C/C++ 23 October 2019, 12:22
Replies: 1,549
Views: 359,626
Posted By Marlon_
configure uses pkgconfig to look for...

configure uses pkgconfig to look for libs/includes. You have to tell pkgconfig where to look, otherwise it will look in the system default directories, and if the libs are found it gets added to...
Forum: Hardware mods 16 October 2019, 13:01
Replies: 7
Views: 1,984
Posted By Marlon_
You can modify an A500 keyboard to work with the...

You can modify an A500 keyboard to work with the A4000. There’s a howto guide somewhere here on the forum
Forum: Coders. C/C++ 13 September 2019, 22:36
Replies: 117
Views: 50,901
Posted By Marlon_
AFAIK, only C is enabled, not C++. Hence the...

AFAIK, only C is enabled, not C++. Hence the errors
Forum: Amiga scene 06 September 2019, 13:34
Replies: 42
Views: 9,397
Posted By Marlon_
Diablo1 works particularly well because a) it’s...

Diablo1 works particularly well because a) it’s the “original” source code. b) the original diablo was already aimed for pretty low specs.
With the new render code we might get at even lower specs...
Showing results 1 to 40 of 625

 
Forum Jump

All times are GMT +2. The time now is 09:59.

Top

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