Search the Community
Showing results for tags 'make'.
-
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
- 1 reply
-
- pic18f452.h
- problem
-
(and 2 more)
Tagged with:
-
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.
-
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!
-
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