compiler of language C to openrisc processor with VHDL

T

Tony

Hi,

Now I am doing some programming on Openrisc processor on FPGA. with
Xilinx tools set we can upload the makefile to it and run.

the problem is how can I complie the c file to makefile which I can
upload it to fpga and processor.

example, if we get hello.c. how to compile it to makefile.c?

Many Thanks,

it is great if you can also send me a email to notice me.:)
(e-mail address removed)
 
M

Mike Treseler

Tony said:
the problem is how can I complie the c file to makefile which I can
upload it to fpga and processor.

example, if we get hello.c. how to compile it to makefile.c?

Follow up to comp.lang.c or comp.arch.fpga.
In a unix environment
cc hello.c
will give you the executable file hello.o

A makefile is an optional text file to guide
complex compilations using "make".
The name is Makefile or makefile, not makefile.c

-- Mike Treseler
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top