2008-06-25 04:28:07 using eclipse with blackfin toolchain
Juhi Sinha (INDIA)
Message: 57831
We are trying to debug and run programs on eclipse using blackfin toolchains. We have downloaded the required plugins from
<a rel="nofollow" title="http://blackfin.uclinux.org/eclipse/" class="urlextern" href="../../eclipse/">http://blackfin.uclinux.org/eclipse/ . We are able to debug the programs using ' linux GCC ' toolchain but we are not able to use blackfin toolchain .
When we tried to build a small 'hello world' example we got following errors :
-------------------------------------------------------------------------------------------------------------
**** Rebuild of configuration Debug for project wed25_4 ****
**** Internal Builder is used for build ****
**** WARNING: The "Debug" Configuration may not build ****
**** because it uses the "Blackfin Linux FLAT (bfin-uclinux)" ****
**** tool-chain that is unsupported on this system. ****
**** Attempting to build... ****
Nothing to build for wed25_4
--------------------------------------------------------------------------------------------------------------
Moreover 'makefile' is not made automatically.
Also in
project properties--> 'C/C++ Build' -->It says that "This configuration support is not installed on this system" .
Do we have to install something else besides those blackfin plugins ??
Please guide us with this !!
QuoteReplyEditDelete
2008-06-25 08:12:11 Re: using eclipse with blackfin toolchain
Mike Frysinger (UNITED STATES)
Message: 57858
the toolchain wont work if it isnt in your PATH
QuoteReplyEditDelete
2008-06-25 08:29:26 Re: using eclipse with blackfin toolchain
Juhi Sinha (INDIA)
Message: 57859
We have included the toolchain in our path but still we are not able to run our program.
We are now able to build it but when we try to debug the process is terminated and we get an error :
"gdb/mi(suspended) <you can't do that without a process to debug >"