Jump to content

Search the Community

Showing results for tags 'make'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Top
    • Latest News
    • Bulk Orders
  • Construction
    • MIDIbox NG
    • MIDIbox HUIs
    • MIDIbox SEQ
    • MIDIbox SID
    • MIDIbox FM
    • MIDIbox BLM
    • MIDIbox User Projects
    • MIDIfication
    • Design Concepts
    • Parts Questions
    • Testing/Troubleshooting
    • Tips & Tricks
    • MIDIbox Documentation Project
  • Software
    • MIDIbox Tools & MIOS Studio
    • MIOS programming (C)
    • MIOS programming (Assembler)
    • MIOS toy of the week
  • Miscellaneous
    • Fleamarket
    • Sale Requests
    • Miscellaneous
    • Songs & Sounds
  • Archive
    • Parts Archive
    • MIDIbox of the Week
  • Multilingual
    • Nordisk
    • Nederlands
    • Deutsch
    • Français
    • Italiano
    • Español
    • Português
    • Greek
    • Russian
    • Others

Blogs

  • Twin-X's Blog
  • j00lz - MB-6582 Build Log
  • Project "Desire MC1"
  • MIDIbox Live
  • protofuse's Blog
  • Joeri's Blog
  • Phil's MBSEQv4
  • taximan's home base
  • Kyo's Blog
  • Snoozr's Notes on Building an MB-6582
  • Amplification
  • dawidbass' Blog
  • SLP's Blog
  • MidiSax's Blog
  • blog_latenights
  • Non usare un modulo Lcd
  • Duggle's Blog
  • Rics' 4Decks
  • aaa135139's Blog
  • bilderbuchi's Blog
  • Alain6870's Blog
  • MidiMaigre 37
  • Digineural's Blog
  • Sylwester's Blog
  • olga42's Blog
  • MB9090 Blog
  • Zossen's Blog
  • stilz&Rumpel's Blog
  • Antichambre's Blog
  • MB TWINsid Blog
  • massenvernichtungswaffe.de
  • gslug's Blog
  • albpower2seq4sid's Blog
  • TB's MIDIBox Adventures
  • kHz-tone's Blog
  • Blatboy's Blog
  • geth's-building-stuff-Blog
  • Excursions in DIY land
  • Ralex's Blog
  • huanyupcb's Blog
  • Vicentiu Mincior's Blog
  • A journey through midibox LC construction
  • TheAncientOne's Blog
  • nebula's Blog
  • Sasha's Blog
  • Tales from the kit mill
  • novski's
  • nicolas' Blog
  • Gelpearl
  • Johan's Blog
  • midibox.org Blog
  • Wisefire build logs
  • ColleenMorris' Blog
  • brucefu's Blog
  • atribunella's Blog
  • Building my Seq
  • A Seqv4 kind of thing
  • ModulBox
  • ArumBlack
  • mongrol
  • Watch!!- Mission: Impossible – Fallout (HD) Movie Online.Full 4k
  • Watch!!- Hotel Transylvania 3 Summer Vacation (HD) Movie Online.Full 4k
  • Silver eagles sign football gamer Adam Zaruba since restricted stop
  • Watch!!- The Meg (HD) Movie Online.Full 4k
  • Steelkiwi Blog
  • Words1234
  • SSP
  • How to Solve the Excavator Hydraulic System Running Slowly
  • Eight Ways to Maintain Excavator Parts
  • Five Common Problems and Fault Analysis of Komatsu Excavator
  • Ficher Chem Co. Ltd: Buy Research Chemicals Online
  • Zazenergyli
  • Top Mobile App Development Company in USA
  • belkin range extender
  • wrong post

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 4 results

  1. Hello everyone, at first I want to thank everyone who pushed along this project, I'm quite impressed about what I have seen in this forum and on ucapps !! My problem is that everytime I try to make the skeleton version 1.1 I'm getting an error saying that pic18f452.h is not found. I checked all the PATH variables and the mios toolchain is located at usr/local. Hopefully some can help me please, my hairs already stand to the mountain and I don't know what to try anymore. Osx version: 10.14.2 Gputils version: 1.5.0-1 Sdcc version: 3.8.0 My Error Code: WARNING: Command line option --use-non-free not present. When compiling for PIC14/PIC16, please provide --use-non-free to get access to device headers and libraries. If you do not use these, you may provide --no-warn-non-free to suppress this warning (not recommended). In file included from main.c:20: /usr/local/bin/../share/sdcc/include/pic16/pic18fregs.h:427:25: fatal error: pic18f452.h: No such file or directory compilation terminated. ./include/c/cmios.h:250: syntax error: token -> 'char' ; column 43 make: *** [_output/main.o] Error 1 best regards Jakob
  2. Hi all, I'm building a DJ MIDI controller. I'm trying to switch to NG, I studied a little, but I did not find anything on how to make new fonts. In the video I did some by the conventional method. How can I make a new font in the NG method? See the video, i can make this in NG (GLCD1306)? Tks, Marco.
  3. I'm sorry for cross-posting but maybe someone can help me here. I try to build the Goom synth app and getting this error message during 'make'. Linux Mint 16 Petra 64-bit. . .. ... .... ..... Creating object file for notestack.c Creating object file for mini_cpp.cpp Creating object file for freertos_heap.cpp Creating object file for wave.s sed: can't read project_build/src/wave.dd: No such file or directory make: *** [project_build/src/wave.o] Error 2 If I re-run the make, it finishes successfully but the resulting file is incomplete (smaller than the original and functional pre-built Goom project.hex from the repo). I checked the system variables (PATH's etc.) and all should be fine. (Have to check again, I'm not on the build machine now). Does anyone have an idea what could be missing? Thanks in advance!
  4. HI All, I have been struggling some days with getting the programming environment in place. I have followed the instructions on setting up the toolchain according to: http://www.midibox.org/dokuwiki/doku.php?id=windows_mios32_toolchain_core I have installed MIOS32 from SVN in : C:\Users\jillejille\Documents\MIOS32\trunk If I open a command window on one of the tutorial projects: C:\Users\jillejille\Documents\MIOS32\trunk\apps\tutorials\001_forwarding_midi and do a make the utility ends up in an endless loop not displaying anything. If I start make with -d switch I get endless lines of debug info. A snippet of that output is included below: Trying pattern rule with stem `freertos_heap.d'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/freertos_heap.d.p'. Looking for a rule with intermediate file `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/freertos_heap.d.p'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem `freertos_heap.d'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/freertos_heap.d.web'. Trying pattern rule with stem `freertos_heap.d.p'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/freertos_heap.d.p,v'. Trying pattern rule with stem `freertos_heap.d.p'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/RCS/freertos_heap.d.p,v'. Trying pattern rule with stem `freertos_heap.d.p'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/RCS/freertos_heap.d.p'. Trying pattern rule with stem `freertos_heap.d.p'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/s.freertos_heap.d.p'. Trying pattern rule with stem `freertos_heap.d.p'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/SCCS/s.freertos_heap.d.p'. Trying pattern rule with stem `freertos_heap.d'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/freertos_heap.d.web'. Looking for a rule with intermediate file `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/freertos_heap.d.web'. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Avoiding implicit rule recursion. Trying pattern rule with stem `freertos_heap.d.web'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/freertos_heap.d.web,v'. Trying pattern rule with stem `freertos_heap.d.web'. Trying implicit prerequisite `project_build//C/Users/jillejille/Documents/MIOS32/trunk/programming_models/traditional/RCS/freertos_heap.d.web,v'. Environment variables are set up as follows: MIOS32_BIN_PATH=C:\Users\jillejille\Documents\MIOS32\trunk\bin MIOS32_BOARD=MBHP_CORE_LPC17 MIOS32_FAMILY=LPC17xx MIOS32_GCC_PREFIX=arm-none-eabi MIOS32_LCD=universal MIOS32_PATH=/C/Users/jillejille/Documents/MIOS32/trunk MIOS32_PROCESSOR=LPC1769 Path is setup as: Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32 \WindowsPowerShell\v1.0\;C:\MSYS\1.0\bin;c:\mios32_toolchain\bin;C:\Program File s\TortoiseSVN\bin;C:\Program Files\Microchip\xc8\v1.33\bin This runs on a 32 bits Win7 machine Any pointers how to solve this would be welcome... regards Hans
×
×
  • Create New...