Re: [fpc-devel] how to produce object codes that do not reference symbolic registers

2013-06-18 Thread Sergei Gorelkin
17.06.2013 19:20, Dennis пишет: I am trying to create a cross compiler from x86 Debian-Linus - mips-eb (endian big) Linux (OpenWrt). The target platform is a netgear 3700 router. I downloaded the toolchain for openwrt mips-eb and try to make the cross compiler. when I run make all

Re: [fpc-devel] Some Opcodes missing in internal assembler for mips32r2

2013-06-18 Thread Michael Ring
I did have a look at mips-opc.c in binutils, this looks easy to parse, I will give this a try, thank you for the hint! I will come back to you with a 2nd version, looks like a nice task to complete while sitting in the train Michael Am 17.06.13 08:12, schrieb Sergei Gorelkin:

Re: [fpc-devel] how to produce object codes that do not reference symbolic registers

2013-06-18 Thread Mark Morgan Lloyd
Sergei Gorelkin wrote: 17.06.2013 19:20, Dennis пишет: I am trying to create a cross compiler from x86 Debian-Linus - mips-eb (endian big) Linux (OpenWrt). The target platform is a netgear 3700 router. I downloaded the toolchain for openwrt mips-eb and try to make the cross compiler. when I