On 7/23/2015 4:02 AM, Nick Withers wrote:
On Thu, 2015-07-23 at 03:20 -0500, Joel Sherrill wrote:

On 7/23/2015 3:17 AM, Nick Withers wrote:
On Thu, 2015-07-23 at 02:50 -0500, Joel Sherrill wrote:
Hi

I was test building on FreeBSD and noticed a couple of issues.

+ none of the m68k BSPs link. Fixing this now.

+ mips tools do not build

Anyone else notice any other issues or have comments?

The only thing I've got is:

What was the visible issue this fixed? I don't think I saw
anything like this. But I used sb-bootstrap from rtems-source-builder.

Sorry, It's ./bootstrap -p (I've a modified Makefile.am, though I'm not
chaning installed headers and am no doubt over-running it!) that
struggles, with:

Ahh... Chris.. I am ok with this patch. But since you spend more
time on FreeBSD than I do, please review and commit.

___

% ./bootstrap -p
Generating ./c/src/ada/preinstall.am
./bootstrap: ./ampolish3: not found
Generating ./c/src/libchip/preinstall.am
./bootstrap: ./ampolish3: not found
Generating ./c/src/lib/libbsp/moxie/moxiesim/preinstall.am
./bootstrap: ./ampolish3: not found
(...)
___

...producing empty preinstall.ams and leading to a failure in the
subsequent make.

But yeah, in general users probably aren't running into it!

___

diff --git a/ampolish3 b/ampolish3
index aaa9757..23c2855 100755
--- a/ampolish3
+++ b/ampolish3
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#! /usr/bin/env perl
   #
   # Copyright (C) 2005, 2006 Ralf Cors<C3><A9>pius, Ulm, Germany
   #
___

...to make the bootstrap happy again (the /usr/bin/perl
-> /usr/local/bin/perl link was removed recently).

'Course that drops the "-w" flag for extra warnings.



--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherr...@oarcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to