-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from jajanusz/test-flags-fix-warnings
test: fix CFLAGS and LDFLAGS warnings
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
* POSSIBILITY OF SUCH DAMAGE. | ||
* | ||
* Author: Slawomir Blauciak <[email protected]> | ||
* Janusz Jankowski <[email protected]> | ||
*/ | ||
|
||
#include <stdint.h> | ||
|
@@ -38,11 +39,13 @@ struct dma_sg_config; | |
int dma_copy_from_host(struct dma_copy *dc, struct dma_sg_config *host_sg, | ||
int32_t host_offset, void *local_ptr, int32_t size) | ||
{ | ||
return 0; | ||
} | ||
|
||
int dma_copy_to_host(struct dma_copy *dc, struct dma_sg_config *host_sg, | ||
int32_t host_offset, void *local_ptr, int32_t size) | ||
{ | ||
return 0; | ||
} | ||
|
||
void _trace_event_mbox_atomic(uint32_t e) | ||
|
3debb9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Building failure observed by SOF CI.
SUMMARY
stage: build
result: FAILED
Successful Platform: None
Failed Platform: baytrail apollolake cannonlake trigger commit: SOF Firmware
SOF Firmware COMMIT
branch : sof/master
commit : 3debb9e
subject: wsBcBAABCAAQBQJbRRYoCRBK7hj4Ov3rIwAAdHIIAIML9uRtin4utyXjpWHb+UFE
date : 2018-07-11 04:25:12 +0800
author : Liam Girdwood [email protected]
SOF Topology COMMIT
branch : soft/master
commit : 764f953
subject: wsBcBAABCAAQBQJbQ+DvCRBK7hj4Ov3rIwAAdHIIAGTmNxaQquACtzJ+CzFYW3k7
date : 2018-07-10 06:25:51 +0800
author : Liam Girdwood [email protected]
DETAILS
Platform: baytrail FAIL
Logs for Debug:
stdout: http://bee.sh.intel.com/~lkp//result/build-sof/baytrail/3debb9e20f74e64c558c0913c94924a09041885f/764f9536cdb196d46f653f542a18d43c0fc2fd1d/0/stdout
stderr: http://bee.sh.intel.com/~lkp//result/build-sof/baytrail/3debb9e20f74e64c558c0913c94924a09041885f/764f9536cdb196d46f653f542a18d43c0fc2fd1d/0/stderr
Platform: apollolake FAIL
Logs for Debug:
stdout: http://bee.sh.intel.com/~lkp//result/build-sof/apollolake-up2/3debb9e20f74e64c558c0913c94924a09041885f/764f9536cdb196d46f653f542a18d43c0fc2fd1d/0/stdout
stderr: http://bee.sh.intel.com/~lkp//result/build-sof/apollolake-up2/3debb9e20f74e64c558c0913c94924a09041885f/764f9536cdb196d46f653f542a18d43c0fc2fd1d/0/stderr
Platform: cannonlake FAIL
Logs for Debug:
stdout: http://bee.sh.intel.com/~lkp//result/build-sof/cannonlake/3debb9e20f74e64c558c0913c94924a09041885f/764f9536cdb196d46f653f542a18d43c0fc2fd1d/0/stdout
stderr: http://bee.sh.intel.com/~lkp//result/build-sof/cannonlake/3debb9e20f74e64c558c0913c94924a09041885f/764f9536cdb196d46f653f542a18d43c0fc2fd1d/0/stderr
Jenkins Info for CI Developers
Check console output at http://bee.sh.intel.com:8080/job/lkp-sof/556/
Logs path: '/result/build-sof/cannonlake/3debb9e20f74e64c558c0913c94924a09041885f/764f9536cdb196d46f653f542a18d43c0fc2fd1d/0'