From: Volker K. <lis...@pa...> - 2011-12-04 04:34:23
|
On Sun 04 Dec 2011 09:35:14 NZDT +1300, Thomas Holland wrote: > Your feedback is welcome! Hi Thomas, Thanks muchly for this plugin. I updated this beta over top of the previous one, and compiling avr programs still works. Well on openSUSE 11.4 64bit anyway. What I am having trouble with is something in eclipse messing with $PATH and with build output if the paths are not exactly standard. That is starting eclipse with env /some/bin:$PATH eclipse /some/bin contains only a different version of avr-gcc. Two things happen here: 1) eclipse tends to prep-end other paths, like /usr/bin, in the very front again. I haven't yet found how to kick it in the shins to not do that, or to get any idea about the rules it employs there. 2) The output of the eclipse console window (with the build output) is extremely messed up. When the final program size is output, screenfuls of more lines show up, interspersed with the last expected output (from avr-size) and the continuing for several screenfuls more. Wild guess, eclipse is capturing two different output streams and mixing them badly out of order. I'd be glad for any more suggestions. Volker -- Volker Kuhlmann http://volker.dnsalias.net/ Please do not CC list postings to me. |