[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] MSP 430 startup problem

Hello!

I have started using CCEssentials with TI's MSP430 microcontroller.
Eclipse dev environment looks great, but... doesn't work yet.
I have performed the regular install, without choosing exotic
paths, and even without changing anything to the standard setups
that the install wizard suggests. I made a minimal CPP application
which consists in a class with a single empty function.
At compile time, I get errors as you can see after this message.
It does not find cl430.e although it knows the path and although the
file exists and is functional. I guess it is not a path problem,
otherwise it would say cl430 not found, but without the path.

Any hint?

Thanks,

Pascal

-----
"c:\CCEssentials\cgtools\bin\gmake.exe" all
Building file: ../MSPApp.cpp
c:\CCEssentials\cgtools\bin\cl430.exe --include_path=c:\CCEssentials\cgtools\include --symdebug:dwarf ../MSPApp.cpp
c:\CCEssentials\cgtools\bin\cl430.exe: not found
c:\CCEssentials\cgtools\bin\gmake.exe: *** [MSPApp.obj] Error 127
Build finished for project MSPTest.
Please check the Problems window for a complete list of compilation errors and warnings.
See the window you are reading now for linker errors.