Skip to content

Emit dependency information with ARMC6 #5111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2017

Conversation

theotherjimmy
Copy link
Contributor

Which allows it to be parsed, and dependency information is restored!

Resolves #5110

Which allows it to be parsed
@theotherjimmy
Copy link
Contributor Author

@c1728p9 Does this fix it for you?

@theotherjimmy
Copy link
Contributor Author

/morph test

@theotherjimmy
Copy link
Contributor Author

Verified working for headers:

  1. mbed compile -t armc6 -m k64f
  2. touch mbed-os/mbed.h
  3. mbed compile -t armc6 -m k64f
Building project fat-fs (K64F, ARMC6)
Scan: .
Scan: mbed
Scan: env
Scan: FEATURE_LWIP
Scan: FEATURE_STORAGE
Compile [ 90.1%]: main.cpp
Compile [ 90.4%]: equeue_mbed.cpp
Compile [ 90.7%]: Dir.cpp
Compile [ 90.9%]: EventQueue.cpp
Compile [ 91.2%]: EthernetInterface.cpp
Compile [ 91.5%]: FileSystem.cpp
Compile [ 91.8%]: mbed_shared_queues.cpp
Compile [ 92.1%]: File.cpp
Compile [ 92.4%]: greentea_metrics.cpp
Compile [ 92.6%]: ProfilingBlockDevice.cpp
Compile [ 92.9%]: ChainingBlockDevice.cpp
Compile [ 93.2%]: SlicingBlockDevice.cpp
Compile [ 93.5%]: HeapBlockDevice.cpp
Compile [ 93.8%]: FATFileSystem.cpp
Compile [ 94.1%]: MBRBlockDevice.cpp
Compile [ 94.3%]: greentea_test_env.cpp
Compile [ 94.6%]: mbed-utest-shim.cpp
Compile [ 94.9%]: utest_case.cpp
Compile [ 95.2%]: unity_handler.cpp
Compile [ 95.5%]: utest_default_handlers.cpp
Compile [ 95.8%]: utest_greentea_handlers.cpp
Compile [ 96.0%]: utest_shim.cpp
Compile [ 96.3%]: utest_harness.cpp
Compile [ 96.6%]: utest_types.cpp
Compile [ 96.9%]: NetworkStack.cpp
Compile [ 97.2%]: Socket.cpp
Compile [ 97.5%]: PPPCellularInterface.cpp
Compile [ 97.7%]: SocketAddress.cpp
Compile [ 98.0%]: TCPServer.cpp
Compile [ 98.3%]: UARTCellularInterface.cpp
Compile [ 98.6%]: ATCmdParser.cpp
Compile [ 98.9%]: FileSystemHandle.cpp
Compile [ 99.2%]: mbed_wait_api_rtos.cpp
Compile [ 99.4%]: Thread.cpp
Compile [ 99.7%]: RtosTimer.cpp
Compile [100.0%]: test_env.cpp
Link: fat-fs
Elf2Bin: fat-fs
+-----------------------+-------+-------+-------+
| Module                | .text | .data |  .bss |
+-----------------------+-------+-------+-------+
| [lib]/c_wu.l          | 13047 |    16 |   392 |
| [lib]/fz_wm.l         |    18 |     0 |     0 |
| [lib]/libcppabi_wnu.l |    44 |     0 |     0 |
| [lib]/m_wm.l          |    48 |     0 |     0 |
| anon$$obj.o           |    32 |     0 |  1024 |
| main.o                |  1106 |     0 |   132 |
| mbed-os/drivers       |   154 |     0 |     0 |
| mbed-os/features      | 19065 |     0 |  1040 |
| mbed-os/hal           |   830 |     0 |    26 |
| mbed-os/platform      |  2826 |    16 |   495 |
| mbed-os/rtos          |  9544 |   204 |  6605 |
| mbed-os/targets       | 15040 |    12 |   336 |
| Subtotals             | 61754 |   248 | 10050 |
+-----------------------+-------+-------+-------+
Total Static RAM memory (data + bss): 10298 bytes
Total Flash memory (text + data): 62002 bytes

Image: ./BUILD/k64f/armc6/fat-fs.bin

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1311

All builds and test passed!

@theotherjimmy theotherjimmy merged commit 4e46aa9 into ARMmbed:master Sep 15, 2017
@theotherjimmy theotherjimmy deleted the armc6-emit-deps branch September 15, 2017 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants