Opened 2 years ago
Closed 14 months ago
#2086 closed (fixed)
File Missing In Source
| Reported by: | Jmeier | Owned by: | |
|---|---|---|---|
| Keywords: | Cc: |
Description (last modified by Jmeier)
SVN17068 - Makefile.brcm26 is calling an optimize script that does not exist in the source. The file it is looking for is relink-lib.sh.
Change History (4)
comment:1 Changed 2 years ago by Jmeier
- Description modified (diff)
comment:2 Changed 2 years ago by kc6108
comment:3 Changed 2 years ago by moonman
Actually it seems that changeset 17049 caused the prolem. If Lines 262 and 264 are reverted to what they were before, everything compiles fine again.
comment:4 Changed 14 months ago by LOM
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

The optimize-lib subroutine also attempts to copy the items in the lib.$(ARCH)/pics directory to $(TARGETDIR)/lib but the 'pics' directory doesn't exist. Even if the 'pics' directory is manually created, the directory is never populated with anything which causes the statement to fail. Below is the statement I am talking about.
cp lib.$(ARCH)/pics/* $(TARGETDIR)/lib