**** BEGIN LOGGING AT Tue Jun 05 02:59:57 2007 Jun 05 18:10:52 Hallo I have no experience with compilation. I have installed subversion on Suse 10.1 and installed the svn optware tree. If i try make/which.mk ,i get an error message " no rights" even as root. If i try make it runs and ends with error messages at gcc 3.5.5. What can i do ? Jun 05 18:34:46 motte, you need to paste more of the error message I think Jun 05 18:34:55 at least it doesn't say me anything yet :P Jun 05 18:35:34 Hi xkr47 Jun 05 18:35:39 Jun 05 18:35:39 /home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/binutils-2.15.94.0.2/binutils/bucomm.c:425: warning: the use of `mktemp' is dangerous, better use `mkstemp' Jun 05 18:35:39 ar.o: In function `mri_emul': Jun 05 18:35:39 ar.c:(.text+0xa02): undefined reference to `yyparse' Jun 05 18:35:39 collect2: ld returned 1 exit status Jun 05 18:35:41 make[4]: *** [ar] Fehler 1 Jun 05 18:35:43 make[4]: Leaving directory `/home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-binutils/binutils' Jun 05 18:35:46 make[3]: *** [all-recursive] Fehler 1 Jun 05 18:35:48 make[3]: Leaving directory `/home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-binutils/binutils' Jun 05 18:35:51 make[2]: *** [all-recursive-am] Fehler 2 Jun 05 18:35:53 make[2]: Leaving directory `/home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-binutils/binutils' Jun 05 18:35:56 make[1]: *** [all-binutils] Fehler 2 Jun 05 18:35:58 make[1]: Leaving directory `/home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-binutils' Jun 05 18:36:01 make: *** [/home/heinz/devel/optware/toolchain/crosstool/.built] Fehler 2 Jun 05 18:53:13 it seems that you are missing some dev libraries Jun 05 18:53:40 do you have bison-devel installed? Jun 05 18:54:03 no Jun 05 18:54:57 install it and try again Jun 05 18:55:25 sorry, I was trapped in another irc window Jun 05 18:57:39 There should be a list of prerequisites somewhere (search the wiki, I don't remember where it might be). Dunno if it has a list for Suse - you may have to "translate" from debian to Suse. Jun 05 19:11:10 i installed bison and it runs longer . i get hundreds of messages , i must read first. Jun 05 19:19:16 The same , but he say multiple defintion of main Jun 05 19:19:18 gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o ar arparse.o arl Jun 05 19:19:19 ex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o versio Jun 05 19:19:19 n.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl Jun 05 19:19:19 ar.o: In function `main': Jun 05 19:19:19 /home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3 Jun 05 19:19:19 .3.5-glibc-2.2.5/binutils-2.15.94.0.2/binutils/ar.c:342: multiple definition of Jun 05 19:21:03 doh Jun 05 19:47:04 mwester, i search the wiki and found prerequisites several times , but no advice for suse or what i have to "translate" Jun 05 20:23:41 I installed flex and make runs since 20 minutes Jun 05 20:24:36 we missed your copypaste before Jun 05 20:24:41 you pasted too much and was kicked Jun 05 20:26:17 i don't have it yet , he say multiple defintion of main and then the same as my first paste Jun 05 20:27:14 I suspect it actually said multiple definition of something else in main Jun 05 20:27:21 but of course I can be wrong :) Jun 05 20:27:28 can you use some pastebin maybe ? Jun 05 20:27:45 so we can get the full paste :) Jun 05 20:29:29 before this multiple ... Jun 05 20:29:33 /home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/binutils-2.15.94.0.2/binutils/bucomm.c:425: warning: the use of `mktemp' is dangerous, better use `mkstemp' Jun 05 20:29:33 ar.o: In function `mri_emul': Jun 05 20:29:33 ar.c:(.text+0xa02): undefined reference to `yyparse' Jun 05 20:29:33 collect2: ld returned 1 exit status Jun 05 20:29:57 make[4]: *** [ar] Fehler 1 Jun 05 20:29:57 make[4]: Leaving directory `/home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-binutils/binutils' Jun 05 20:29:57 make[3]: *** [all-recursive] Fehler 1 Jun 05 20:29:57 make[3]: Leaving directory `/home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-binutils/binutils' Jun 05 20:29:57 make[2]: *** [all-recursive-am] Fehler 2 Jun 05 20:29:59 hmm try running make clean Jun 05 20:29:59 make[2]: Leaving directory `/home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/build-binutils/binutils' Jun 05 20:30:03 make[1]: *** [all-binutils] Fehler 2 Jun 05 20:30:37 sounds like it might be in some bad state because you didn't have bison installed Jun 05 20:30:47 make is running yet , should i kill him Jun 05 20:32:08 yeah Jun 05 20:32:26 make clean means it starts compiling from scratch Jun 05 20:32:29 wait! Jun 05 20:32:36 stoop Jun 05 20:33:06 ok I'm not that familiar with the build process yet Jun 05 20:33:53 but I think it should be enough to run clean in the /home/heinz/devel/optware/toolchain/crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5 directory Jun 05 20:36:46 he says: no rule to make clean Jun 05 20:36:58 in that directory ? Jun 05 20:37:04 yes Jun 05 20:37:36 ok then I'm sorry, dunno what to do.. but I think you should try to recompile the gcc somehow Jun 05 20:37:51 i think , i delete all and try it again Jun 05 20:38:10 mm that's one way :/ Jun 05 20:38:19 maybe try first delete only that gcc directory Jun 05 20:44:17 don't work , it try it again. Jun 05 20:46:46 you have bison also ? Jun 05 20:47:40 yes i have installed bison Jun 05 20:48:54 * xkr47 is out of clues Jun 05 20:52:15 ok , i have installed svn, it seemed i have the same problem . if i try make/which.mk i get no rights , if i try make /make/which.mk i get : no rules to make which.mk Jun 05 20:54:42 i input make only , it runs . i think ,it is possible he wants to build all the packages ?? Jun 05 21:05:52 this happens on wich software base? Jun 05 21:06:00 s/wich/which/ Jun 05 21:06:00 caplink811 meant: this happens on which software base? Jun 05 21:06:11 ~good boy Jun 05 21:06:12 thanks, caplink811 Jun 05 21:08:18 i don't know , what you mean , my system is Suse 10.1 Jun 05 21:09:27 so you try to compile in a cross environment? Jun 05 21:10:34 This are my first steps in compiling , maybe i make some errors Jun 05 21:13:08 maybe, that http://www.nslu2-linux.org/wiki/Development/MasterMakefile is an entry on this topic Jun 05 21:16:31 i have read this http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware Jun 05 21:18:22 and it didn't work Jun 05 21:18:23 kapookee, so you would compile a package in an unslung environment? Jun 05 21:18:50 grmbl, kapookee sorry, it meant ok, so... Jun 05 21:22:08 motte, but #nslu2-linux is a better channel for your issue Jun 05 21:24:46 ok , i wil go to this channel , thanks Jun 05 21:24:55 you did already :) Jun 05 21:25:05 sorry.. Jun 05 21:54:45 motte: so which part of http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware didn't work? Jun 05 21:55:05 (or was it the reading part ;-) Jun 05 21:58:20 ok , maybe my english Jun 05 21:59:43 motte: feel free to edit that page to make it clearer for non-english speakers Jun 05 22:00:12 (well, people for whom english is not their native language) **** ENDING LOGGING AT Wed Jun 06 02:59:58 2007