Compiling Pulse Generator Error

Post Reply
dhruskar
Posts: 7
Joined: Mon Jul 31, 2023 2:24 pm

Compiling Pulse Generator Error

Post by dhruskar »

Hello,

I am trying to install the pulse generator from the FAQ (https://tinyurl.com/2p9tb2h2), but have run into the following error:

-e
/usr/bin/xcrun
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Creating x86_64 directory for .o files.

/Users/dylanhruskar/Desktop/pulsedistrib
ipulse1.mod ipulse2.mod ipulse3.mod
ipulse1.mod ipulse2.mod ipulse3.mod
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Press 'return' key to close

A folder called "x86_64" gets created once I drag ipulse1.mod, ipulse2.mod, and ipulse3.mod onto mknrndll.

Also, if I were to have compiled these files successfully, how would I actually access and use the pulse generator in the GUI? Is it a point process?
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Compiling Pulse Generator Error

Post by ted »

error: invalid active developer path (/Library/Developer/CommandLineTools)
There's your clue. Have you installed the Command Line Tools? If not, see
https://apple.stackexchange.com/questio ... mmand-line

These pulse generators produce a current pulse that is delivered at a single point in a model cell. They're "point processes".
Post Reply