-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
ReadMe_ReiVilo.md References.txt Blink.pde
2- Added Xcode project
2- Added Xcode projectXcode project |
3- Fixed BOARD_MEGA hard-coded in chipKIT.mk |
error-prone `stty` replaced by `screen` upload but no blinking LED!
5- Debug comments on makefilescleaner commit ResultsBoth tested on Xcode and Terminal
|
6- Added LDSCRIPT value searchLDSCRIPT used afterwards Maybe some hints here with corresponding makefile [there](http://pastebin. com/31XXwmUV). |
7- Added EXTRA_LDFLAGS for linkerThe link script reference was missing. The blink.pde works now! However, adding a library
Each library needs to be declared manually in |
## 8- Library issue solved `ARDUINO_LIB_PATH` fixed was `= $(ARDUINO_SKETCHBOOK)/libraries` now `= $(ARDUINO_DIR)/hardware/pic32/libraries` more powerful clean info section added for debugging
8- Library issue solved
8- Library issue solved
more powerful clean info section added for debugging |
Feel free! |
9- Xcode implementationbut no code sense yet GitHub doesn't like Mac :( |
Hey, could you use separate issues and pull requests? I just pushed a few commits that includes some of the fixes you made, but when you combine them into one pull request it's impossible to merge automatically. You have to file separate pull requests, not just add new commits to the same one. Thanks, Olivier! |
GitHub went messy for the 9- pull request. Sorry. I'm afraid GitHub is fighting with Xcode own implementation. When I ask for a pull request, an issue is opened. Is it a feature or a bug? Anyway, pull request 9 does work. To be done: implement code sense, include user's libraries. |
That's a feature, I believe - the intent is that each bug has one pull request with the fix. I'm working on user libraries right now, without much luck so far. That's why I had the ARDUINO_LIBS path switched. There's an implementation here (rngtng/Arduino.mk@9ceda5e) but i can't get it to work properly. |
1- Added files