Hi Freinds,
I have installed the mspgcc version 4.4.5 according to the instructions
provided by you in the previous mails.I have installed successfully.I am
using Eclipse
for the programming.To configure the compiler in the Eclipse in the build
steps I gave this on the post build script:msp430-objdump -DS msp430test.elf
>> msp430test.asm;/opt/msp430-gcc-4.4.5/bin/msp430-gcc -v;msp430-size
msp430test.elf.
While I am trying to build the project, the compiler and linker are
working properly but I am not able to getting the hex file of it. Here I am
showing the output of the console window after building the project:
**** Build of configuration Debug for project msp430test ****
/usr/bin/make -k all
Building file: ../test.c
Invoking: GCC C Compiler
/opt/msp430-gcc-4.4.5/bin/msp430-gcc -mmcu=msp430x1611
-I/opt/msp430-gcc-4.4.5/msp430/include -I/usr/local/lib
-I/opt/msp430-gcc-4.4.5/lib -I/opt/msp430-gcc-4.4.5/include
-I/opt/msp430-gcc-4.4.5/msp430/bin -I/opt/msp430-gcc-4.4.5/bin -I/usr/bin
-O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"test.d" -MT"test.d"
-o"test.o" "../test.c"
Finished building: ../test.c
Building target: msp430test.elf
Invoking: GCC C Linker
/opt/msp430-gcc-4.4.5/bin/msp430-gcc -mmcu=msp430x1611
-L/opt/msp430-gcc-4.4.5/lib -L/opt/msp430-gcc-4.4.5/msp430/lib
-o"msp430test.elf" ./test.o
Finished building target: msp430test.elf
/usr/bin/make --no-print-directory post-build
msp430-objdump -DS msp430test.elf >>
msp430test.asm;/opt/msp430-gcc-4.4.5/bin/msp430-gcc -v;msp430-size
msp430test.elf
/bin/sh: msp430-objdump: command not found
Using built-in specs.
Target: msp430
Configured with:
/tmp/mspgcc/mspgcc4-20101114/build/gcc-4.4.5-build/../gcc-4.4.5/configure
--prefix=/opt/msp430-gcc-4.4.5 --target=msp430 --enable-languages=c,c++
--with-pkgversion=MSPGCC4_20101114
Thread model: single
gcc version 4.4.5 (MSPGCC4_20101114)
/bin/sh: msp430-size: command not found
make[1]: [post-build] Error 127 (ignored)
Build complete for project msp430test
*/bin/sh: msp430-objdump: command not found*::: Actually I am able to see
the msp430-objdump in the /opt/msp430-gcc-4.4.5/bin location, but it is
showing msp430-objdump command not found.When I worked with the gcc 3.3.2 in
another machine I observed specs file in
/opt/cdk4msp/lib/gcc-lib/msp430/3.3.2 location but now I havn't get
any spec file in /opt/msp430-gcc-4.4.5/lib/gcc/msp430/4.4.5 location.Is this
may causing the problem?
And I observed one more thing on the other machine which has gcc 3.3.2, I
found libMSP430mspgcc.so in the /opt/cdk4msp/lib location file but I didn't
find libMSP430mspgcc.so in the /opt/msp430-gcc-4.4.5/lib location which has
gcc 4.4.5 on the machine.
Regards,
Chandrika
--
Chandrika
140, Airport Rd, Apt. 6,
West Lafayette, IN 47906
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users