Closed
Description
Description
- Export mbed-os-example-blinky (latest) to LPC1768 and uVision5.
- Patch Export to uvison5 from Online Compiler => wrong mbed_config.h location #7614 manually by adding the file to tree yourself.
- Build the project.
Result:
mbed-os/features/nanostack/sal-stack-nanostack/source/nsconfig.h(48): error: #5: cannot open source input file "configs/nanostack_full.cfg": No such file or directory
#include ns_cfg_header(NSCONFIG)
mbed-os/features/nanostack/sal-stack-nanostack/source/Service_Libs/fhss/fhss_beacon_tasklet.c: 0 warnings, 1 error
compiling fhss_beacon.c...
mbed-os/features/nanostack/sal-stack-nanostack/source/nsconfig.h(48): error: #5: cannot open source input file "configs/nanostack_full.cfg": No such file or directory
#include ns_cfg_header(NSCONFIG)
mbed-os/features/nanostack/sal-stack-nanostack/source/Service_Libs/fhss/fhss_beacon.c: 0 warnings, 1 error
compiling fhss_channel.c...
mbed-os/features/nanostack/sal-stack-nanostack/source/nsconfig.h(48): error: #5: cannot open source input file "configs/nanostack_full.cfg": No such file or directory
#include ns_cfg_header(NSCONFIG)
mbed-os/features/nanostack/sal-stack-nanostack/source/Service_Libs/fhss/fhss_channel.c: 0 warnings, 1 error
compiling fhss_configuration_interface.c...
mbed-os/features/nanostack/sal-stack-nanostack/source/nsconfig.h(48): error: #5: cannot open source input file "configs/nanostack_full.cfg": No such file or directory
Apparently ./mbed-os/features/nanostack/sal-stack-nanostack/source/configs/nanostack_full.cfg is not included in the ZIP file.
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug