Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user Copperhead ! (Registered 2024-05-08) You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Why wont it let me LOAD....
2018-07-19 22:38
Nova

Registered: Jun 2012
Posts: 13
Why wont it let me LOAD....

Screw it,
If i had solved my problem you would all have had to
watch 36 fucking parts of Retroholica by genesis project at X2012 so i guess there is a higher purpose to not letting me irq load with on the fly decompression...

I thought i saw the light when i discovered the
Plushsqueezer V2 and integrated that loader in several
of my unfinished demos but it keeps fucking up some of my stable interupts, not all and i cant see a pattern and i have kind of given up.

I am not a multi platform programer, i love oldschool coding on the 6502 but if you ask me to compile something in a linux environment or some weird C++ cross platform compiling there is just no way, and since life still gets in the way i will most likely give up because there are more fun things to do then failing at compiling a loader with on the fly decompression for a 35 year old fucking computer !!

I managed to compile Dreamload with just the "normal" unpacked irq loading and it worked great but diskspace will soon be an issue..

Could someone please come up with a guide for compiling
both the Krill and Dreamload loaders with decompression and flip disk options in a Windows 7 64bit enviroment..

Sincerly yours:
Nova.
 
... 58 posts hidden. Click here to view all posts....
 
2018-07-20 22:48
Golara
Account closed

Registered: Jan 2018
Posts: 212
I'm a linux user since 3 or 4 years, but I was always on Windows, so I wasn't born with it or anything like that. I find it weird that programmers such as yourself have difficulty with it, especially nowadays. I use Spindle and I had to compile it, because there's no binary for the linux. IIRC it was just make && make install and I doubt Krill's loader is much harder (if at all) than that. Frankly, if you can code just fine on Windows but struggle on Linux then you must have some weird habits / way of work, because programming anything is way easier on Linux. Idk, I don't want to come out mean but I just find it weird, you know ?



(when I say Linux i mean GNU + Linux but I refuse to use that retarded name, should call it gnulix or something lol)
2018-07-20 23:07
Oswald

Registered: Apr 2002
Posts: 5023
when you want to add a loader to your trackmo, you dont want to learn all the things that comes with linux, to compile something with lot of switches etc, and solve all the issues that come with it aswell (running it on windoes, hence you dont know linux for a reason, right?) you are not familiar with, it will take a LOT of time to do that from scratch (0.001% linux practice) and it already takes aeons to make a demo.
2018-07-20 23:28
Golara
Account closed

Registered: Jan 2018
Posts: 212
I've downloaded krill's loader and compiled it. I can make some video tutorial if one wants that.
2018-07-21 00:03
chatGPZ

Registered: Dec 2001
Posts: 11136
typing "make" really needs loads of practise. i still struggle at it at times >_<
2018-07-21 00:28
Compyx

Registered: Jan 2005
Posts: 631
Well, actually, on BSD you'll most likely have to install gmake and then type 'gmake'

Which increases the learning curve *a lot*.

(yup, I'm a wise-ass)
2018-07-21 02:41
soci

Registered: Sep 2003
Posts: 474
If the Makefile was written carefully it can work with BSD Make as well but it's very easy to use GNU Make only features.
2018-07-21 06:01
Oswald

Registered: Apr 2002
Posts: 5023
last time I tried I couldnt even compile bitfire with axis' help, probably I am very lazy and stupid. believe it or not its hard for someone with no linux practice, hardly any make practice and whatsoever.

thing just dont work as expected, there's lot of small quirks. fex even setting PATH gave me trouble, trying to do it 3 different ways until the 2nd way did it for the 3rd time and 2nd reboot somehow :)
2018-07-21 14:56
chatGPZ

Registered: Dec 2001
Posts: 11136
Quote:
even setting PATH gave me trouble

you must be kidding
2018-07-21 15:49
Oswald

Registered: Apr 2002
Posts: 5023
Quote: Quote:
even setting PATH gave me trouble

you must be kidding


get a life instead of trolling.
2018-07-21 15:50
Golara
Account closed

Registered: Jan 2018
Posts: 212
Krill's loader has couple of dependencies, but he listed them all together with links to where download it from. Here's a quick guide of compiling this loader.

1. Download the source code, extract it somewhere.
2. Go to Loader / Docs / Prerequisites.txt
This file lists all the programs you need and the environment paths you need to set. To check if you have the required program already just type it's name into the terminal. If you see "command not found" then you have to install it:

2.a first try sudo apt-get install NAME_OF_PROGRAM. It will download compiled program and install it for you if it's in the repository (for standard stuff like c compiler, make etc.)

If the command above fails, go to the link in the Prerequisites.txt for a given program (for example exomizer http://hem.bredband.net/magli143/exo/, download source from there and compile it (recursive :P )

General stuff on compiling.
If you see a file called Makefile then all you have to do is to type make in the terminal and the compilation will begin. Read the error messages (if any). You might get simple
exomizer : no command found meaning you don't have exo installed...

Installing compiled programs:
most makefiles will have a rule for "install", so you just type sudo make install. If it says no rule for install, then you have to copy the compiled file yourself to some path you can access from terminal. Instead of making your PATH longer and longer with every program, you can copy your compiled program to some standard path like ~/.local/bin

Setting environment variables:
easy thing. The command is called export. For example
export CC65_INC="~/some/path/you/want"

if you want to add something to already set variable (for example PATH) you do this:
export PATH = "$PATH:/another/path:/maybe/yet/another/one"

setting environment variables this way will be only remembered in the terminal window you typed it. If you want to set these for good then you have to save them to a file that is run every time you open a new terminal window. It's called .bashrc and it's in your home folder (files starting with dot are hidden, so you need to enable show hidden files in your file browser, in terminal it doesn't matter, just nano/vim/ed/whatever_turns_you_on ~/.bashrc
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
bugjam
Unlock/Padua/Albion
maestro
DeMOSic/HF^MS^BCC^LSD
Fred/Channel 4
Toggle/Padua
Zephyr/Elysium
E$G/hOKUtO fOrcE
Britelite/Dekadence
Guests online: 166
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 Memento Mori  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 It's More Fun to Com..  (9.7)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Dawnfall V1.1  (9.5)
8 Quadrants  (9.5)
9 Daah, Those Acid Pil..  (9.5)
10 Birth of a Flower  (9.5)
Top Groups
1 Nostalgia  (9.3)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Original Suppliers
1 Black Beard  (9.7)
2 Derbyshire Ram  (9.5)
3 hedning  (9.2)
4 Baracuda  (9.1)
5 Jazzcat  (8.6)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.31 sec.