On Wed, Jun 29, 2011 at 12:20 PM, Øyvind Harboe <oyvind.har...@zylin.com> wrote: >>> Seperate patch? Does this have anything to do with fixing warnings? >>> >>> - counter = FLUSH_COUNT_FLASH; >>> + counter = FLUSH_COUNT_READ_WRITE; >>> >> >> nothing to do with warnings, but it doesn't really affect anything, >> since both constants are defined to the same value (i'm was >> experimenting with them some time ago) > > Fixing warnings should be in a separate patch really.l >
it split the first of the two commits: git rebase -i origin/master --> chose "edit" on the commit i wanted to modify. git reset HEAD^ --> now the changes from the selected commit are not staged --> changed stuff git add git commit --> first part done --> change more stuff git add git commit --> done splitting commit git rebase --continue git format-patch origin/master pretty cool :) >>>> do you have any clue about what i'm doing wrong? >>> >>> What warnings you get depend on what compiler you're using. >>> >>> try >>> >>> CFLAGS="-O3 -g" configure xxxxxx >>> >> >> i do not get the warnings. >> i've been reading a bit, and those warnings should only appear if >> -Wcast-align is set. >> i tried >> ./configure --enable-mantainer-mode --enable-ft2232-libftdi >> CFLAGS="-O3 -g -Wcast-align" >> but still no warnings... >> what flags are you using? > > I don't know precisely why some target compilers have more than > others. nios2-elf-gcc gives genuine warnings that I would have liked > to see from x86 as well. Gcc versions? Something in the target definition > defaults? > > -- > Øyvind Harboe - Can Zylin Consulting help on your project? > US toll free 1-866-980-3434 / International +47 51 87 40 27 > http://www.zylin.com/ > -- Rodrigo.
0001-fix-warnings.patch
Description: Binary data
0002-fix-wrong-reference.patch
Description: Binary data
0003-re-enable-dsp5680xx-target.patch
Description: Binary data
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development