Link to home
Start Free TrialLog in
Avatar of naseeam
naseeamFlag for United States of America

asked on

Why is compiler in oracle server ?

My computer is running Windows 10 Pro, 64-bit.  My C language files are stored in hard disk.  The WindRiver Diab Compiler is stored in Oracle Server?

What is Oracle Server?  And why is compiler stored in Oracle Server?
Avatar of Qlemo
Qlemo
Flag of Germany image

There is no mention of Oracle in the product description, and there is no sense in using it for a compiler. No clue where you get that from.
it is a compiler for embedded systems used for example with ORACLE SOA and Oracle Fusion Middleware see

http://www.oracle.com/us/corporate/profit/features/011008-windriver-144205.html

Sara
Avatar of naseeam

ASKER

Actually the WindRiver Diab compiler is stored in Linux Server.  I'll be using WinSCP for accessing this compiler from Linux Server.

The 'C' language source code is stored in hard disk in my computer running Windows 10 Pro, 64-bit.  I need to compile this code using WindRiver Diab Compiler stored in Linux Server.  If the compiler was stored in my computer then, I would just have to type 'make' in my command shell and executable would get built.  But since the compiler is stored in server, how do I compile?

How do I setup my environment for compiling?  My makefile is GNU Make.  Do I need to install make program locally or make utility will be available in the Linux  Server?

Will I be running make command from my windows PC or from the Linux Server?  Please explain possible compile process?  Will the compilation occur in Windows machine or Linux Server?
ASKER CERTIFIED SOLUTION
Avatar of Qlemo
Qlemo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of naseeam

ASKER

If I run everything in Linux machine, do I need to setup an environment for compiling?  If yes, how to setup environment?
There should be a setup file provided by the compiler already, which sets the pre-defined library and include paths correct.
Avatar of naseeam

ASKER

I was asking about path to the compiler.  I know in Windows machine PATH environment variable is setup to tell OS path to the compiler.

How about Linux?  How to specify path to compiler in Linux?
You'll have a set up file for the compiler in the installation folder for that, probably with a .sh extension.
You need to read the manuals for that compiler on Linux. Otherwise you will run into a stream of issues you would have to ask and solve one by one, a very tedious approach.
Avatar of naseeam

ASKER

Thank you for answering follow-up questions as well.

Quick responses.