Hi you all, (sorry for writing in english. reading German is no problem for me however so if you reply to this post you can stick to German if you like
)
I just downloaded the source 'trunk' and tried to make the whole project using winarm.
To get them I used "svn checkout svn://svn.mamalala.org/boop/trunk" as suggested in the wiki pages
When I do a makeall everything seems to work fine up to the linking process.
During this step I also have a problem.
the message is: /WinARM//bin/arm-elf-ld: cannot find -lgcc
what I did
1/ looking for a gcc library but I can't find any in the winarm lib folders
2/ changed -lgcc in the makefile in -llibgcc
same error
the path being used in the makefile is -L/winarm/WinARM//arm-elf/lib/interwork/
3/ there's also a /winarm/lib/gcc/arm-elf/4.1.1/interwork folder
When I change the path to this one I get the same errors ( hardware\software FP ) as in this post
the questions I have are
is the -lgcc indeed wrong and should it be libgcc
should the library path be /winarm/lib/gcc/arm-elf/4.1.1/interwork instead of /winarm/WinARM//arm-elf/lib/interwork/
and if so should I also get the libgcc library from the linux library
Are the sources I downloaded the most actual ones or should I get the from somewhere else?
Hopefully you can give me some help to get going..!
thanks
fred