Skip to content
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

drivers/cc110x: add xtimer as module dependency #6454

Merged
merged 1 commit into from
Jan 23, 2017

Conversation

smlng
Copy link
Member

@smlng smlng commented Jan 23, 2017

adds missing dependency, this popped up during test of #5469 and #6453 respectively when compiling the kw2xrf driver test for board msba2 with cc110x. The latter needs xtimer, linker error without this fix:

/RIOT/tests/driver_kw2xrf/bin/msba2/cc110x.a(cc110x-spi.o): In function `_xtimer_tsleep32':
/RIOT/sys/include/xtimer/implementation.h:147: undefined reference to `_xtimer_tsleep'
/RIOT/tests/driver_kw2xrf/bin/msba2/cc110x.a(cc110x.o): In function `_xtimer_tsleep32':
/RIOT/sys/include/xtimer/implementation.h:147: undefined reference to `_xtimer_tsleep'
/RIOT/sys/include/xtimer/implementation.h:147: undefined reference to `_xtimer_tsleep'
collect2: error: ld returned 1 exit status
make: *** [all] Error 1

@smlng smlng added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: drivers Area: Device drivers labels Jan 23, 2017
@smlng smlng added this to the Release 2017.01 milestone Jan 23, 2017
@PeterKietzmann PeterKietzmann added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: drivers Area: Device drivers and removed Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: drivers Area: Device drivers labels Jan 23, 2017
Copy link
Member

@PeterKietzmann PeterKietzmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@PeterKietzmann PeterKietzmann merged commit 808f954 into RIOT-OS:master Jan 23, 2017
@smlng smlng deleted the pr/drivers/cc110x_fix_deps branch January 27, 2017 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants