insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
214 stars 39 forks source link

Build fail when try to create a target the fist time. #14

Closed sheikjerbouti closed 8 years ago

sheikjerbouti commented 8 years ago

When we try to create a target , after the configuration for frosted, the build fail at the first time:

/home/nico/frosted/tools/xipfstool apps.img lib/out/* binutils/out/* hw-utils/out/* netutils/out/* extra/out/* games/out/ lib/out/_: No such file or directory make[1]: _* [apps.img] Errore 3 make: *\ [apps.img] Errore 2

After that, the second make succeed, producing the target .

Steps to reproduce : a) Clone frosted repo. b) Follow instructions in README. c) After a menu config or menu menuconfig, launch the build with make.

sheikjerbouti commented 8 years ago

Solved modyfing the Makefile in frosted/userland, just opened a pull request.