Skip to content

LPC1768 cannot build blinky in uVision5 due to nanostack errors #7615

Closed
@janjongboom

Description

@janjongboom

Description

  1. Export mbed-os-example-blinky (latest) to LPC1768 and uVision5.
  2. Patch Export to uvison5 from Online Compiler => wrong mbed_config.h location #7614 manually by adding the file to tree yourself.
  3. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions