Compiling UNIX System V


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Compiling UNIX System V
# 1  
Old 02-24-2019
Compiling UNIX System V

I tried to install UNIX system v R4, but the sources i've found(archive.org and WinWorldPC) are incomplete (missing cc, for example). Since archive.org has the source files i thought i could compile it and upload it for other users, but i cant get it to work. Any advice?
# 2  
Old 02-24-2019
You tried installing on what architecture UNIX system v R4 exactly?
# 3  
Old 02-24-2019
On 32bit Virtualbox. And the install part succeded, but the problem are the missing programs
# 4  
Old 02-24-2019
What do you mean, " i cant get it (cc) to work." ?

What errors do you get?

What happens when you check the type of the binary file, etc.?
# 5  
Old 02-24-2019
This is a rare question indeed for this forum.

What are you trying to do???? And why???????

You are missing the point here my friend. You downloaded the entire source code for your O/S of choice so you have the source code of the C compiler, the source code of all shared libraries, the source code for the shells, et al. You do not have any executables!!!

So the question that you are really asking is:
Q: How do I compile a compiler without a compiler?
A: You need to 'seed' the operation via a closely related Unix/Linux version. Install a closely related foreign version and compile the entire toolchain first. Having generated your toolchain this way, you then need to compile the toolchain AGAIN using the tools that you just generated because, for example, all your libraries will have been created cross-compiled. To get them pure you need to do it all a third time.

Once you've got a complete toolchain you can begin to compile your kernel (bespoke or not, as your choice). When the kernel is created you can install grub and boot your own kernel. Then you can continue to create all other application and things.

So, what are you trying to do? Compiling your kernel can take hundreds of hours at 100% CPU. Then you test it, realize it's wrong, and have to do it all again. It's very difficult to create bespoke O/S for multi-nationals, public services, defense contractors, etc which I know to my cost. I do it all the time. You also need an extensive knowledge of O/S internals so it's not an easy occupation.
These 2 Users Gave Thanks to hicksd8 For This Post:
# 6  
Old 02-24-2019
The problem with the already compiled version is that is missing several executables that appear in the manual (the most important for what i want to do is the C compiler). To solve the problem i thought about compiling the OS, but i could't find anything on the internet about how to do it (and this seems very different to how the Linux kernel is compiled)


Quote:
A: You need to 'seed' the operation via a closely related Unix/Linux version.
What would you recommend?
# 7  
Old 02-24-2019
Well the C compiler was not free...
Hicks explained what its like when building an OS from scratch, he forgot the pain killing job of getting something to display on screen...
I tried early 90 to install ATT UNIX 386 V r3.2 from partial source, but I had the libs the C compiler and XX 5-1/4 floppies....
I started all again with my first linux ( a99p108 )in 93 and it was like hicks explains, the hardest for me was to start with gcc for dos to build your precompiler I had to call a friend who was good in C to help me through... then yes it takes time specially when you can only do that after work, the kernel compilation took a weekend ( it was a 486/66 ...) it was up on the 3rd weekend...
About UNIX V 386, it was not intented for PC at the time as you had XENIX for that, so the basic runtimes were for small to good sized server using intel 386 architecture for e.g. mulitusers to learn programming languages like C Pascal or Cobol using VT100 or WISE terminals connected using multiplexed serial ports, you come up installing that on fancy modern pentium architecture with graphics and I/O cards it never heard of, you are to build the missing drivers from scratch and that part is far from being easy
These 2 Users Gave Thanks to vbe For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Compiling Android system on Linux MInt

i have been trying to compile an android Marshmello system with no success. every time i try to compile i get this error javac: invalid source release: 1.7s Usage: javac <options> <source files> make: *** Error 41 #### make failed to build some targets (03:04 (mm:ss)) ####... (2 Replies)
Discussion started by: gearm
2 Replies

2. UNIX for Dummies Questions & Answers

Compiling error in UNIX

Hi, I'm trying to compile the code for a program and I run into the following error, ncfile.h: In constructor ‘ncfile::NcAttribute<T>::NcAttribute(const std::string&, const char*)': ncfile.h:357: error: there are no arguments to ‘strlen' that depend on a template parameter, so a declaration of... (1 Reply)
Discussion started by: bstephens
1 Replies

3. Shell Programming and Scripting

Compiling tools for unix machine using C

Hello everyone i have a script written in C and i need to compile it in a unix machine i am a first time programmer and i do not know how to compile this and also i need to save the results in a table please help we normally use instructions like build_bb -f but now im confused i dnt knw hw to use... (1 Reply)
Discussion started by: DeVGuL
1 Replies

4. UNIX for Dummies Questions & Answers

Compiling Kernel for an Embedded System

-----Edit----- My original post was long and confusing. To sum it up, I am wondering how to do the following Debian based commands on an RPM type system. dpkg -i XXX.deb update-initramfs -k xxx -c update-grub I hope someone can provide some insight. Thanks in advance! --------------... (0 Replies)
Discussion started by: b4sakenxx
0 Replies

5. Programming

Compiling Pro*C program under unix

Hello, I am trying to compile a Pro*C program under unix: proc iname=test.pc works fine but then I am not able to compile the test.c file : gcc test.c -o test.o -L $ORACLE_HOME/lib -l clntsh /usr/bin/ld: Object file format error in: /u01/app/oracle/product/10.1.0.2.0/lib:... (1 Reply)
Discussion started by: nsmrmd
1 Replies

6. Programming

Problem compiling c file on unix

HI, I have a proc installation. On running the following 3 commands, I successfully get 3 C files. proc char_map=string util.pc proc char_map=string FDRFeedMain.pc proc char_map=string NonMons.pc This gives me util.c FDRFeedMain.c NonMons.c Now when i try to compile the... (6 Replies)
Discussion started by: allah_waris45
6 Replies

7. Programming

compiling c program in unix

if somebody can help me pls. i need the source code for a shell which compiles C or java programs in unix i need a very short and simple one, just the compiling part Respect (2 Replies)
Discussion started by: zlatan005
2 Replies

8. Shell Programming and Scripting

Compiling scripts written in Unix

I would like to convert some Unix scripts into machine language. I dont know how to programe in C. Is there any software out there that I can use to convert these Unix scripts into machine language. Thanks. (1 Reply)
Discussion started by: coburn
1 Replies

9. UNIX for Advanced & Expert Users

compiling idl file on unix

hi i need to compile idl files to convert them to classes, on Unix platform. Please tell me how to compile these files & which commands are to be used for this purpose. Thanks & Regards (6 Replies)
Discussion started by: rochitsharma
6 Replies

10. Solaris

compiling Oracle Forms in UNIX-solaris

I am using the command: f60gen to complie a form and it says it does not work Pls help, as I am trying to compile a few .fmb files to fmx... Cheers (1 Reply)
Discussion started by: etravels
1 Replies
Login or Register to Ask a Question