A beginner wrestles with make (etc) (SOLVED)
Hello all:
This posting is about make and compiling C code to create an assembler for the 8-bit 6809
Context.
About 8 months ago I down-loaded Lennart Benshop's 6809 'sbc' (single--board computer) program package from git-hub.
I found a bug in the "C" program that built the assembler. Before I wrote code that fixed the bug I put the project aside.
Originally (as I wrote before) that was all done in uPupBB32. Now I am using uPupBB64. Before, when I ran 'make' the whole process of compiling the assembler and then assembling the source (written in 6809 assembly language) produced code I could run under the simulator.
Not now, running the 64-bit OS.
I'm new to using make, "C", (and so on). I think I'm competent in assembly language. But my problem (I think involves interaction between the OS and 'make'). Here is the terminal, looking for 'make':
root# find / -iname 'make'
root#
It appears uPupBB doesn't have make. Is that the case?
When I made the same search using S15 - a 64-bit Slacko puppy - I got:
/etc/file/magic/make
/initrd/pup_ro2/etc/file/magic/make
Repeating: It seems make is missing from uPupBB64. My "Q": should I go back to uPupBB32, or move my programming work to Slacko?
Am I right? Is my problem a missing 'make' utility in uPupBB64? I can say I am a beginner with 'make' and 'C'.
Help appreciated!
cobaka