(Created page with "{{Project |ProjectSkills=Compiling |ProjectStatus=Active |ProjectNiche=Software |ProjectPurpose=Fun }} == C Flags ==
These are needed to get GNUradio to compile on a cubieb...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Project | {{Project | ||
|ProjectSkills=Compiling | |ProjectSkills=Compiling | ||
|ProjectStatus= | |ProjectStatus=Dormant | ||
|ProjectNiche=Software | |ProjectNiche=Software | ||
|ProjectPurpose=Fun | |ProjectPurpose=Fun |
Revision as of 12:04, 22 May 2013
NURDspace Project | |
---|---|
Participants | User:buzz |
Skills | |
Status | |
Niche | |
Purpose | |
Tool | |
Location | |
Cost | |
Tool category |
{{{Name}}}Property "Tool Name" (as page type) with input value "{{{Name}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:{{{Tool}}} | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:{{{Tool}}} | [[Tool Cost::{{{Cost}}} | }}
C Flags
These are needed to get GNUradio to compile on a cubieboard.
cmake -Dhave_mfpu_neon=0 -DCMAKE_CXX_FLAGS:STRING="-march=armv7 -mfpu=vfpv3-d16 " -DCMAKE_C_FLAGS:STRING="-march=armv7 -mfpu=vfpv3-d16 " ../