This is a list of problems that we expect people to run in to when working with GNU Radio and the VOLK submodule. Each problem has a probable cause, the error message, and a solution.
This file contains hidden or 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
## Booting kernel from Legacy Image at 82000000 ... | |
Image Name: Linux-3.5.7 | |
Image Type: ARM Linux Kernel Image (uncompressed) | |
Data Size: 1786136 Bytes = 1.7 MiB | |
Load Address: 80008000 | |
Entry Point: 80008000 | |
Verifying Checksum ... OK | |
Loading Kernel Image ... OK | |
Starting kernel ... |
This file contains hidden or 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
#include <iostream> | |
#include <boost/thread.hpp> | |
void workerFunc() | |
{ | |
std::cout << "Worker: running" << std::endl; | |
std::cout << "Worker: finished" << std::endl; | |
} | |
int main(int argc, char* argv[]) |
This file contains hidden or 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
{ | |
"brief": "A radar toolbox from GSoC '14", | |
"contact": { | |
"author": "Stefan Wunsch", | |
"email": "[email protected]" | |
}, | |
"copyright_owner": "Communications Engineering Lab, KIT", | |
"dependencies": [ | |
"UHD", | |
"Qt", |
This file contains hidden or 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
// ========================================================== | |
// Sony Xperia SIN (Firmware flashable files) analysis | |
// | |
// Author: zxz0O0 | |
// Started: 2014-06-05 | |
// Notes: Numbers are big endian | |
// Credits: Androxyde | |
// ========================================================== | |
struct SinFile |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer