Re: (Probably trivial) arm-none-eabi-gdc building problem

2015-06-05 Thread Jens Bauer via D.gnu
On Saturday, 30 May 2015 at 16:55:14 UTC, denizzzka wrote: Hi! {snip} /home/denizzz/dembed/arm-none-eabi-gdc/result/arm-none-eabi/sys-include checking for suffix of object files... configure: error: in `/home/denizzz/dembed/arm-none-eabi-gdc/gcc-build/arm-none-eabi/libgcc': configure: error: can

Re: (Probably trivial) arm-none-eabi-gdc building problem

2015-06-04 Thread Mike via D.gnu
On Thursday, 4 June 2015 at 18:35:45 UTC, Johannes Pfau wrote: If you mean adding support to the same binary toolchain package: I don't think that will work. Multilib requires similar systems, it's probably not possible to mix linux+libphobos and baremetal builds. Indeed. I completely gloss

Re: (Probably trivial) arm-none-eabi-gdc building problem

2015-06-04 Thread Johannes Pfau via D.gnu
Am Thu, 04 Jun 2015 04:05:39 + schrieb "Mike" : > On Wednesday, 3 June 2015 at 12:54:32 UTC, Johannes Pfau wrote: > > > > That's correct. All ARM GCC compilers can generate code for all > > ARM variants (the hf compiler can generate softfloat code and > > the softfloat compiler can generate

Re: (Probably trivial) arm-none-eabi-gdc building problem

2015-06-03 Thread Mike via D.gnu
On Wednesday, 3 June 2015 at 12:54:32 UTC, Johannes Pfau wrote: That's correct. All ARM GCC compilers can generate code for all ARM variants (the hf compiler can generate softfloat code and the softfloat compiler can generate hf code as well). The difference between the compilers are the ship

Re: (Probably trivial) arm-none-eabi-gdc building problem

2015-06-03 Thread Johannes Pfau via D.gnu
On Wednesday, 3 June 2015 at 10:50:26 UTC, Mike wrote: On Saturday, 30 May 2015 at 16:55:14 UTC, denizzzka wrote: Hi! I am tried to use step-by-step instructions from wiki (http://wiki.dlang.org/Bare_Metal_ARM_Cortex-M_GDC_Cross_Compiler) to build toolchain on Debian GNU/Linux 8 and got this

Re: (Probably trivial) arm-none-eabi-gdc building problem

2015-06-03 Thread Mike via D.gnu
On Saturday, 30 May 2015 at 16:55:14 UTC, denizzzka wrote: Hi! I am tried to use step-by-step instructions from wiki (http://wiki.dlang.org/Bare_Metal_ARM_Cortex-M_GDC_Cross_Compiler) to build toolchain on Debian GNU/Linux 8 and got this error after execute "make -j4 all-target-libgcc": [sni

Re: (Probably trivial) arm-none-eabi-gdc building problem

2015-05-30 Thread Timo Sintonen via D.gnu
On Saturday, 30 May 2015 at 16:55:14 UTC, denizzzka wrote: Hi! I am tried to use step-by-step instructions from wiki (http://wiki.dlang.org/Bare_Metal_ARM_Cortex-M_GDC_Cross_Compiler) to build toolchain on Debian GNU/Linux 8 and got this error after execute "make -j4 all-target-libgcc": I

(Probably trivial) arm-none-eabi-gdc building problem

2015-05-30 Thread denizzzka via D.gnu
Hi! I am tried to use step-by-step instructions from wiki (http://wiki.dlang.org/Bare_Metal_ARM_Cortex-M_GDC_Cross_Compiler) to build toolchain on Debian GNU/Linux 8 and got this error after execute "make -j4 all-target-libgcc": checking for arm-none-eabi-lipo... arm-none-eabi-lipo checking