Hi nick,
thanks for ur idea
i looks gr8
i have one question
can we do something like
gcc - c @list_of_C_source_file ../../[EMAIL PROTECTED]
is there any way to do such thing.
Also , i think i can compile .asm files programmed for NASM , with gcc !!!
thanks & regards,
navi
-
Hi Nick,
I am little confused by your suggestion,
how will I specify the file extension .o for each object file.
my present script is as follows :
C:\STOIC\DEVELOPMENT\BIN\nasm -f aout .\asm\KERNEL.asm-o
C:\STOIC\DEVELOPMENT\OUTPUT\KERNEL.o
C:\STOIC\DEVELOPMENT\BIN\nasm -f aout .\asm
Hi Nick,
Thank you very much.
Your solution is wonderful.
I got desired results.
I made my development scripts simpler.
Can you give me one more suggestion.
I want to compile multiple files C and C++ and link with gcc.
Is there any way.
Thanks,
Navi
- Original Message -
From: Ni
Dear all ,
first of all thanks a lot for providing such a wonderful tools 'gcc' and 'ld'.
i am trying to link some object files but i am getting error
"System cant execute this program"
i cant understand the reason because there is no appropriate descriptive error
message.
Pls suggest me .
a