This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configtool in Ubuntu


Hi Simon,

Thanks, this gives me a successful build of the configtool !

Regards,
Rini

simon.kallweit@intefo.ch schreef:
Hi Rini

I tried to do the same, just a few days ago. I used the old debian packaged version before, but there are some bugs within this version, so I tried to compile a new one on Ubuntu 8.04. With some ugly hacks I got it to compile, but somehow the final application crashes for some actions. I didn't investigate further, as the tool is currently usable for what I need it for. If I have some free time in the future, I might think about a new "simpler" implementation using Tcl/Tk directly, avoiding all the platform dependent stuff. But for now, I send you the very crappy patch :) Use wxWidgets-2.6.4 to compile. Apply the patch, export ECOSDIR and WXDIR env variables and build using

make -f ${ECOSDIR}/host/tools/configtool/standalone/wxwin/Makefile WXDIR=${WXDIR} ECOSDIR=${ECOSDIR} LEVEL=release ecc wx ct

Hope that helps. If you find time to debug the said behavior, feel free to do so.

Best regards,
Simon

Rini van Zetten wrote:
Hello,

Did anybody successfully build the configtool in Ubuntu 8.04 (hardy).

If so, can you send me the binary or some tips how to do.

Regards,
Rini



-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]