Hi,
how to install Eclipse for my board iMX53 QSB?
I would create a simple program like "Hello World" for debug it with Ethernet..
Is possible?
thnaks
when i Buid project i have this error on eclipse:
**** Build of configuration mx53 for project hw ****
make all
Building target: hw
Invoking: GCC C Linker
/opt/freescale/usr/local/gcc-4.3.3-glibc-2.8-cs2009q1-203/arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -L/home/giuseppe/imx53/11.09.01/ltib/rootfs/lib -o"hw" ./src/hw.o -l/home/giuseppe/imx53/11.09.01/ltib/rootfs/usr/lib
/opt/freescale/usr/local/gcc-4.3.3-glibc-2.8-cs2009q1-203/arm-none-linux-gnueabi/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -l/home/giuseppe/imx53/11.09.01/ltib/rootfs/usr/lib
collect2: ld returned 1 exit status
make: *** [hw] Errore 1
thanks,
but i not undstand a few of things:
I've create hello world application and in step 18 pag.8 i read:
cp /<workspace/project>/<output binary> /<LTIB_PATH>/rootfs/home/
whic is output binary? i view only:
workspace/hw/
2 directory:
-Debug with this file:
--hw
--makefile
--object.mk
--source.mk
--hw.d
--hw.o
--subdir.mk
and
---src
--Helloworld.c