Opened 12 years ago
Closed 11 years ago
#917 closed defect (fixed)
Kirk Terrell's Notes
Reported by: | Andrew Bradford | Owned by: | Andrew Bradford |
---|---|---|---|
Priority: | major | Milestone: | CLFS Embedded 1.0.0 |
Component: | BOOK | Version: | CLFS Embedded GIT |
Keywords: | Cc: |
Description (last modified by )
I did have some issues that I was able to work through, not quite sure where to submit. By section they are
3.2 Binutils-2,21 is not avialble
6.4 None is not a good setting for --with-fpu
6.10/6.12 I think the --with-fpu should be omitted when using soft
6.11 uClibc requires an additional patch - the new Binutils does not like the .size
The .config file need to have the ${CLFS} patched - it would not allow for double
expansion. SO ${CLFS} did not become /mnt/clfs as desired.
7.4 I would add make clean to busybox
16.1 Should also remove ${CLFS}/sources when making ${CLFS}-final
Another option would be to use /usr/src rather than /sources
Change History (4)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Description: | modified (diff) |
---|
comment:3 by , 11 years ago
Yes, --with-fpu should be omitted when using soft, as per http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
Doing so in a sane way in the book seems quite difficult, though, sadly. Unless we can just set --with-fpu= to nothing? So for soft float could we just unset CLFS_FPU?
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
These have all been fixed or don't apply any more since removing uClibc.
Binutils has been updated to newer version. Removal of /sources has been taken care of.