Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
203 user(s) are online (127 user(s) are browsing Forums)

Members: 0
Guests: 203

more...

Headlines

Forum Index


Board index » All Posts (rjd324)




Re: Amiga Package Management / Shared Objects (Use Case: SDL)
Quite a regular
Quite a regular


Afxgroup created his own CLIB2 repository that anyone can add to their apt.sources.

I wonder if a general apt repository is a good way to have an actual package management system for AmigaOS4. Consider a repository named "os4depot", where the latest things can be downloaded.

But, questions would have to be answered such as who would maintain it. Is it even a good idea!? Even if we have an apt repository, would it really make any difference? What about other package management systems / Windows users.

Perhaps the best thing is still just what we have now. Get a released version from GitHub or build the source code yourself. For the latter - not everyone is interested or experienced in that.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Maintainer(s) for libsdl2_* libraries for AOS4
Quite a regular
Quite a regular


Who is maintaining SDL2 libraries such as libsdl2_net?

I see an entry on OS4Depot.net from 2016.

===

EDIT: I guess no one since net is nothing more than a thin wrapper that calls of into the C library. So, updating it is presumably simple.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Advice for X1000 Video Card
Quite a regular
Quite a regular


Yeah, UK.

These r9, 7900 cards are so large and bulky. The RX series is nice, quiet and light.

Not sure if there is a lightweight SI card to get.

I'll have a search. Thanks for the hint wrt. Ebuyer.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Advice for X1000 Video Card
Quite a regular
Quite a regular


My X1000 came with the Radeon 4XXX series card. After a while, I upgraded to a 7950 (SI). That card was massive in size and fairly loud, but it worked for a while. I also bought the SI software from the AmiStore: I cannot even remember what that was for now. I think it was about 30£ and it enabled SI to use W3DNova..?

Anyway, the 7950 died one day. I put back a Radeon 5XXX card (which came with my X5000 that I upgraded to a 560RX because the 550RX was DoA. Actually, that 560RX has been solid and there are no problems there).

Then, I bought a 280 for my X1000 and that worked for a short while but found artifacts on the screen after a short time! I also tested it in a PC and the same artifacts were there.

So, all the cards I have bought so far have been from eBay. I got lucky with the important one: the 560 in the X5000.

I am wondering to risk Yet Another SI card from eBay or get an RX card, preferably avoiding eBay!

1. Is there a safe source of these cards?
2. Is it as simple as plugging in the RX card into the X1000? (Other than installing drivers)

Thanks.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: NewLib error with Media Player
Quite a regular
Quite a regular


This happens to me when using Odyssey and YouTube.

Once I get that error, I need to restart the machine and video playback works again until I try to play another video through yt.

It is known. I created a thread named with YouTube in the title but I cannot be bothered to find it on my phone right now.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Trouble building GCC 11 cross-compiler on Ubuntu
Quite a regular
Quite a regular


lhasa _does not work_ for later version of the SDK. It will not report an error either, it will just not correctly extract.

You should notice that the ReadMe.md has updated since last night too.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Trouble building GCC 11 cross-compiler on Ubuntu
Quite a regular
Quite a regular


Fine. I think Coreutils is a red-herring anyway. Your initial error is complaining during the build of clib2 due to the use of a subpar version of LHA.

In summary,

- Use a known working version of LHA and use adtools repo
- or, use adtools_testing with ./adt -b
- and know that coreutils 8 should not be used for now

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Trouble building GCC 11 cross-compiler on Ubuntu
Quite a regular
Quite a regular


You probably did not specify the "gcc-cross" target when invoking make. In that case, adtools assumes you want to build a cross compiler *and* a native compiler. The native compiler attempts to package everything up ready for an SDK release and so also uses coreutils.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Trouble building GCC 11 cross-compiler on Ubuntu
Quite a regular
Quite a regular


@Hans

The easiest thing is probably do use Docker, as suggested above. Otherwise, you can clone https://github.com/3246251196/adtools_testing and, tldr:
./adt -b

There are a number of options which may be of interest, but that - alone - will create for you the Xcompiler that you originally wanted.

The script will also tell you, before building, if you will have any unmet dependency packages - including - the lack of an LHA extractor that actually works.

In a nutshell, half of adtools_testing is a wrapper around adtools and the other half is a way to build tests / add tests ready for deployment on an AmigaOne.

Options to consider are things like using the alternative clib2 by afxgroup (e.g. ./adt -b -e beta10)

You also do not need to checkout coreutils unless you are actually interested in building them, or, you are trying to create a native version of the compiler package to transfer to an AmigaOne machine. Further, coreutils 8 needs to be fixed in ADTOOLS since it will not successfully build right now.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Command to see CFE / UBOOT variables (SOLVED)
Quite a regular
Quite a regular


Right, you are missing
MENU_DEFAULT=1


Presumably you want to boot into AmgiaOS4 by default, hence why I chose 1.

You should set that variable and remember to save it.

===

If that does not work for you I will actually consult my X1000 documentation and find out what exactly you need.

It may be the MENU_TIMEOUT setting that needs changing. Cannot remember right now.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Command to see CFE / UBOOT variables (SOLVED)
Quite a regular
Quite a regular


Can you output the contents of your `nvgetvar'?

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Command to see CFE/UBOOT variables
Quite a regular
Quite a regular


`nvgetvar'

Thanks.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Command to see CFE / UBOOT variables (SOLVED)
Quite a regular
Quite a regular


Once more I have forgotten how to display the CFE variables in shell. There is a simple command that shows them when inside a shell/booted up AmigaOS4 session.

Is it also the same command to see UBOOT variables?

@nbache told me what command this was, but I can no longer remember!


Edited by rjd324 on 2023/9/10 23:55:51
If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Mnemosyne - Disk usage statistics utility for AmigaOS 3.2
Quite a regular
Quite a regular


Excellent, Aris.

Thank you.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: AmigaOS 4 Monthly Roundup - August 2023
Quite a regular
Quite a regular


nochmals vielen dank!

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: have you seen this?
Quite a regular
Quite a regular



If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Debugging on os4
Quite a regular
Quite a regular


It never worked to begin with.

It is a massive flaw.

We have been waiting for a necessary upgrade to the ELF.LIBRARY for too long now.

Though, I think it is coming very soon.

Behind the scenes, things are moving, though; slowly.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: can anybody explain about current situation with BREL Relocations ?
Quite a regular
Quite a regular


That's right. I hope to get a baserel test ASAP.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: can anybody explain about current situation with BREL Relocations ?
Quite a regular
Quite a regular


@kas1e

I added a test that @afxgroup gave me. I think that test was written by Alfkill, but I cannot remember.

The repository is:
https://github.com/3246251196/adtools_testing

The test is:
https://github.com/3246251196/adtools_ ... s/12_dlopen_binutils_test

There is also:
https://github.com/3246251196/adtools_ ... tools_issue_139_test_code

I welcome many more.

If you clone that repository, it can be a matter of running
./adt -&& ./adt -t

To have the script automatically build a cross compiler (locally, within the directory used for the clone), and use that built compiler to generate all of the tests. The final LHA file can then be copied to the AmigaOne machine and a single script can run all of the tests and report the status of each back.

If you already have a cross-compiler on your machine and ppc-amigaos-gcc is on the path
./adt --t


There are lots of other options so you can check the README or just run ./adt. But, I am using this general script to help build a number of cross compilers, applying changes, and running tests again.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: Couldn't find a bootloader. Halting (and booting without Startup-Sequence)
Quite a regular
Quite a regular


I really do not know, but I would be surprised of it could be remapped at such a low level.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top



TopTop
« 1 2 (3) 4 5 6 ... 36 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project