Hello, I tried building capros but the current cross-tools won't build.
I applied some patches to get the tools built: https://bitbucket.org/kittyguy/ccs-xenv/changesets There are still some problems. Once the configure in coytools would fail all tests with sed complaining it cannot open conftest.c. After poking around to find what the problem was it went away and I cannot reproduce it anymore. Another issue is that the coyotos linker scripts are installed in a wrong place and ld does not link any of the capros binaries because it would not find them. Needed some symlinks to make the script usable: $ readlink /capros/host/lib/ldscripts/elf_i386_coyotos_small.xc ../../i386-unknown-capros/lib/ldscripts/elf_i386_coyotos_small.xc Finally it is quite stupid that the coyotos and capros build systems insist on having each a copy of the same tools under a different name. I tried to use tools build with the default coyotos prefix but the SSL binary would not build. Settling on one name would save quite a bit of disk space. Cheers kg ----------------------------------------------------- Mail.be, WebMail and Virtual Office http://www.mail.be ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ CapROS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/capros-devel
