mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
.map and .bin files have moved to the root.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19156 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4846b30607
commit
21b5c76c09
1 changed files with 4 additions and 4 deletions
|
@ -85,12 +85,12 @@ printf O ("Binary: %s\n", $ENV{'BINARY'});
|
|||
printf O ("Binary size: %s\n", filesize($ENV{'BINARY'}));
|
||||
|
||||
if ($ENV{'APPSDIR'} =~ /\/apps$/) {
|
||||
printf O ("Actual size: %s\n", filesize("apps/rockbox.bin"));
|
||||
printf O ("RAM usage: %s\n", mapscan("apps/rockbox.map"));
|
||||
printf O ("Actual size: %s\n", filesize("rockbox.bin"));
|
||||
printf O ("RAM usage: %s\n", mapscan("rockbox.map"));
|
||||
printf O ("Features: %s\n", features("apps/features"));
|
||||
} elsif ($ENV{'APPSDIR'} =~ /\/bootloader$/) {
|
||||
printf O ("Actual size: %s\n", filesize("bootloader/bootloader.bin"));
|
||||
printf O ("RAM usage: %s\n", mapscan("bootloader/bootloader.map"));
|
||||
printf O ("Actual size: %s\n", filesize("bootloader.bin"));
|
||||
printf O ("RAM usage: %s\n", mapscan("bootloader.map"));
|
||||
}
|
||||
|
||||
# Variables identifying tool and build environment details
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue