Results 1 to 5 of 5
Hi,
Is it possible to use GCC as a cross compiler for the following specification;
Host computer: AMD Athlon (Dual core 64-bit)
Target machine: 8086/8088
If possible, could you provide ...
- 01-16-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 12
Cross Compiler/Assembler
Hi,
Is it possible to use GCC as a cross compiler for the following specification;
Host computer: AMD Athlon (Dual core 64-bit)
Target machine: 8086/8088
If possible, could you provide the command line with apt switches.
Thank you.
- 01-16-2009 #2
You should be able to write it in assembler, since both Intel and AMD are backwards compatible(at least to some point) . The problem I see is configuring the linker script to produce the desirable executable...Hope this helps Gerard4143
- 01-16-2009 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 12
Hi,
We have to code in C alone using inline assembly.
Any suggestions?
Thank you.
- 01-16-2009 #4
here's a link for target machines for GCC
Here's a link for Host/Target specific installation for GCC
Host/Target specific installation notes for GCC - GNU Project - Free Software Foundation (FSF)
- 01-16-2009 #5
also try
DJGPP 16-bit Toolset


Reply With Quote