Hello,
I downloaded today the base package…after a few
hours of try n error i finally set the environment variable for MIOS_PATH in the Terminal.
-> I wrote the " export MIOS_PATH …" entry in the .profile file which was located in my /Users/<username> Folder. I didn`t see it but anyway i typed open .profile. Problem solved! ;D
(If you type “env” in the Terminal it gives you a list of the set variables)
But a another problem appeared after typing “make” to compile just the files from the c-skeleton template which I copied in a another folder I got this error message :
sh /Users/borisbrcina/Documents/C-Programme/Users/TK/release/mios_base_v1_0a/bin//mios-gpasm -c -p p18f452 -I./src -I /Users/borisbrcina/Documents/C-Programme/Users/TK/release/mios_base_v1_0a//include/asm -I /Users/borisbrcina/Documents/C-Programme/Users/TK/release/mios_base_v1_0a//include/share -I /Users/borisbrcina/Documents/C-Programme/Users/TK/release/mios_base_v1_0a//modules/app_lcd/dummy -DDEBUG_MODE=0 -DSTACK_HEAD=0x37f -DSTACK_IRQ_HEAD=0x33f -I /Users/borisbrcina/Documents/C-Programme/Users/TK/release/mios_base_v1_0a//modules/mios_wrapper /Users/borisbrcina/Documents/C-Programme/Users/TK/release/mios_base_v1_0a//modules/mios_wrapper/mios_wrapper.asm -o _output/mios_wrapper.o
/Users/borisbrcina/Documents/C-Programme/Users/TK/release/mios_base_v1_0a/bin//mios-gpasm: line 67: gpasm: command not found
make: *** [_output/mios_wrapper.o] Error 127
Maybe it has someting to do with the “include pathes” entry in my Makefile.
include pathes (more will be added by .mk files)
GPASM_INCLUDE = /include/usr/local/bin/
SDCC_INCLUDE = /include/usr/local/bin/
I`m not sure if that is right???
The path “/usr/local/bin/” is right… but the Rest:Syntax???
Or I’m complete wrong???
Please Help!