Hello! I'm newbe on the foxboard... I read all the 3ds about debug user application by eclipse and I would ask...
In your opinion is it possible to use kdevelop? I mean I could pass the make file to kedevelop, couldn't I? Thanks for your suggestions. Simone --- In [email protected], "Geert Vancompernolle" <[EMAIL PROTECTED]> wrote: > > Me again, Kirby, > > This is the output I have from the project I was able to compile in > Eclipse: > > make all > gcc-cris -isystem > /home/foxboard/phrozen/devboard-R2_01/target/cris-axis-linux-gnu/include > -mlinux -mno-mul-bug-workaround -Wall -Wshadow -O0 -g > -fno-omit-frame-pointer -c -o i2cexamplegvc.o i2cexamplegvc.c > gcc-cris -isystem > /home/foxboard/phrozen/devboard-R2_01/target/cris-axis-linux-gnu/include > -mlinux -mno-mul-bug-workaround > -L/home/foxboard/phrozen/devboard-R2_01/target/cris-axis-linux-gnu/lib > -Wl,-rpath-link,/home/foxboard/phrozen/devboard-R2_01/target/cris-axis-linux-gnu\ > /lib > i2cexamplegvc.o -o i2cexamplegvc > *********** > Finished!!! > *********** > > > That works fine and produces a perfect executable. > > Just hope I will find back soon the way I created this project. Then > I can share this with the community. > > Best rgds, > > --Geert > > --- In [email protected], "Geert Vancompernolle" > <geert.vancompernolle@> wrote: > > > > Hi Kirby, > > > > Thanks for the info, but I can't see the screen shots. Apparently, > > they're removed from your reply. > > > > Is it possible to send them directly to my personal email address? > > > > geert dot vancompernolle at hotpop dot com > > > > I was able to do the complete compile process, so once I'm able to > > select the gdb-cris compiler, then I can finish my article and you can > > then read the whole story. > > > > Did you have a look already? > > > > Thanks in advance for sending me those screen shots. > > > > To answer your second question: > > > > I'm neither from Scandinavia, nor from Italy. Simply from Belgium, > > the smallest country of the EU... ;-) > > > > I'm living near the coast, some 20km from Bruges (Torhout, to be more > > precise...). > > > > Best rgds, > > > > --Geert > > > > --- In [email protected], "Kirby W. Cartwright" <kcartwri@> > > wrote: > > > > > > Geert, > > > > > > Here are some screenshots. First, I changed "gcc" to "gcc-cris" > for the > > > compiler and linker. Second, I changed the PATH env. variable to put > > > "gcc-cris" in the search path. > > > > > > With these settings the program does compile, and sort of link, but > > does > > > not use > > > the correct libraries and produce an executable. I have tried to > > set up > > > the build > > > to match setting in the "init_env" script from Acme, and to use the > > > rules from the > > > example Makefiles with no success. > > > > > > BTW, where are you located? I guessed from your first name Geert > that > > > you might > > > be from Scandinavia... Or maybe Italy? > > > > > > Regards, > > > > > > Kirby > > > > > >
