-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sys/bloom: calloc not available on msp #863
Copy link
Copy link
Closed
Labels
Platform: MSPPlatform: This PR/issue effects MSP-based platformsPlatform: This PR/issue effects MSP-based platformsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
buildtest for test_bloom_bytes:
make: Entering directory '/home/lo/native/RIOT/tests/test_bloom_bytes'
Building for msba2 .. success
Building for wsn430-v1_3b .. failed
/home/lo/native/RIOT/sys/bloom/bloom.c:39: undefined reference to `calloc'
Building for msb-430h .. failed
/home/lo/native/RIOT/sys/bloom/bloom.c:39: undefined reference to `calloc'
Building for chronos .. failed
/home/lo/native/RIOT/sys/bloom/bloom.c:39: undefined reference to `calloc'
Building for msb-430 .. failed
Building for pttu .. success
Building for mbed_lpc1768 .. success
Building for native .. success
Building for telosb .. failed
/home/lo/native/RIOT/sys/bloom/bloom.c:39: undefined reference to `calloc'
Building for redbee-econotag .. success
Building for wsn430-v1_4 .. failed
/home/lo/native/RIOT/sys/bloom/bloom.c:39: undefined reference to `calloc'
Building for avsextrem .. success
/home/lo/native/RIOT/tests/test_bloom_bytes/../../Makefile.include:149: recipe for target 'buildtest' failed
make: *** [buildtest] Error 1
make: Leaving directory '/home/lo/native/RIOT/tests/test_bloom_bytes'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Platform: MSPPlatform: This PR/issue effects MSP-based platformsPlatform: This PR/issue effects MSP-based platformsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)