Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.new.1024.app1.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.new.1024.app2.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.new.2048.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.new.512.app1.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.new.512.app2.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.old.1024.app1.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.old.1024.app2.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.old.512.app1.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down
4 changes: 4 additions & 0 deletions ld/eagle.app.v6.old.512.app2.ld
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
*(.jcr)

/* Fixed Wrong Data Section, Crash LoadStoreErrorCause by Sergei Sovik https://github.com/SergeiSovik */
*libnet80211.a:ieee80211_phy.o(.irom.text .irom.text.*)

_data_end = ABSOLUTE(.);
} >dram0_0_seg :dram0_0_phdr

Expand Down