05-03-2012 04:05 AM
Hi,
i downloaded and added the weatherguesser sample to my workspace.
Set the active target to "simulator-debug" and hit "build".
command says " nothing to be done for simulator-debug"
make: Nothing to be done for `Simulator-Debug'. **** Build Finished ****
I can also see a pathentry warning:
Description Resource Path Location Type
Invalid project path: Include path not found (C:\bbndk-10.0.4-beta\target\target-override\usr\i
I can build somethig when target is set to "device-debug" but as i have no dev alpha device i cannot run.
i tried the cookbook (QML) example, too. It runs on the Simulator out of the box.
Cu
David
05-04-2012 07:06 AM
Hi Knochi,
Please verify that you have uncommented make command for simulator configuration. You need to edit main Makefile and remove # before make command for simulator and simulator-debug.
BR,
Maciek
05-09-2012 10:58 AM
Good catch paku!
Knochi, please confirm that after building for the simulator, it works fine on the simulator and I will contact the Cascades team and notify them that this sample's Makefile needs to be updated. The simulator was not available when some of these samples were initially created but they should all work on the simulator now.
05-09-2012 11:06 AM
a week ago
hi,
i have the same problem here is my console output
**** Build of configuration Simulator-Debug for project PjsuaBB ****
make Simulator-Debug
make: Nothing to be done for `Simulator-Debug'.
**** Build Finished ****
plz help..
Wednesday
Hi.
Check your Makefile to see if there is a Simulator-Debug target that is commented out. Otherwise, you may be missing the configuration tag for Simulator-Debug in your bar descriptor and the configuration may be missing from your project.
Thursday
this is my makefile..
QMAKE_TARGET = Fiume
PROJECT_DIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
I18N_DIR := $(PROJECT_DIR)/translations
include mk/cs-base.mk
and configuration tag is presented in bar.xml.....so plz tell me how to set a target of simulator in makefile..
plz help..