Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] building plugins to run in both windows and linux

ive written a few plugins that work under Windows.  they're simple
plugins that extend existing CDT functionality (MBS/toolchain stuff).
but when i install them under Linux, i dont see anything at all.  the
software update manager works, and the plugins are listed, and i dont
get any errors while installing them, it's just that none of the
pieces show up where they should.

is there some magic i'm not aware of that i need to specify in order
to compile the plugins under Windows and have them work under Linux as
well ?  i went through the PDE Guide in the Eclipse SDK but didnt see
anything relevant.  in any place where there was an "architecture" or
"operating system" field available, i made sure to set it to "All".

the update site is here:
http://blackfin.uclinux.org/eclipse/

all of the relevant source code (plugins/features/site) can be found here:
http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&path=/trunk/debug-helpers/eclipse/
-mike


Back to the top