[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cross compile crapout
From: |
Jonathan Andrews |
Subject: |
Cross compile crapout |
Date: |
Sat, 21 Jan 2012 16:13:43 +0000 |
Trying to compile for an arm target I get this
execute_cmd.c: In function 'execute_pipeline':
execute_cmd.c:2205: error: 'job_control' undeclared (first use in this
function)
execute_cmd.c:2205: error: (Each undeclared identifier is reported only
once
execute_cmd.c:2205: error: for each function it appears in.)
execute_cmd.c: In function 'execute_function':
execute_cmd.c:4243: warning: passing argument 1 of 'array_rshift'
discards qualifiers from pointer target type
execute_cmd.c:4245: warning: passing argument 1 of 'array_rshift'
discards qualifiers from pointer target type
execute_cmd.c:4320: warning: passing argument 1 of 'array_shift'
discards qualifiers from pointer target type
execute_cmd.c:4321: warning: passing argument 1 of 'array_shift'
discards qualifiers from pointer target type
make: *** [execute_cmd.o] Error 1
I found the fix here, but it would be nice if it could work its way into
the source for the next release.
http://lists.gnu.org/archive/html/bug-bash/2011-09/msg00039.html
Thanks,
Jon
- Cross compile crapout,
Jonathan Andrews <=
- Re: Cross compile crapout, Chet Ramey, 2012/01/21
- Re: Cross compile crapout, Jonathan Andrews, 2012/01/23
- Re: Cross compile crapout, Chet Ramey, 2012/01/23
- Re: Cross compile crapout, Jonathan Andrews, 2012/01/23
- Re: Cross compile crapout, Chet Ramey, 2012/01/24
- Re: Cross compile crapout, Jonathan Andrews, 2012/01/24
- Re: Cross compile crapout, Chet Ramey, 2012/01/24