shanky07
Newbie level 5
Hello
I am trying to build arm-none-eabi tool chain to compile code for AEM7 lpc2148.
I followed the steps mentioned on the following link
https://imvoid.wordpress.com/2013/05/01/building-the-gnu-arm-toolchain-for-bare-metal/
But, when I entered
../../src/gcc-4.8.0/configure --target=arm-none-eabi --prefix=$MYTOOLS --enable-interwork --enable-multilib --enable-languages="c,c++" --with-newlib --with-headers=../../src/newlib-1.20.0/newlib/libc/include/ --with-system-zlib
I got an error. Please check attached image.
How to solve it. Did i miss something? How do I proceed to build arm-none-eabi successfully.
I am trying to build arm-none-eabi tool chain to compile code for AEM7 lpc2148.
I followed the steps mentioned on the following link
https://imvoid.wordpress.com/2013/05/01/building-the-gnu-arm-toolchain-for-bare-metal/
But, when I entered
../../src/gcc-4.8.0/configure --target=arm-none-eabi --prefix=$MYTOOLS --enable-interwork --enable-multilib --enable-languages="c,c++" --with-newlib --with-headers=../../src/newlib-1.20.0/newlib/libc/include/ --with-system-zlib
I got an error. Please check attached image.
How to solve it. Did i miss something? How do I proceed to build arm-none-eabi successfully.