Search found 4 matches

by hyperspasm
17 Sep 2013, 12:39
Forum: Known Issues
Topic: Compling custom module on OSX
Replies: 4
Views: 6995

Re: Compling custom module on OSX

[ 19%] Building CXX object CMakeFiles/frameworks/CoreLib/CMakeFiles/BCI2000FrameworkCore.dir/Users/cboulay/Documents/bci2000/src/shared/utils/ThreadUtils.cpp.o /Users/cboulay/Documents/bci2000/src/shared/utils/ThreadUtils.cpp: In function 'void ThreadUtils::Yield()': /Users/cboulay/Documents/bci200...
by hyperspasm
17 Sep 2013, 09:15
Forum: Known Issues
Topic: Compling custom module on OSX
Replies: 4
Views: 6995

Re: Compling custom module on OSX

Hi Chad,
I've been recently working on getting BCI2000 (and my custom modules) to build on OSX, running 10.8.4.
I've been able to successfully get revision 4445 to build along with my custom ADC module (with make, not XCode). I haven't had any luck with any newer revisions.

shea
by hyperspasm
05 Mar 2013, 10:26
Forum: Software Development
Topic: SignalSource created with NewBCI2000Module linker error
Replies: 2
Views: 3297

Re: SignalSource created with NewBCI2000Module linker error

Hi,
I am using the latest SVN and that was my problem (the sourcefile had the same name as the project).
I fixed that and now it builds fine.

Thanks so much for your help!!!
by hyperspasm
05 Mar 2013, 02:31
Forum: Software Development
Topic: SignalSource created with NewBCI2000Module linker error
Replies: 2
Views: 3297

SignalSource created with NewBCI2000Module linker error

Hello, I'm just getting started with BCI2000. I have an ADC device that I'd like to write a SignalSource module for. When I try to build the template generated with NewBCI2000Module I get a linker error: Undefined symbols for architecture x86_64: "_main", referenced from: start in crt1.10....